Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7FAB1055E for ; Tue, 25 Mar 2014 02:53:47 +0000 (UTC) Received: (qmail 54728 invoked by uid 500); 25 Mar 2014 02:53:45 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 54613 invoked by uid 500); 25 Mar 2014 02:53:44 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 54514 invoked by uid 99); 25 Mar 2014 02:53:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2014 02:53:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2D6708BB5AA; Tue, 25 Mar 2014 02:53:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mdrob@apache.org To: commits@accumulo.apache.org Date: Tue, 25 Mar 2014 02:53:47 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/14] git commit: ACCUMULO-2545 Add more license headers 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.4.5-SNAPSHOT Commit: edfbd2fffd7e1c67e0bc2eb9f4b6d47f27979f26 Parents: 5c659b5 Author: Mike Drob Authored: Mon Mar 24 22:49:41 2014 -0400 Committer: Mike Drob 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.