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 CBD7110561 for ; Tue, 25 Mar 2014 02:54:06 +0000 (UTC) Received: (qmail 54822 invoked by uid 500); 25 Mar 2014 02:53:47 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 54687 invoked by uid 500); 25 Mar 2014 02:53:45 -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 54501 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 0C4048BB5A0; 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:42 -0000 Message-Id: <603ac307c3cc456d892679abd5f72146@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [02/14] git commit: ACCUMULO-2545 Add missing license headers ACCUMULO-2545 Add missing license headers Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5c659b57 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5c659b57 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5c659b57 Branch: refs/heads/master Commit: 5c659b578604c0714d0c64a58b8d098fb2c019b1 Parents: 7b1a8e7 Author: Mike Drob Authored: Mon Mar 24 22:16:16 2014 -0400 Committer: Mike Drob Committed: Mon Mar 24 22:16:16 2014 -0400 ---------------------------------------------------------------------- .../accumulo/core/client/IteratorSettingTest.java | 16 ++++++++++++++++ src/server/src/test/resources/log4j.properties | 17 ++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/5c659b57/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java ---------------------------------------------------------------------- diff --git a/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java b/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java index ccb3cd6..3208d64 100644 --- a/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java +++ b/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java @@ -1,3 +1,19 @@ +/* + * 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. + */ package org.apache.accumulo.core.client; import static org.junit.Assert.assertEquals; http://git-wip-us.apache.org/repos/asf/accumulo/blob/5c659b57/src/server/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/src/server/src/test/resources/log4j.properties b/src/server/src/test/resources/log4j.properties index 0b17793..2824491 100644 --- a/src/server/src/test/resources/log4j.properties +++ b/src/server/src/test/resources/log4j.properties @@ -1,3 +1,18 @@ +# 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. + log4j.rootLogger=INFO, CA log4j.appender.CA=org.apache.log4j.ConsoleAppender log4j.appender.CA.layout=org.apache.log4j.PatternLayout @@ -5,4 +20,4 @@ log4j.appender.CA.layout.ConversionPattern=[%t] %-5p %c %x - %m%n log4j.logger.org.apache.zookeeper=ERROR,CA log4j.logger.org.apache.accumulo.core.client.impl.ServerClient=ERROR -log4j.logger.org.apache.accumulo.server.security.Auditor=off \ No newline at end of file +log4j.logger.org.apache.accumulo.server.security.Auditor=off