ACCUMULO-2545 Add more license headers
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/edfbd2ff Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/edfbd2ff Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/edfbd2ff Branch: refs/heads/1.5.2-SNAPSHOT Commit: edfbd2fffd7e1c67e0bc2eb9f4b6d47f27979f26 Parents: 5c659b5 Author: Mike Drob <md...@cloudera.com> Authored: Mon Mar 24 22:49:41 2014 -0400 Committer: Mike Drob <md...@cloudera.com> Committed: Mon Mar 24 22:49:41 2014 -0400 ---------------------------------------------------------------------- src/assemble/build.sh | 2 +- test/system/auto/simple/__init__.py | 14 ++++++++++++++ test/system/auto/stress/__init__.py | 14 ++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/src/assemble/build.sh ---------------------------------------------------------------------- diff --git a/src/assemble/build.sh b/src/assemble/build.sh index 13463da..867595b 100755 --- a/src/assemble/build.sh +++ b/src/assemble/build.sh @@ -41,7 +41,7 @@ runAt() { run mvn -U -P distclean clean mvn org.apache.rat:apache-rat-plugin:0.10:check COUNT=`grep '!????' target/rat.txt | wc -l` -EXPECTED=53 +EXPECTED=51 if [ "$COUNT" -ne $EXPECTED ] then fail expected $EXPECTED files missing licenses, but saw "$COUNT" http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/test/system/auto/simple/__init__.py ---------------------------------------------------------------------- diff --git a/test/system/auto/simple/__init__.py b/test/system/auto/simple/__init__.py index e69de29..ae1e83e 100755 --- a/test/system/auto/simple/__init__.py +++ b/test/system/auto/simple/__init__.py @@ -0,0 +1,14 @@ +# 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. http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/test/system/auto/stress/__init__.py ---------------------------------------------------------------------- diff --git a/test/system/auto/stress/__init__.py b/test/system/auto/stress/__init__.py index e69de29..ae1e83e 100755 --- a/test/system/auto/stress/__init__.py +++ b/test/system/auto/stress/__init__.py @@ -0,0 +1,14 @@ +# 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.