[jboss-cvs] JBossAS SVN: r109952 - trunk/build/src.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 15 17:51:46 EST 2010


Author: pgier
Date: 2010-12-15 17:51:46 -0500 (Wed, 15 Dec 2010)
New Revision: 109952

Modified:
   trunk/build/src/licenses.xml
Log:
[JBAS-8438] Add more license config information to fix build warnings.

Modified: trunk/build/src/licenses.xml
===================================================================
--- trunk/build/src/licenses.xml	2010-12-15 22:15:26 UTC (rev 109951)
+++ trunk/build/src/licenses.xml	2010-12-15 22:51:46 UTC (rev 109952)
@@ -167,7 +167,7 @@
       <groupId>i18nlog</groupId>
       <artifactId>i18nlog</artifactId>
       <licenses>
-        <!-- License from jar in JBoss repository        -->
+        <!-- License from jar in JBoss Maven repository        -->
         <license>
           <name>GNU Lesser General Public License</name>
           <url>http://www.gnu.org/licenses/lgpl.txt</url>
@@ -178,7 +178,7 @@
       <groupId>org.rhq</groupId>
       <artifactId>rhq-core-domain</artifactId>
       <licenses>
-        <!-- License from jar in JBoss repository        -->
+        <!-- License from jar in JBoss Maven repository        -->
         <license>
           <name>GNU Lesser General Public License</name>
           <url>http://www.gnu.org/licenses/lgpl.txt</url>
@@ -189,7 +189,7 @@
       <groupId>org.rhq</groupId>
       <artifactId>rhq-core-util</artifactId>
       <licenses>
-        <!-- License from jar in JBoss repository        -->
+        <!-- License from jar in JBoss Maven repository        -->
         <license>
           <name>GNU Lesser General Public License</name>
           <url>http://www.gnu.org/licenses/lgpl.txt</url>
@@ -200,7 +200,7 @@
       <groupId>org.rhq</groupId>
       <artifactId>rhq-core-plugin</artifactId>
       <licenses>
-        <!-- License from jar in JBoss repository        -->
+        <!-- License from jar in JBoss Maven repository      -->
         <license>
           <name>GNU Lesser General Public License</name>
           <url>http://www.gnu.org/licenses/lgpl.txt</url>
@@ -211,7 +211,7 @@
       <groupId>org.rhq</groupId>
       <artifactId>rhq-core-native-system</artifactId>
       <licenses>
-        <!-- License from jar in JBoss repository        -->
+        <!-- License from jar in JBoss Maven repository        -->
         <license>
           <name>GNU Lesser General Public License</name>
           <url>http://www.gnu.org/licenses/lgpl.txt</url>
@@ -407,5 +407,362 @@
         </license>
       </licenses>
     </dependency>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <licenses>
+        <!--  Fix broken URL from POM -->
+        <license>
+          <name>CDDL</name>
+          <url>http://repository.jboss.org/licenses/cddl.txt</url>
+          <distribution>repo</distribution>
+          <comments>A business-friendly OSS license</comments>
+        </license>
+        <!--  Fix broken URL from POM -->
+        <license>
+          <name>GPLv2+CE</name>
+          <url>http://glassfish.dev.java.net/public/CDDL+GPL.html</url>
+          <distribution>repo</distribution>
+          <comments>GPL version 2 plus the Classpath Exception</comments>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate.javax.persistence</groupId>
+      <artifactId>hibernate-jpa-2.0-api</artifactId>
+      <!--  Invalid license in POM -->
+      <licenses>
+        <license>
+          <name>GNU Lesser General Public License</name>
+          <url>http://www.gnu.org/licenses/lgpl.txt</url>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.ejb3.ejbref.resolver</groupId>
+      <artifactId>ejbref-resolver-ejb30-impl</artifactId>
+      <!-- No license info in POM -->
+      <licenses>
+        <license>
+          <name>GNU Lesser General Public License</name>
+          <url>http://www.gnu.org/licenses/lgpl.txt</url>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.ejb3.ejbref.resolver</groupId>
+      <artifactId>ejbref-resolver-ejb31-impl</artifactId>
+      <!-- No license info in POM -->
+      <licenses>
+        <license>
+          <name>GNU Lesser General Public License</name>
+          <url>http://www.gnu.org/licenses/lgpl.txt</url>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>jdom</groupId>
+      <artifactId>jdom</artifactId>
+      <!-- License info taken from jar file in JBoss Maven repo -->
+      <licenses>
+        <license>
+          <name>JDOM Licnese</name>
+          <url>http://repository.jboss.org/licenses/jdom-1.0.txt</url>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.rhq</groupId>
+      <artifactId>rhq-core-plugin-api</artifactId>
+      <!-- No license info in POM -->
+      <licenses>
+        <license>
+          <name>GNU Lesser General Public License</name>
+          <url>http://www.gnu.org/licenses/lgpl.txt</url>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.hornetq</groupId>
+      <artifactId>hornetq-jboss-as-integration</artifactId>
+      <!-- No license info in POM, license info taken from source jar in JBoss Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.hornetq</groupId>
+      <artifactId>hornetq-resources</artifactId>
+      <!-- No license info in POM, license info taken from source jar in JBoss Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.hornetq</groupId>
+      <artifactId>hornetq-bootstrap</artifactId>
+      <!-- No license info in POM, license info taken from source jar in JBoss Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.hornetq</groupId>
+      <artifactId>hornetq-core-client</artifactId>
+      <!-- No license info in POM, license info taken from source jar in JBoss Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.hornetq</groupId>
+      <artifactId>hornetq-core</artifactId>
+      <!-- No license info in POM, license info taken from source jar in JBoss Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.hornetq</groupId>
+      <artifactId>hornetq-jms-client</artifactId>
+      <!-- No license info in POM, license info taken from source jar in JBoss Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.hornetq</groupId>
+      <artifactId>hornetq-logging</artifactId>
+      <!-- No license info in POM, license info taken from source jar in JBoss Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.hornetq</groupId>
+      <artifactId>hornetq-ra</artifactId>
+      <!-- No license info in POM, license info taken from source jar in JBoss Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-webmvc</artifactId>
+      <!-- No license info in POM, license info taken from source jar in central Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-aop</artifactId>
+      <!-- No license info in POM, license info taken from source jar in central Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-beans</artifactId>
+      <!-- No license info in POM, license info taken from source jar in central Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-context</artifactId>
+      <!-- No license info in POM, license info taken from source jar in central Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-expression</artifactId>
+      <!-- No license info in POM, license info taken from source jar in central Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-asm</artifactId>
+      <!-- No license info in POM, license info taken from source jar in central Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-core</artifactId>
+      <!-- No license info in POM, license info taken from source jar in central Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-web</artifactId>
+      <!-- No license info in POM, license info taken from source jar in central Maven repo -->
+      <licenses>
+        <license>
+          <name>The Apache Software License, Version 2.0</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>jsr250-api</artifactId>
+      <licenses>
+        <!--  Fix broken URL from POM -->
+        <license>
+          <name>GPLv2+CE</name>
+          <url>http://glassfish.dev.java.net/public/CDDL+GPL.html</url>
+          <distribution>repo</distribution>
+          <comments>GPL version 2 plus the Classpath Exception</comments>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.xml.ws</groupId>
+      <artifactId>jaxws-rt</artifactId>
+      <licenses>
+        <!--  Fix broken URL from POM -->
+        <license>
+          <name>GPLv2+CE</name>
+          <url>http://glassfish.dev.java.net/public/CDDL+GPL.html</url>
+          <distribution>repo</distribution>
+          <comments>GPL version 2 plus the Classpath Exception</comments>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.xml.ws</groupId>
+      <artifactId>jaxws-tools</artifactId>
+      <licenses>
+        <!--  Fix broken URL from POM -->
+        <license>
+          <name>GPLv2+CE</name>
+          <url>http://glassfish.dev.java.net/public/CDDL+GPL.html</url>
+          <distribution>repo</distribution>
+          <comments>GPL version 2 plus the Classpath Exception</comments>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>javax.activation</groupId>
+      <artifactId>activation</artifactId>
+      <licenses>
+        <!--  Fix broken URL from POM -->
+        <license>
+          <name>GPLv2+CE</name>
+          <url>http://glassfish.dev.java.net/public/CDDL+GPL.html</url>
+          <distribution>repo</distribution>
+          <comments>GPL version 2 plus the Classpath Exception</comments>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>javax.jws</groupId>
+      <artifactId>jsr181-api</artifactId>
+      <licenses>
+        <!--  Fix broken URL from POM -->
+        <license>
+          <name>GPLv2+CE</name>
+          <url>http://glassfish.dev.java.net/public/CDDL+GPL.html</url>
+          <distribution>repo</distribution>
+          <comments>GPL version 2 plus the Classpath Exception</comments>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.xml.ws</groupId>
+      <artifactId>policy</artifactId>
+      <licenses>
+        <!--  Fix broken URL from POM -->
+        <license>
+          <name>GPLv2+CE</name>
+          <url>http://glassfish.dev.java.net/public/CDDL+GPL.html</url>
+          <distribution>repo</distribution>
+          <comments>GPL version 2 plus the Classpath Exception</comments>
+        </license>
+      </licenses>
+    </dependency>
+    <dependency>
+      <groupId>system</groupId>
+      <artifactId>jdk-tools</artifactId>
+      <licenses>
+        <license>
+          <name>GPLv2+CE</name>
+          <url>http://glassfish.dev.java.net/public/CDDL+GPL.html</url>
+          <distribution>repo</distribution>
+          <comments>GPL version 2 plus the Classpath Exception</comments>
+        </license>
+      </licenses>
+    </dependency>
   </dependencies>
 </licenseSummary>
\ No newline at end of file



More information about the jboss-cvs-commits mailing list