Repository: logging-log4j2
Updated Branches:
  refs/heads/master db987cd5d -> a7515c1e7


Add missing license headers


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a7515c1e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a7515c1e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a7515c1e

Branch: refs/heads/master
Commit: a7515c1e7ae43c8b18063832bb85b02aab124a3a
Parents: db987cd
Author: Ralph Goers <[email protected]>
Authored: Sun Sep 17 14:29:40 2017 -0700
Committer: Ralph Goers <[email protected]>
Committed: Sun Sep 17 14:29:40 2017 -0700

----------------------------------------------------------------------
 .../apache/logging/log4j/util/ProviderUtilTest.java | 16 ++++++++++++++++
 .../META-INF/services/org.apache.juli.logging.Log   | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a7515c1e/log4j-api/src/test/java/org/apache/logging/log4j/util/ProviderUtilTest.java
----------------------------------------------------------------------
diff --git 
a/log4j-api/src/test/java/org/apache/logging/log4j/util/ProviderUtilTest.java 
b/log4j-api/src/test/java/org/apache/logging/log4j/util/ProviderUtilTest.java
index ec8887b..60a0f53 100644
--- 
a/log4j-api/src/test/java/org/apache/logging/log4j/util/ProviderUtilTest.java
+++ 
b/log4j-api/src/test/java/org/apache/logging/log4j/util/ProviderUtilTest.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.logging.log4j.util;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a7515c1e/log4j-appserver/src/main/resources/META-INF/services/org.apache.juli.logging.Log
----------------------------------------------------------------------
diff --git 
a/log4j-appserver/src/main/resources/META-INF/services/org.apache.juli.logging.Log
 
b/log4j-appserver/src/main/resources/META-INF/services/org.apache.juli.logging.Log
index ee4963a..5077187 100644
--- 
a/log4j-appserver/src/main/resources/META-INF/services/org.apache.juli.logging.Log
+++ 
b/log4j-appserver/src/main/resources/META-INF/services/org.apache.juli.logging.Log
@@ -1 +1,17 @@
+#
+# 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.
+#
 org.apache.logging.log4j.appserver.tomcat.TomcatLogger
\ No newline at end of file

Reply via email to