[LOGBack-dev] svn commit: r470 - in logback/trunk: logback-access logback-classic logback-core

noreply.seb at qos.ch noreply.seb at qos.ch
Wed Aug 16 14:38:03 CEST 2006


Author: seb
Date: Wed Aug 16 14:38:02 2006
New Revision: 470

Modified:
   logback/trunk/logback-access/pom.xml
   logback/trunk/logback-classic/pom.xml
   logback/trunk/logback-core/pom.xml
Log:
added license tags in poms to allow upload to ibiblio

Modified: logback/trunk/logback-access/pom.xml
==============================================================================
--- logback/trunk/logback-access/pom.xml	(original)
+++ logback/trunk/logback-access/pom.xml	Wed Aug 16 14:38:02 2006
@@ -25,7 +25,13 @@
 		-->
 		Logback: the generic, reliable, fast and flexible logging library for Java.
 	</description>
-		
+	<licenses>
+		<license>
+			<name> GNU Lesser General Public License</name>
+      		<url>http://www.gnu.org/licenses/lgpl.html</url>			
+		</license>
+	</licenses>	
+	
 	<dependencies>
 		<dependency>
 			<groupId>ch.qos.logback</groupId>

Modified: logback/trunk/logback-classic/pom.xml
==============================================================================
--- logback/trunk/logback-classic/pom.xml	(original)
+++ logback/trunk/logback-classic/pom.xml	Wed Aug 16 14:38:02 2006
@@ -23,6 +23,12 @@
 		-->
 		Logback: the generic, reliable, fast and flexible logging library for Java.
 	</description>
+	<licenses>
+		<license>
+			<name> GNU Lesser General Public License</name>
+      		<url>http://www.gnu.org/licenses/lgpl.html</url>			
+		</license>
+	</licenses>
 	
 	<dependencies>
 		<dependency>

Modified: logback/trunk/logback-core/pom.xml
==============================================================================
--- logback/trunk/logback-core/pom.xml	(original)
+++ logback/trunk/logback-core/pom.xml	Wed Aug 16 14:38:02 2006
@@ -23,6 +23,12 @@
 		-->
 		Logback: the generic, reliable, fast and flexible logging library for Java.
 	</description>
+	<licenses>
+		<license>
+			<name> GNU Lesser General Public License</name>
+      		<url>http://www.gnu.org/licenses/lgpl.html</url>			
+		</license>
+	</licenses>
 
 	<dependencies>
 		<dependency>



More information about the logback-dev mailing list