
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>