Missing Apache headers for libprocess. Adding missing Apache licence headers on .cpp, .hpp and Makefiles.
Review: https://reviews.apache.org/r/23783 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/83ad6e62 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/83ad6e62 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/83ad6e62 Branch: refs/heads/master Commit: 83ad6e62bb37d7a57ad635cd4e9b318c42c81943 Parents: 27a229e Author: Isabel Jimenez <[email protected]> Authored: Thu Jul 9 15:00:02 2015 -0700 Committer: Benjamin Hindman <[email protected]> Committed: Thu Jul 9 15:00:10 2015 -0700 ---------------------------------------------------------------------- 3rdparty/libprocess/Makefile.am | 12 ++++++++++++ 3rdparty/libprocess/configure.ac | 12 ++++++++++++ 3rdparty/libprocess/examples/example.cpp | 14 ++++++++++++++ 3rdparty/libprocess/include/Makefile.am | 12 ++++++++++++ 3rdparty/libprocess/include/process/address.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/async.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/clock.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/collect.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/defer.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/deferred.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/delay.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/dispatch.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/event.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/executor.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/filter.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/future.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/gc.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/gmock.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/gtest.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/help.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/http.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/id.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/io.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/latch.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/limiter.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/logging.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/message.hpp | 14 ++++++++++++++ .../libprocess/include/process/metrics/counter.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/metrics/gauge.hpp | 14 ++++++++++++++ .../libprocess/include/process/metrics/metric.hpp | 14 ++++++++++++++ .../libprocess/include/process/metrics/metrics.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/metrics/timer.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/mime.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/mutex.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/network.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/once.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/owned.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/pid.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/process.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/profiler.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/protobuf.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/queue.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/reap.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/run.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/sequence.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/shared.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/socket.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/statistics.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/subprocess.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/system.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/time.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/timeout.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/timer.hpp | 14 ++++++++++++++ 3rdparty/libprocess/include/process/timeseries.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/clock.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/config.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/decoder.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/encoder.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/event_loop.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/fatal.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/fatal.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/gate.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/http.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/io.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/latch.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/libev.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/libev.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/libev_poll.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/libevent.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/libevent.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/libevent_poll.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/libevent_ssl_socket.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/libevent_ssl_socket.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/logging.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/metrics/metrics.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/openssl.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/openssl.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/openssl_util.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/openssl_util.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/pid.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/poll_socket.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/poll_socket.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/process.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/process_reference.hpp | 14 ++++++++++++++ 3rdparty/libprocess/src/profiler.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/reap.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/socket.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/subprocess.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/test-master.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/test-slave.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/decoder_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/encoder_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/http_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/io_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/limiter_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/main.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/metrics_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/mutex_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/owned_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/process_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/queue_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/reap_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/sequence_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/shared_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/ssl_client.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/ssl_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/statistics_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/subprocess_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/time_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/tests/timeseries_tests.cpp | 14 ++++++++++++++ 3rdparty/libprocess/src/timeseries.cpp | 14 ++++++++++++++ 111 files changed, 1548 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/Makefile.am ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/Makefile.am b/3rdparty/libprocess/Makefile.am index 71e15f0..e9c42d7 100644 --- a/3rdparty/libprocess/Makefile.am +++ b/3rdparty/libprocess/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 libprocess. Note that 3rdparty needs to be built # first (see 3rdparty/Makefile.am). http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/configure.ac ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/configure.ac b/3rdparty/libprocess/configure.ac index c197baf..7d1221b 100644 --- a/3rdparty/libprocess/configure.ac +++ b/3rdparty/libprocess/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/83ad6e62/3rdparty/libprocess/examples/example.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/examples/example.cpp b/3rdparty/libprocess/examples/example.cpp index 3fb4ef5..22ae083 100644 --- a/3rdparty/libprocess/examples/example.cpp +++ b/3rdparty/libprocess/examples/example.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 <iostream> #include <sstream> http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/Makefile.am ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/Makefile.am b/3rdparty/libprocess/include/Makefile.am index d01880c..3b6108d 100644 --- a/3rdparty/libprocess/include/Makefile.am +++ b/3rdparty/libprocess/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 = \ process/address.hpp \ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/address.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/address.hpp b/3rdparty/libprocess/include/process/address.hpp index 88946d5..be216db 100644 --- a/3rdparty/libprocess/include/process/address.hpp +++ b/3rdparty/libprocess/include/process/address.hpp @@ -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 +*/ + #ifndef __PROCESS_ADDRESS_HPP__ #define __PROCESS_ADDRESS_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/async.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/async.hpp b/3rdparty/libprocess/include/process/async.hpp index 9af3cc0..d0c560a 100644 --- a/3rdparty/libprocess/include/process/async.hpp +++ b/3rdparty/libprocess/include/process/async.hpp @@ -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 +*/ + #ifndef __ASYNC_HPP__ #define __ASYNC_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/clock.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/clock.hpp b/3rdparty/libprocess/include/process/clock.hpp index 8dc7be8..0f73f89 100644 --- a/3rdparty/libprocess/include/process/clock.hpp +++ b/3rdparty/libprocess/include/process/clock.hpp @@ -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 +*/ + #ifndef __PROCESS_CLOCK_HPP__ #define __PROCESS_CLOCK_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/collect.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/collect.hpp b/3rdparty/libprocess/include/process/collect.hpp index c713c1b..a1e2051 100644 --- a/3rdparty/libprocess/include/process/collect.hpp +++ b/3rdparty/libprocess/include/process/collect.hpp @@ -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 +*/ + #ifndef __PROCESS_COLLECT_HPP__ #define __PROCESS_COLLECT_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/defer.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/defer.hpp b/3rdparty/libprocess/include/process/defer.hpp index 7c04736..c9caf58 100644 --- a/3rdparty/libprocess/include/process/defer.hpp +++ b/3rdparty/libprocess/include/process/defer.hpp @@ -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 +*/ + #ifndef __PROCESS_DEFER_HPP__ #define __PROCESS_DEFER_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/deferred.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/deferred.hpp b/3rdparty/libprocess/include/process/deferred.hpp index 3746d69..b11acc4 100644 --- a/3rdparty/libprocess/include/process/deferred.hpp +++ b/3rdparty/libprocess/include/process/deferred.hpp @@ -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 +*/ + #ifndef __PROCESS_DEFERRED_HPP__ #define __PROCESS_DEFERRED_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/delay.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/delay.hpp b/3rdparty/libprocess/include/process/delay.hpp index 29e3532..65e316e 100644 --- a/3rdparty/libprocess/include/process/delay.hpp +++ b/3rdparty/libprocess/include/process/delay.hpp @@ -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 +*/ + #ifndef __PROCESS_DELAY_HPP__ #define __PROCESS_DELAY_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/dispatch.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/dispatch.hpp b/3rdparty/libprocess/include/process/dispatch.hpp index 617fd43..c5b8137 100644 --- a/3rdparty/libprocess/include/process/dispatch.hpp +++ b/3rdparty/libprocess/include/process/dispatch.hpp @@ -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 +*/ + #ifndef __PROCESS_DISPATCH_HPP__ #define __PROCESS_DISPATCH_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/event.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/event.hpp b/3rdparty/libprocess/include/process/event.hpp index ad4a8f4..522771a 100644 --- a/3rdparty/libprocess/include/process/event.hpp +++ b/3rdparty/libprocess/include/process/event.hpp @@ -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 +*/ + #ifndef __PROCESS_EVENT_HPP__ #define __PROCESS_EVENT_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/executor.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/executor.hpp b/3rdparty/libprocess/include/process/executor.hpp index 157a1d2..434d23a 100644 --- a/3rdparty/libprocess/include/process/executor.hpp +++ b/3rdparty/libprocess/include/process/executor.hpp @@ -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 +*/ + #ifndef __PROCESS_EXECUTOR_HPP__ #define __PROCESS_EXECUTOR_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/filter.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/filter.hpp b/3rdparty/libprocess/include/process/filter.hpp index aa0c91b..db0dfc7 100644 --- a/3rdparty/libprocess/include/process/filter.hpp +++ b/3rdparty/libprocess/include/process/filter.hpp @@ -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 +*/ + #ifndef __PROCESS_FILTER_HPP__ #define __PROCESS_FILTER_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/future.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/future.hpp b/3rdparty/libprocess/include/process/future.hpp index a9e765d..db92767 100644 --- a/3rdparty/libprocess/include/process/future.hpp +++ b/3rdparty/libprocess/include/process/future.hpp @@ -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 +*/ + #ifndef __PROCESS_FUTURE_HPP__ #define __PROCESS_FUTURE_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/gc.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/gc.hpp b/3rdparty/libprocess/include/process/gc.hpp index e83c636..72fde54 100644 --- a/3rdparty/libprocess/include/process/gc.hpp +++ b/3rdparty/libprocess/include/process/gc.hpp @@ -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 +*/ + #ifndef __PROCESS_GC_HPP__ #define __PROCESS_GC_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/gmock.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/gmock.hpp b/3rdparty/libprocess/include/process/gmock.hpp index 0fd3f8c..e878161 100644 --- a/3rdparty/libprocess/include/process/gmock.hpp +++ b/3rdparty/libprocess/include/process/gmock.hpp @@ -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 +*/ + #ifndef __PROCESS_GMOCK_HPP__ #define __PROCESS_GMOCK_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/gtest.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/gtest.hpp b/3rdparty/libprocess/include/process/gtest.hpp index afaed51..2ae2a5a 100644 --- a/3rdparty/libprocess/include/process/gtest.hpp +++ b/3rdparty/libprocess/include/process/gtest.hpp @@ -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 +*/ + #ifndef __PROCESS_GTEST_HPP__ #define __PROCESS_GTEST_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/help.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/help.hpp b/3rdparty/libprocess/include/process/help.hpp index 07e99f1..316ed21 100644 --- a/3rdparty/libprocess/include/process/help.hpp +++ b/3rdparty/libprocess/include/process/help.hpp @@ -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 +*/ + #ifndef __PROCESS_HELP_HPP__ #define __PROCESS_HELP_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/http.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/http.hpp b/3rdparty/libprocess/include/process/http.hpp index 0db303a..69334b4 100644 --- a/3rdparty/libprocess/include/process/http.hpp +++ b/3rdparty/libprocess/include/process/http.hpp @@ -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 +*/ + #ifndef __PROCESS_HTTP_HPP__ #define __PROCESS_HTTP_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/id.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/id.hpp b/3rdparty/libprocess/include/process/id.hpp index e586937..a0bb5db 100644 --- a/3rdparty/libprocess/include/process/id.hpp +++ b/3rdparty/libprocess/include/process/id.hpp @@ -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 +*/ + #ifndef __PROCESS_ID_HPP__ #define __PROCESS_ID_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/io.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/io.hpp b/3rdparty/libprocess/include/process/io.hpp index 6388770..2457163 100644 --- a/3rdparty/libprocess/include/process/io.hpp +++ b/3rdparty/libprocess/include/process/io.hpp @@ -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 +*/ + #ifndef __PROCESS_IO_HPP__ #define __PROCESS_IO_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/latch.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/latch.hpp b/3rdparty/libprocess/include/process/latch.hpp index 9d010f0..460971e 100644 --- a/3rdparty/libprocess/include/process/latch.hpp +++ b/3rdparty/libprocess/include/process/latch.hpp @@ -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 +*/ + #ifndef __PROCESS_LATCH_HPP__ #define __PROCESS_LATCH_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/limiter.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/limiter.hpp b/3rdparty/libprocess/include/process/limiter.hpp index 444aa1b..ce69288 100644 --- a/3rdparty/libprocess/include/process/limiter.hpp +++ b/3rdparty/libprocess/include/process/limiter.hpp @@ -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 +*/ + #ifndef __PROCESS_LIMITER_HPP__ #define __PROCESS_LIMITER_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/logging.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/logging.hpp b/3rdparty/libprocess/include/process/logging.hpp index 80b1e8f..03fb1bd 100644 --- a/3rdparty/libprocess/include/process/logging.hpp +++ b/3rdparty/libprocess/include/process/logging.hpp @@ -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 +*/ + #ifndef __PROCESS_LOGGING_HPP__ #define __PROCESS_LOGGING_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/message.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/message.hpp b/3rdparty/libprocess/include/process/message.hpp index c67c5e1..e9c7e05 100644 --- a/3rdparty/libprocess/include/process/message.hpp +++ b/3rdparty/libprocess/include/process/message.hpp @@ -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 +*/ + #ifndef __PROCESS_MESSAGE_HPP__ #define __PROCESS_MESSAGE_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/metrics/counter.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/metrics/counter.hpp b/3rdparty/libprocess/include/process/metrics/counter.hpp index f9cab39..6ea3220 100644 --- a/3rdparty/libprocess/include/process/metrics/counter.hpp +++ b/3rdparty/libprocess/include/process/metrics/counter.hpp @@ -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 +*/ + #ifndef __PROCESS_METRICS_COUNTER_HPP__ #define __PROCESS_METRICS_COUNTER_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/metrics/gauge.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/metrics/gauge.hpp b/3rdparty/libprocess/include/process/metrics/gauge.hpp index 7d02cd5..13934b8 100644 --- a/3rdparty/libprocess/include/process/metrics/gauge.hpp +++ b/3rdparty/libprocess/include/process/metrics/gauge.hpp @@ -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 +*/ + #ifndef __PROCESS_METRICS_GAUGE_HPP__ #define __PROCESS_METRICS_GAUGE_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/metrics/metric.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/metrics/metric.hpp b/3rdparty/libprocess/include/process/metrics/metric.hpp index 616f060..c5e61df 100644 --- a/3rdparty/libprocess/include/process/metrics/metric.hpp +++ b/3rdparty/libprocess/include/process/metrics/metric.hpp @@ -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 +*/ + #ifndef __PROCESS_METRICS_METRIC_HPP__ #define __PROCESS_METRICS_METRIC_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/metrics/metrics.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/metrics/metrics.hpp b/3rdparty/libprocess/include/process/metrics/metrics.hpp index aa44992..5a328d3 100644 --- a/3rdparty/libprocess/include/process/metrics/metrics.hpp +++ b/3rdparty/libprocess/include/process/metrics/metrics.hpp @@ -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 +*/ + #ifndef __PROCESS_METRICS_METRICS_HPP__ #define __PROCESS_METRICS_METRICS_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/metrics/timer.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/metrics/timer.hpp b/3rdparty/libprocess/include/process/metrics/timer.hpp index 813115a..76890b7 100644 --- a/3rdparty/libprocess/include/process/metrics/timer.hpp +++ b/3rdparty/libprocess/include/process/metrics/timer.hpp @@ -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 +*/ + #ifndef __PROCESS_METRICS_TIMER_HPP__ #define __PROCESS_METRICS_TIMER_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/mime.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/mime.hpp b/3rdparty/libprocess/include/process/mime.hpp index 0abeac1..decdfb6 100644 --- a/3rdparty/libprocess/include/process/mime.hpp +++ b/3rdparty/libprocess/include/process/mime.hpp @@ -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 +*/ + #ifndef __PROCESS_MIME_HPP__ #define __PROCESS_MIME_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/mutex.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/mutex.hpp b/3rdparty/libprocess/include/process/mutex.hpp index 37ea49a..46e25df 100644 --- a/3rdparty/libprocess/include/process/mutex.hpp +++ b/3rdparty/libprocess/include/process/mutex.hpp @@ -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 +*/ + #ifndef __PROCESS_MUTEX_HPP__ #define __PROCESS_MUTEX_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/network.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/network.hpp b/3rdparty/libprocess/include/process/network.hpp index f4192e0..4ae8b11 100644 --- a/3rdparty/libprocess/include/process/network.hpp +++ b/3rdparty/libprocess/include/process/network.hpp @@ -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 +*/ + #ifndef __PROCESS_NETWORK_HPP__ #define __PROCESS_NETWORK_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/once.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/once.hpp b/3rdparty/libprocess/include/process/once.hpp index 2b81df3..7d0d930 100644 --- a/3rdparty/libprocess/include/process/once.hpp +++ b/3rdparty/libprocess/include/process/once.hpp @@ -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 +*/ + #ifndef __PROCESS_ONCE_HPP__ #define __PROCESS_ONCE_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/owned.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/owned.hpp b/3rdparty/libprocess/include/process/owned.hpp index 0541113..428e922 100644 --- a/3rdparty/libprocess/include/process/owned.hpp +++ b/3rdparty/libprocess/include/process/owned.hpp @@ -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 +*/ + #ifndef __PROCESS_OWNED_HPP__ #define __PROCESS_OWNED_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/pid.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/pid.hpp b/3rdparty/libprocess/include/process/pid.hpp index e0a9fce..1034f85 100644 --- a/3rdparty/libprocess/include/process/pid.hpp +++ b/3rdparty/libprocess/include/process/pid.hpp @@ -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 +*/ + #ifndef __PROCESS_PID_HPP__ #define __PROCESS_PID_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/process.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/process.hpp b/3rdparty/libprocess/include/process/process.hpp index 59b50af..3ec442e 100644 --- a/3rdparty/libprocess/include/process/process.hpp +++ b/3rdparty/libprocess/include/process/process.hpp @@ -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 +*/ + #ifndef __PROCESS_PROCESS_HPP__ #define __PROCESS_PROCESS_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/profiler.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/profiler.hpp b/3rdparty/libprocess/include/process/profiler.hpp index 86050b1..4082b8a 100644 --- a/3rdparty/libprocess/include/process/profiler.hpp +++ b/3rdparty/libprocess/include/process/profiler.hpp @@ -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 +*/ + #ifndef __PROCESS_PROFILER_HPP__ #define __PROCESS_PROFILER_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/protobuf.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/protobuf.hpp b/3rdparty/libprocess/include/process/protobuf.hpp index 91493de..3ec3775 100644 --- a/3rdparty/libprocess/include/process/protobuf.hpp +++ b/3rdparty/libprocess/include/process/protobuf.hpp @@ -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 +*/ + #ifndef __PROCESS_PROTOBUF_HPP__ #define __PROCESS_PROTOBUF_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/queue.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/queue.hpp b/3rdparty/libprocess/include/process/queue.hpp index 5be29db..7e35387 100644 --- a/3rdparty/libprocess/include/process/queue.hpp +++ b/3rdparty/libprocess/include/process/queue.hpp @@ -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 +*/ + #ifndef __PROCESS_QUEUE_HPP__ #define __PROCESS_QUEUE_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/reap.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/reap.hpp b/3rdparty/libprocess/include/process/reap.hpp index 5e5051a..ca5acc4 100644 --- a/3rdparty/libprocess/include/process/reap.hpp +++ b/3rdparty/libprocess/include/process/reap.hpp @@ -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 +*/ + #ifndef __PROCESS_REAP_HPP__ #define __PROCESS_REAP_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/run.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/run.hpp b/3rdparty/libprocess/include/process/run.hpp index a0d7286..98de0fd 100644 --- a/3rdparty/libprocess/include/process/run.hpp +++ b/3rdparty/libprocess/include/process/run.hpp @@ -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 +*/ + #ifndef __PROCESS_RUN_HPP__ #define __PROCESS_RUN_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/sequence.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/sequence.hpp b/3rdparty/libprocess/include/process/sequence.hpp index d755b34..2dec013 100644 --- a/3rdparty/libprocess/include/process/sequence.hpp +++ b/3rdparty/libprocess/include/process/sequence.hpp @@ -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 +*/ + #ifndef __PROCESS_SEQUENCE_HPP__ #define __PROCESS_SEQUENCE_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/shared.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/shared.hpp b/3rdparty/libprocess/include/process/shared.hpp index d80fb7f..b4d90ca 100644 --- a/3rdparty/libprocess/include/process/shared.hpp +++ b/3rdparty/libprocess/include/process/shared.hpp @@ -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 +*/ + #ifndef __PROCESS_SHARED_HPP__ #define __PROCESS_SHARED_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/socket.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/socket.hpp b/3rdparty/libprocess/include/process/socket.hpp index 4d95183..a882330 100644 --- a/3rdparty/libprocess/include/process/socket.hpp +++ b/3rdparty/libprocess/include/process/socket.hpp @@ -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 +*/ + #ifndef __PROCESS_SOCKET_HPP__ #define __PROCESS_SOCKET_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/statistics.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/statistics.hpp b/3rdparty/libprocess/include/process/statistics.hpp index 929fb8d..2eafd3f 100644 --- a/3rdparty/libprocess/include/process/statistics.hpp +++ b/3rdparty/libprocess/include/process/statistics.hpp @@ -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 +*/ + #ifndef __PROCESS_STATISTICS_HPP__ #define __PROCESS_STATISTICS_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/subprocess.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/subprocess.hpp b/3rdparty/libprocess/include/process/subprocess.hpp index 869e3d9..310cb4f 100644 --- a/3rdparty/libprocess/include/process/subprocess.hpp +++ b/3rdparty/libprocess/include/process/subprocess.hpp @@ -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 +*/ + #ifndef __PROCESS_SUBPROCESS_HPP__ #define __PROCESS_SUBPROCESS_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/system.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/system.hpp b/3rdparty/libprocess/include/process/system.hpp index 4fb3c83..7c8b49e 100644 --- a/3rdparty/libprocess/include/process/system.hpp +++ b/3rdparty/libprocess/include/process/system.hpp @@ -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 +*/ + #ifndef __PROCESS_SYSTEM_HPP__ #define __PROCESS_SYSTEM_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/time.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/time.hpp b/3rdparty/libprocess/include/process/time.hpp index 6a57b7b..095409a 100644 --- a/3rdparty/libprocess/include/process/time.hpp +++ b/3rdparty/libprocess/include/process/time.hpp @@ -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 +*/ + #ifndef __PROCESS_TIME_HPP__ #define __PROCESS_TIME_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/timeout.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/timeout.hpp b/3rdparty/libprocess/include/process/timeout.hpp index 5c46d70..868da49 100644 --- a/3rdparty/libprocess/include/process/timeout.hpp +++ b/3rdparty/libprocess/include/process/timeout.hpp @@ -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 +*/ + #ifndef __PROCESS_TIMEOUT_HPP__ #define __PROCESS_TIMEOUT_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/timer.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/timer.hpp b/3rdparty/libprocess/include/process/timer.hpp index e5d71f6..02ebd32 100644 --- a/3rdparty/libprocess/include/process/timer.hpp +++ b/3rdparty/libprocess/include/process/timer.hpp @@ -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 +*/ + #ifndef __PROCESS_TIMER_HPP__ #define __PROCESS_TIMER_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/include/process/timeseries.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/timeseries.hpp b/3rdparty/libprocess/include/process/timeseries.hpp index ec0ac67..becba43 100644 --- a/3rdparty/libprocess/include/process/timeseries.hpp +++ b/3rdparty/libprocess/include/process/timeseries.hpp @@ -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 +*/ + #ifndef __PROCESS_TIMESERIES_HPP__ #define __PROCESS_TIMESERIES_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/clock.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/clock.cpp b/3rdparty/libprocess/src/clock.cpp index dd726c1..09c60e5 100644 --- a/3rdparty/libprocess/src/clock.cpp +++ b/3rdparty/libprocess/src/clock.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 <list> http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/config.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/config.hpp b/3rdparty/libprocess/src/config.hpp index d5084bf..7218164 100644 --- a/3rdparty/libprocess/src/config.hpp +++ b/3rdparty/libprocess/src/config.hpp @@ -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 +*/ + #ifndef __CONFIG_HPP__ #define __CONFIG_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/decoder.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/decoder.hpp b/3rdparty/libprocess/src/decoder.hpp index 85ce9e3..fa2984e 100644 --- a/3rdparty/libprocess/src/decoder.hpp +++ b/3rdparty/libprocess/src/decoder.hpp @@ -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 +*/ + #ifndef __DECODER_HPP__ #define __DECODER_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/encoder.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/encoder.hpp b/3rdparty/libprocess/src/encoder.hpp index f53fc0d..c5ff761 100644 --- a/3rdparty/libprocess/src/encoder.hpp +++ b/3rdparty/libprocess/src/encoder.hpp @@ -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 +*/ + #ifndef __ENCODER_HPP__ #define __ENCODER_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/event_loop.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/event_loop.hpp b/3rdparty/libprocess/src/event_loop.hpp index af57fe2..45aa2a6 100644 --- a/3rdparty/libprocess/src/event_loop.hpp +++ b/3rdparty/libprocess/src/event_loop.hpp @@ -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 +*/ + #ifndef __EVENT_LOOP_HPP__ #define __EVENT_LOOP_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/fatal.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/fatal.cpp b/3rdparty/libprocess/src/fatal.cpp index b2934e0..76d5ee4 100644 --- a/3rdparty/libprocess/src/fatal.cpp +++ b/3rdparty/libprocess/src/fatal.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 <stdarg.h> #include <stdio.h> #include <stdlib.h> http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/fatal.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/fatal.hpp b/3rdparty/libprocess/src/fatal.hpp index 34314fd..87a55dc 100644 --- a/3rdparty/libprocess/src/fatal.hpp +++ b/3rdparty/libprocess/src/fatal.hpp @@ -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 +*/ + /* * Basic perror + exit routines. * http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/gate.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/gate.hpp b/3rdparty/libprocess/src/gate.hpp index e5c9379..7f6b3d8 100644 --- a/3rdparty/libprocess/src/gate.hpp +++ b/3rdparty/libprocess/src/gate.hpp @@ -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 +*/ + #ifndef __GATE_HPP__ #define __GATE_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/http.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/http.cpp b/3rdparty/libprocess/src/http.cpp index 095572c..d168579 100644 --- a/3rdparty/libprocess/src/http.cpp +++ b/3rdparty/libprocess/src/http.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 <arpa/inet.h> #include <stdint.h> http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/io.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/io.cpp b/3rdparty/libprocess/src/io.cpp index 4944e28..4a6e18a 100644 --- a/3rdparty/libprocess/src/io.cpp +++ b/3rdparty/libprocess/src/io.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 <memory> #include <string> http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/latch.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/latch.cpp b/3rdparty/libprocess/src/latch.cpp index cba4dcd..f7d94d9 100644 --- a/3rdparty/libprocess/src/latch.cpp +++ b/3rdparty/libprocess/src/latch.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 <process/id.hpp> #include <process/latch.hpp> #include <process/process.hpp> http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/libev.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/libev.cpp b/3rdparty/libprocess/src/libev.cpp index 2b8c68d..8960c75 100644 --- a/3rdparty/libprocess/src/libev.cpp +++ b/3rdparty/libprocess/src/libev.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 <ev.h> #include <mutex> http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/libev.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/libev.hpp b/3rdparty/libprocess/src/libev.hpp index a0a2f49..fd26728 100644 --- a/3rdparty/libprocess/src/libev.hpp +++ b/3rdparty/libprocess/src/libev.hpp @@ -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 +*/ + #ifndef __LIBEV_HPP__ #define __LIBEV_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/libev_poll.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/libev_poll.cpp b/3rdparty/libprocess/src/libev_poll.cpp index 6191be3..ca391b5 100644 --- a/3rdparty/libprocess/src/libev_poll.cpp +++ b/3rdparty/libprocess/src/libev_poll.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 <ev.h> #include <memory> http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/libevent.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/libevent.cpp b/3rdparty/libprocess/src/libevent.cpp index 67e7501..02f9e61 100644 --- a/3rdparty/libprocess/src/libevent.cpp +++ b/3rdparty/libprocess/src/libevent.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 <signal.h> #include <unistd.h> http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/libevent.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/libevent.hpp b/3rdparty/libprocess/src/libevent.hpp index 47b93f1..3a0a46b 100644 --- a/3rdparty/libprocess/src/libevent.hpp +++ b/3rdparty/libprocess/src/libevent.hpp @@ -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 +*/ + #ifndef __LIBEVENT_HPP__ #define __LIBEVENT_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/libevent_poll.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/libevent_poll.cpp b/3rdparty/libprocess/src/libevent_poll.cpp index d0b8946..ff68986 100644 --- a/3rdparty/libprocess/src/libevent_poll.cpp +++ b/3rdparty/libprocess/src/libevent_poll.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 <event2/event.h> #include <process/future.hpp> http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/libevent_ssl_socket.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/libevent_ssl_socket.cpp b/3rdparty/libprocess/src/libevent_ssl_socket.cpp index cecd7af..80db6e8 100644 --- a/3rdparty/libprocess/src/libevent_ssl_socket.cpp +++ b/3rdparty/libprocess/src/libevent_ssl_socket.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 <event2/buffer.h> #include <event2/bufferevent_ssl.h> #include <event2/event.h> http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/libevent_ssl_socket.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/libevent_ssl_socket.hpp b/3rdparty/libprocess/src/libevent_ssl_socket.hpp index 11c1b70..3b17fa2 100644 --- a/3rdparty/libprocess/src/libevent_ssl_socket.hpp +++ b/3rdparty/libprocess/src/libevent_ssl_socket.hpp @@ -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 +*/ + #ifndef __LIBEVENT_SSL_SOCKET_HPP__ #define __LIBEVENT_SSL_SOCKET_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/logging.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/logging.cpp b/3rdparty/libprocess/src/logging.cpp index 9134718..3d855e9 100644 --- a/3rdparty/libprocess/src/logging.cpp +++ b/3rdparty/libprocess/src/logging.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 "process/delay.hpp" http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/metrics/metrics.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/metrics/metrics.cpp b/3rdparty/libprocess/src/metrics/metrics.cpp index a97b613..b961750 100644 --- a/3rdparty/libprocess/src/metrics/metrics.cpp +++ b/3rdparty/libprocess/src/metrics/metrics.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 <list> http://git-wip-us.apache.org/repos/asf/mesos/blob/83ad6e62/3rdparty/libprocess/src/openssl.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/openssl.cpp b/3rdparty/libprocess/src/openssl.cpp index 118ce55..6aa2a4d 100644 --- a/3rdparty/libprocess/src/openssl.cpp +++ b/3rdparty/libprocess/src/openssl.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 "openssl.hpp" #include <sys/param.h>
