You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/05/18 14:39:12 UTC

logging-log4j2 git commit: added missing license header

Repository: logging-log4j2
Updated Branches:
  refs/heads/master e8be54c84 -> 72c809d1d


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

Branch: refs/heads/master
Commit: 72c809d1df15d66bbe668cb3d545cd08c232f3c2
Parents: e8be54c
Author: rpopma <rp...@apache.org>
Authored: Wed May 18 23:39:48 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Wed May 18 23:39:48 2016 +0900

----------------------------------------------------------------------
 .../resources/perf-WithoutAnyAppender-location.xml  | 16 ++++++++++++++++
 .../src/main/resources/perf-WithoutAnyAppender.xml  | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/72c809d1/log4j-perf/src/main/resources/perf-WithoutAnyAppender-location.xml
----------------------------------------------------------------------
diff --git a/log4j-perf/src/main/resources/perf-WithoutAnyAppender-location.xml b/log4j-perf/src/main/resources/perf-WithoutAnyAppender-location.xml
index e572bad..fd834ab 100644
--- a/log4j-perf/src/main/resources/perf-WithoutAnyAppender-location.xml
+++ b/log4j-perf/src/main/resources/perf-WithoutAnyAppender-location.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+  -->
 <Configuration status="OFF">
   <Appenders>
     <NonExistingAppender name="none">

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/72c809d1/log4j-perf/src/main/resources/perf-WithoutAnyAppender.xml
----------------------------------------------------------------------
diff --git a/log4j-perf/src/main/resources/perf-WithoutAnyAppender.xml b/log4j-perf/src/main/resources/perf-WithoutAnyAppender.xml
index 0b86ff7..fc58f9a 100644
--- a/log4j-perf/src/main/resources/perf-WithoutAnyAppender.xml
+++ b/log4j-perf/src/main/resources/perf-WithoutAnyAppender.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+  -->
 <Configuration status="OFF">
   <Appenders>
     <NonExistingAppender name="none">