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 2012/10/06 21:58:05 UTC

svn commit: r1395162 - in /logging/log4j/log4j2/trunk: NOTICE.txt api/pom.xml api/src/main/resources/LICENSE api/src/main/resources/NOTICE core/src/main/resources/META-INF/NOTICE flume-ng/pom.xml jcl-bridge/pom.xml log4j12-api/pom.xml slf4j-impl/pom.xml

Author: rgoers
Date: Sat Oct  6 19:58:04 2012
New Revision: 1395162

URL: http://svn.apache.org/viewvc?rev=1395162&view=rev
Log:
Eliminate duplicate NOTICE files. Cause NOTICE files to contain proper component names

Added:
    logging/log4j/log4j2/trunk/core/src/main/resources/META-INF/NOTICE
Removed:
    logging/log4j/log4j2/trunk/api/src/main/resources/LICENSE
    logging/log4j/log4j2/trunk/api/src/main/resources/NOTICE
Modified:
    logging/log4j/log4j2/trunk/NOTICE.txt
    logging/log4j/log4j2/trunk/api/pom.xml
    logging/log4j/log4j2/trunk/flume-ng/pom.xml
    logging/log4j/log4j2/trunk/jcl-bridge/pom.xml
    logging/log4j/log4j2/trunk/log4j12-api/pom.xml
    logging/log4j/log4j2/trunk/slf4j-impl/pom.xml

Modified: logging/log4j/log4j2/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/NOTICE.txt?rev=1395162&r1=1395161&r2=1395162&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/NOTICE.txt (original)
+++ logging/log4j/log4j2/trunk/NOTICE.txt Sat Oct  6 19:58:04 2012
@@ -1,8 +1,8 @@
-Apache log4j2 1.0-beta1
-Copyright 2012 The Apache Software Foundation
+Apache Log4j
+Copyright 1999-2012 Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
 ResolverUtil.java
-Copyright 2005-2006 Tim Fennell
\ No newline at end of file
+Copyright 2005-2006 Tim Fennell

Modified: logging/log4j/log4j2/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/pom.xml?rev=1395162&r1=1395161&r2=1395162&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/api/pom.xml Sat Oct  6 19:58:04 2012
@@ -26,7 +26,7 @@
   <groupId>org.apache.logging.log4j</groupId>
   <artifactId>log4j-api</artifactId>
   <packaging>jar</packaging>
-  <name>Log4J API</name>
+  <name>Apache Log4j API</name>
   <description>The Log4J API</description>
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>

Added: logging/log4j/log4j2/trunk/core/src/main/resources/META-INF/NOTICE
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/src/main/resources/META-INF/NOTICE?rev=1395162&view=auto
==============================================================================
--- logging/log4j/log4j2/trunk/core/src/main/resources/META-INF/NOTICE (added)
+++ logging/log4j/log4j2/trunk/core/src/main/resources/META-INF/NOTICE Sat Oct  6 19:58:04 2012
@@ -0,0 +1,8 @@
+Apache Log4j Core
+Copyright 1999-2012 Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+ResolverUtil.java
+Copyright 2005-2006 Tim Fennell
\ No newline at end of file

Modified: logging/log4j/log4j2/trunk/flume-ng/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/flume-ng/pom.xml?rev=1395162&r1=1395161&r2=1395162&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/flume-ng/pom.xml (original)
+++ logging/log4j/log4j2/trunk/flume-ng/pom.xml Sat Oct  6 19:58:04 2012
@@ -26,7 +26,7 @@
   <groupId>org.apache.logging.log4j.adapters</groupId>
   <artifactId>log4j-flume-ng</artifactId>
   <packaging>jar</packaging>
-  <name>Log4J Flume NG</name>
+  <name>Apache Log4j Flume NG Bridge</name>
   <description>Log4j 2.0 Flume Appender</description>
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>

Modified: logging/log4j/log4j2/trunk/jcl-bridge/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/jcl-bridge/pom.xml?rev=1395162&r1=1395161&r2=1395162&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/jcl-bridge/pom.xml (original)
+++ logging/log4j/log4j2/trunk/jcl-bridge/pom.xml Sat Oct  6 19:58:04 2012
@@ -28,7 +28,7 @@
   <groupId>org.apache.logging.log4j.adapters</groupId>
   <artifactId>log4j-jcl</artifactId>
   <packaging>jar</packaging>
-  <name>Log4J Commons Logging</name>
+  <name>Apache Log4j Commons Logging Bridge</name>
   <description>Log4j 2.0 Commons Logging Adapter</description>
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>

Modified: logging/log4j/log4j2/trunk/log4j12-api/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j12-api/pom.xml?rev=1395162&r1=1395161&r2=1395162&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j12-api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j12-api/pom.xml Sat Oct  6 19:58:04 2012
@@ -26,7 +26,7 @@
   <groupId>org.apache.logging.log4j.adapters</groupId>
   <artifactId>log4j12-api</artifactId>
   <packaging>jar</packaging>
-  <name>Log4J Compatibility API</name>
+  <name>Apache Log4j 1.x Compatibility API</name>
   <description>The Log4J Compatibility API</description>
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>

Modified: logging/log4j/log4j2/trunk/slf4j-impl/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/slf4j-impl/pom.xml?rev=1395162&r1=1395161&r2=1395162&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/slf4j-impl/pom.xml (original)
+++ logging/log4j/log4j2/trunk/slf4j-impl/pom.xml Sat Oct  6 19:58:04 2012
@@ -26,7 +26,7 @@
   <groupId>org.apache.logging.log4j.adapters</groupId>
   <artifactId>slf4j-impl</artifactId>
   <packaging>jar</packaging>
-  <name>SLF4J Binding</name>
+  <name>Apache Log4j SLF4J Binding</name>
   <description>Binding between SLF4J API and Log4J2 Core</description>
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>