Repository: mesos
Updated Branches:
  refs/heads/master 2b02f60cc -> 83ad6e62b


Missing Apache headers for stout.

Adding missing Apache licence headers on .cpp, .hpp and Makefiles.

Review: https://reviews.apache.org/r/23784


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/27a229e8
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/27a229e8
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/27a229e8

Branch: refs/heads/master
Commit: 27a229e8a81707ea89463f9ab67fc5f1e46c859d
Parents: 2b02f60
Author: Isabel Jimenez <[email protected]>
Authored: Thu Jul 9 14:55:09 2015 -0700
Committer: Benjamin Hindman <[email protected]>
Committed: Thu Jul 9 14:55:11 2015 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/stout/Makefile.am        | 12 ++++++++++++
 3rdparty/libprocess/3rdparty/stout/configure.ac       | 12 ++++++++++++
 .../libprocess/3rdparty/stout/include/Makefile.am     | 12 ++++++++++++
 .../libprocess/3rdparty/stout/tests/bits_tests.cpp    | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/bytes_tests.cpp   | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/cache_tests.cpp   | 14 ++++++++++++++
 .../3rdparty/stout/tests/duration_tests.cpp           | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/error_tests.cpp   | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/flags_tests.cpp   | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/gzip_tests.cpp    | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/hashmap_tests.cpp | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/hashset_tests.cpp | 14 ++++++++++++++
 .../3rdparty/stout/tests/interval_tests.cpp           | 14 ++++++++++++++
 3rdparty/libprocess/3rdparty/stout/tests/ip_tests.cpp | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/json_tests.cpp    | 14 ++++++++++++++
 .../3rdparty/stout/tests/linkedhashmap_tests.cpp      | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/mac_tests.cpp     | 14 ++++++++++++++
 3rdparty/libprocess/3rdparty/stout/tests/main.cpp     | 14 ++++++++++++++
 .../3rdparty/stout/tests/multimap_tests.cpp           | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/none_tests.cpp    | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/option_tests.cpp  | 14 ++++++++++++++
 .../3rdparty/stout/tests/os/sendfile_tests.cpp        | 14 ++++++++++++++
 .../3rdparty/stout/tests/os/signals_tests.cpp         | 14 ++++++++++++++
 3rdparty/libprocess/3rdparty/stout/tests/os_tests.cpp | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/proc_tests.cpp    | 14 ++++++++++++++
 .../3rdparty/stout/tests/protobuf_tests.cpp           | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/set_tests.cpp     | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/some_tests.cpp    | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/strings_tests.cpp | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/thread_tests.cpp  | 14 ++++++++++++++
 .../libprocess/3rdparty/stout/tests/uuid_tests.cpp    | 14 ++++++++++++++
 31 files changed, 428 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/Makefile.am 
b/3rdparty/libprocess/3rdparty/stout/Makefile.am
index 9df5de4..89e7b18 100644
--- a/3rdparty/libprocess/3rdparty/stout/Makefile.am
+++ b/3rdparty/libprocess/3rdparty/stout/Makefile.am
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License
+
 # Makefile for stout.
 
 AUTOMAKE_OPTIONS = foreign

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/configure.ac
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/configure.ac 
b/3rdparty/libprocess/3rdparty/stout/configure.ac
index 1988d19..a1f86d0 100644
--- a/3rdparty/libprocess/3rdparty/stout/configure.ac
+++ b/3rdparty/libprocess/3rdparty/stout/configure.ac
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License
+
 # Generated with autoscan, then modified appropriately.
 # Process this file with autoconf to produce a configure script.
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/include/Makefile.am 
b/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
index ff6fb28..2394b95 100644
--- a/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
+++ b/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License
+
 # Headers.
 nobase_include_HEADERS =               \
   stout/abort.hpp                      \

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/bits_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/bits_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/bits_tests.cpp
index c47bd13..672820a 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/bits_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/bits_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <gtest/gtest.h>
 
 #include <stout/bits.hpp>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/bytes_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/bytes_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/bytes_tests.cpp
index 1fe7e08..5239805 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/bytes_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/bytes_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <gtest/gtest.h>
 
 #include <gmock/gmock.h>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/cache_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/cache_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/cache_tests.cpp
index f8d6e42..6e42c7d 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/cache_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/cache_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <string>
 
 #include <gtest/gtest.h>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/duration_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/duration_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/duration_tests.cpp
index 724c5fe..eccccf2 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/duration_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/duration_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <gtest/gtest.h>
 
 #include <gmock/gmock.h>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/error_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/error_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/error_tests.cpp
index 35a62b1..9e7605c 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/error_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/error_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <string>
 
 #include <gtest/gtest.h>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/flags_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/flags_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/flags_tests.cpp
index 2a6f67b..ebf8cd6 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/flags_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/flags_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <map>
 #include <string>
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/gzip_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/gzip_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/gzip_tests.cpp
index 2211f31..01425d7 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/gzip_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/gzip_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <string>
 
 #include <gtest/gtest.h>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/hashmap_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/hashmap_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/hashmap_tests.cpp
index 4a8176b..984c02c 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/hashmap_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/hashmap_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <ctype.h>
 
 #include <map>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/hashset_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/hashset_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/hashset_tests.cpp
index 97a7167..2826742 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/hashset_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/hashset_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <string>
 
 #include <stout/hashset.hpp>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/interval_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/interval_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/interval_tests.cpp
index 1fa8fc1..134ea2e 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/interval_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/interval_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <gtest/gtest.h>
 
 #include <stout/foreach.hpp>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/ip_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/ip_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/ip_tests.cpp
index c50480b..532d064 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/ip_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/ip_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <stdio.h>
 
 #include <set>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/json_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/json_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/json_tests.cpp
index 0011f08..dd69209 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/json_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/json_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <stdint.h>
 
 #include <sys/stat.h>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/linkedhashmap_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/linkedhashmap_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/linkedhashmap_tests.cpp
index 0644d99..5e385f4 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/linkedhashmap_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/linkedhashmap_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <stdint.h>
 
 #include <list>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/mac_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/mac_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/mac_tests.cpp
index b80fff9..0d39806 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/mac_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/mac_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <stdio.h>
 
 #include <set>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/main.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/main.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/main.cpp
index f5f20ee..1410cf1 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/main.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/main.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <glog/logging.h>
 
 #include <gmock/gmock.h>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/multimap_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/multimap_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/multimap_tests.cpp
index 11f3bf7..b625ffa 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/multimap_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/multimap_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <stdint.h>
 
 #include <set>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/none_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/none_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/none_tests.cpp
index 1c1f8be..55e7520 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/none_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/none_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <string>
 
 #include <gtest/gtest.h>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/option_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/option_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/option_tests.cpp
index 4a0f60b..0c3f89b 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/option_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/option_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <algorithm>
 #include <string>
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/os/sendfile_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/os/sendfile_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/os/sendfile_tests.cpp
index fee942c..e740d5b 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/os/sendfile_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/os/sendfile_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <string>
 
 #include <gmock/gmock.h>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/os/signals_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/os/signals_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/os/signals_tests.cpp
index 6d2d3d5..de86232 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/os/signals_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/os/signals_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <errno.h>
 
 #include <string>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/os_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/os_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/os_tests.cpp
index d7d4552..2556bd4 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/os_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/os_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <stdint.h>
 
 #ifndef __linux__

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/proc_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/proc_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/proc_tests.cpp
index dd3700d..5d24f21 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/proc_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/proc_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <pthread.h>
 #include <unistd.h> // For getpid, getppid.
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/protobuf_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/protobuf_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/protobuf_tests.cpp
index b3ce131..018ff51 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/protobuf_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/protobuf_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <string>
 
 #include <gtest/gtest.h>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/set_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/set_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/set_tests.cpp
index b3cd5f8..6f6b0ba 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/set_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/set_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <set>
 
 #include <gtest/gtest.h>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/some_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/some_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/some_tests.cpp
index ed48279..efb94ef3 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/some_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/some_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <map>
 #include <string>
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/strings_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/strings_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/strings_tests.cpp
index f65c525..ffe5f1b 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/strings_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/strings_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <map>
 #include <set>
 #include <string>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/thread_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/thread_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/thread_tests.cpp
index 6871e8b..319fcdf 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/thread_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/thread_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <string>
 
 #include <gtest/gtest.h>

http://git-wip-us.apache.org/repos/asf/mesos/blob/27a229e8/3rdparty/libprocess/3rdparty/stout/tests/uuid_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/uuid_tests.cpp 
b/3rdparty/libprocess/3rdparty/stout/tests/uuid_tests.cpp
index 7ac8fc0..b931151 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/uuid_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/uuid_tests.cpp
@@ -1,3 +1,17 @@
+/**
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License
+*/
+
 #include <string>
 
 #include <gtest/gtest.h>

Reply via email to