Repository: incubator-gearpump Updated Branches: refs/heads/master e87abbf24 -> 9834490ce
[GEARPUMP-243] Add missing license headers and DISCLAIMER As pointed out in the voting [comments](http://apache-incubator-general.996316.n3.nabble.com/VOTE-Apache-Gearpump-incubating-0-8-2-RC2-tp52569p52638.html) Author: manuzhang <[email protected]> Closes #116 from manuzhang/GEARPUMP-243. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/9834490c Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/9834490c Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/9834490c Branch: refs/heads/master Commit: 9834490cecad3255e0b5fabe3ebd005d4ed2bc98 Parents: e87abbf Author: manuzhang <[email protected]> Authored: Sat Dec 3 21:20:23 2016 +0800 Committer: manuzhang <[email protected]> Committed: Sat Dec 3 21:20:23 2016 +0800 ---------------------------------------------------------------------- NOTICE | 11 +---------- dev-tools/create_apache_bin_release.sh | 2 +- docs/build_doc.sh | 17 +++++++++++++++++ integrationtest/autorun/autorun.sh | 19 ++++++++++++++++--- 4 files changed, 35 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/9834490c/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index da0bf4f..ca86fe0 100644 --- a/NOTICE +++ b/NOTICE @@ -1,14 +1,5 @@ -Apache Gearpump +Apache Gearpump (incubating) Copyright 2015-2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). - -======================================================================= - -Apache Gearpump contains subcomponents with separate copyright notices and -license terms. Your use of the source code for the these subcomponents -is subject to the terms and conditions of their respective licenses. - -See the LICENSE file for a list of subcomponents and dependencies and -their respective licenses. http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/9834490c/dev-tools/create_apache_bin_release.sh ---------------------------------------------------------------------- diff --git a/dev-tools/create_apache_bin_release.sh b/dev-tools/create_apache_bin_release.sh index 0294c1f..b35f98f 100755 --- a/dev-tools/create_apache_bin_release.sh +++ b/dev-tools/create_apache_bin_release.sh @@ -99,7 +99,7 @@ cd tmp tar xzf ../$PACKED_ARCHIVE mv $GEARPUMP_ARCHIVE_FOLDER/* . rmdir $GEARPUMP_ARCHIVE_FOLDER -cp ../NOTICE ../README.md ../CHANGELOG.md . +cp ../NOTICE ../README.md ../CHANGELOG.md ../DISCLAIMER . cp ../LICENSE.bin LICENSE cp -r ../licenses . rsync -a ../tmp/ $GEARPUMP_RELEASE_VERSION http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/9834490c/docs/build_doc.sh ---------------------------------------------------------------------- diff --git a/docs/build_doc.sh b/docs/build_doc.sh index da73dc6..2c30372 100755 --- a/docs/build_doc.sh +++ b/docs/build_doc.sh @@ -1,4 +1,21 @@ #!/bin/bash +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + CURDIR=`pwd` CURDIRNAME=`basename $CURDIR` http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/9834490c/integrationtest/autorun/autorun.sh ---------------------------------------------------------------------- diff --git a/integrationtest/autorun/autorun.sh b/integrationtest/autorun/autorun.sh index b63e10f..2d97ba0 100644 --- a/integrationtest/autorun/autorun.sh +++ b/integrationtest/autorun/autorun.sh @@ -1,7 +1,20 @@ #!/bin/bash - -# Licensed under the Apache License, Version 2.0 -# See accompanying LICENSE file. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. RECIPIENTS_FILE="recipients.txt" CHECK_INTERVAL="1m"
