You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2017/11/18 07:59:37 UTC

logging-log4j2 git commit: Add missing license headers

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 464ed9a82 -> 6316752e7


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

Branch: refs/heads/master
Commit: 6316752e79f751ef6b6d366e647c05edc9c8113f
Parents: 464ed9a
Author: Ralph Goers <rg...@apache.org>
Authored: Sat Nov 18 00:59:31 2017 -0700
Committer: Ralph Goers <rg...@apache.org>
Committed: Sat Nov 18 00:59:31 2017 -0700

----------------------------------------------------------------------
 log4j-api-java9/src/main/java/module-info.java      | 16 ++++++++++++++++
 .../util/MultiFormatStringBuilderFormattable.java   | 16 ++++++++++++++++
 .../src/main/resources/Log4j-charsets.properties    | 15 +++++++++++++++
 .../apache/logging/slf4j/SLF4JServiceProvider.java  | 16 ++++++++++++++++
 4 files changed, 63 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6316752e/log4j-api-java9/src/main/java/module-info.java
----------------------------------------------------------------------
diff --git a/log4j-api-java9/src/main/java/module-info.java b/log4j-api-java9/src/main/java/module-info.java
index 25c1d29..4bcccd2 100644
--- a/log4j-api-java9/src/main/java/module-info.java
+++ b/log4j-api-java9/src/main/java/module-info.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.
+ */
 module org.apache.logging.log4j {
     exports org.apache.logging.log4j;
     exports org.apache.logging.log4j.message;

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6316752e/log4j-api/src/main/java/org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable.java
----------------------------------------------------------------------
diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable.java b/log4j-api/src/main/java/org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable.java
index 4b7cb3e..4607185 100644
--- a/log4j-api/src/main/java/org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable.java
+++ b/log4j-api/src/main/java/org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable.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 org.apache.logging.log4j.message.MultiformatMessage;

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6316752e/log4j-api/src/main/resources/Log4j-charsets.properties
----------------------------------------------------------------------
diff --git a/log4j-api/src/main/resources/Log4j-charsets.properties b/log4j-api/src/main/resources/Log4j-charsets.properties
index 60a7f94..b7e4c8e 100644
--- a/log4j-api/src/main/resources/Log4j-charsets.properties
+++ b/log4j-api/src/main/resources/Log4j-charsets.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.
+
 # Mapping based on https://msdn.microsoft.com/en-us/en-en/library/windows/desktop/dd317756(v=vs.85).aspx
 # Reference for supported Java encodings: https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html
 cp65001 = UTF-8

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6316752e/log4j-slf4j-impl/src/main/java/org/apache/logging/slf4j/SLF4JServiceProvider.java
----------------------------------------------------------------------
diff --git a/log4j-slf4j-impl/src/main/java/org/apache/logging/slf4j/SLF4JServiceProvider.java b/log4j-slf4j-impl/src/main/java/org/apache/logging/slf4j/SLF4JServiceProvider.java
index d6ca32a..332d16d 100644
--- a/log4j-slf4j-impl/src/main/java/org/apache/logging/slf4j/SLF4JServiceProvider.java
+++ b/log4j-slf4j-impl/src/main/java/org/apache/logging/slf4j/SLF4JServiceProvider.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.slf4j;
 
 import org.slf4j.ILoggerFactory;