Repository: logging-log4j2
Updated Branches:
  refs/heads/master c404c3d79 -> f46c8f101


Add missing license headers

Almost remembered them all!


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

Branch: refs/heads/master
Commit: f46c8f101e916abbc7d4b2da543f0a7d65a78182
Parents: c404c3d
Author: Matt Sicker <[email protected]>
Authored: Sat Dec 31 18:50:19 2016 -0600
Committer: Matt Sicker <[email protected]>
Committed: Sat Dec 31 18:50:19 2016 -0600

----------------------------------------------------------------------
 .../log4j/core/appender/db/ColumnMapping.java       | 16 ++++++++++++++++
 .../logging/log4j/core/net/SocketAddress.java       | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f46c8f10/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/ColumnMapping.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/ColumnMapping.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/ColumnMapping.java
index c4d6b45..c9296c2 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/ColumnMapping.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/ColumnMapping.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.db;
 
 import org.apache.logging.log4j.core.Core;

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f46c8f10/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketAddress.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketAddress.java 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketAddress.java
index 6bfa817..333f21b 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketAddress.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/SocketAddress.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.net;
 
 import java.net.InetAddress;

Reply via email to