Repository: accumulo
Updated Branches:
  refs/heads/1.4.5-SNAPSHOT 5c659b578 -> edfbd2fff
  refs/heads/1.5.2-SNAPSHOT 70e50f31d -> e6748a8dc
  refs/heads/1.6.0-SNAPSHOT 05254f388 -> e366e7509
  refs/heads/master 139a192ee -> 3b80978ed


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/1.6.0-SNAPSHOT
Commit: 5c659b578604c0714d0c64a58b8d098fb2c019b1
Parents: 7b1a8e7
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:16:16 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
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

Reply via email to