You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/06/12 02:21:18 UTC

[1/2] logging-log4j2 git commit: Add missing license header.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 84439c686 -> 544ecf18a


Add missing license header.

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

Branch: refs/heads/master
Commit: f24e13523271ca4b35904a71e67cbffc7962bbb6
Parents: 84439c6
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Jun 11 17:20:25 2015 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Jun 11 17:20:25 2015 -0700

----------------------------------------------------------------------
 .../logging/log4j/core/lookup/MainMapLookup.java    | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f24e1352/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/MainMapLookup.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/MainMapLookup.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/MainMapLookup.java
index 012abd6..c3f82e2 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/MainMapLookup.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/MainMapLookup.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.lookup;
 
 import java.util.Map;


[2/2] logging-log4j2 git commit: Add missing license header.

Posted by gg...@apache.org.
Add missing license header.

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

Branch: refs/heads/master
Commit: 544ecf18ae846852fb049035046aaa4fc353ace5
Parents: f24e135
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Jun 11 17:21:08 2015 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Jun 11 17:21:08 2015 -0700

----------------------------------------------------------------------
 .../log4j/core/lookup/MarkerLookupConfigTest.java   | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/544ecf18/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/MarkerLookupConfigTest.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/MarkerLookupConfigTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/MarkerLookupConfigTest.java
index e29423b..80ffdb4 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/MarkerLookupConfigTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/MarkerLookupConfigTest.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.lookup;
 
 import java.io.File;