Repository: mesos Updated Branches: refs/heads/master 3c7933dfe -> 1e54a761c
Missing Apache headers for libprocess 3rdparty. Review: https://reviews.apache.org/r/36226 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1e54a761 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1e54a761 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1e54a761 Branch: refs/heads/master Commit: 1e54a761c9e15e9751a0c6bdff1f53a44383f1f6 Parents: a788988 Author: Isabel Jimenez <[email protected]> Authored: Thu Jul 9 15:16:45 2015 -0700 Committer: Benjamin Hindman <[email protected]> Committed: Thu Jul 9 15:22:39 2015 -0700 ---------------------------------------------------------------------- 3rdparty/libprocess/3rdparty/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/1e54a761/3rdparty/libprocess/3rdparty/Makefile.am ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/3rdparty/Makefile.am b/3rdparty/libprocess/3rdparty/Makefile.am index 519e38c..856c2b2 100644 --- a/3rdparty/libprocess/3rdparty/Makefile.am +++ b/3rdparty/libprocess/3rdparty/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 + # This Makefile is for building third-party packages from # tarballs. For autotools-based packages, we configure each of the # packages to build static PIC binaries which we can safely link into
