Repository: logging-log4j2
Updated Branches:
  refs/heads/master 6592b82d5 -> ac8ba111e


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/ac8ba111
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ac8ba111
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ac8ba111

Branch: refs/heads/master
Commit: ac8ba111ebe47edd225662d359f841d7ab9180c2
Parents: 6592b82
Author: Ralph Goers <rgo...@nextiva.com>
Authored: Sun Sep 25 11:32:25 2016 -0700
Committer: Ralph Goers <rgo...@nextiva.com>
Committed: Sun Sep 25 11:32:25 2016 -0700

----------------------------------------------------------------------
 .../logging/log4j/core/appender/NullAppender.java   | 16 ++++++++++++++++
 .../log4j/core/util/InetAddressConverter.java       | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ac8ba111/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/NullAppender.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/NullAppender.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/NullAppender.java
index 9cd1115..47c2389 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/NullAppender.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/NullAppender.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.core.appender;
 
 import org.apache.logging.log4j.core.LogEvent;

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ac8ba111/log4j-core/src/main/java/org/apache/logging/log4j/core/util/InetAddressConverter.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/InetAddressConverter.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/InetAddressConverter.java
index e14f512..ad93175 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/InetAddressConverter.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/InetAddressConverter.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.core.util;
 
 import java.net.InetAddress;

Reply via email to