You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2012/04/23 16:28:51 UTC

svn commit: r1329254 - in /incubator/stanbol/branches/0.9.0-incubating: ./ deps/src/main/assembly/ deps/src/main/resources/deps/owlapi-3.2.3/ enhancer/engines/refactor/src/license/ ontologymanager/ontonet/src/license/ ontologymanager/registry/src/licen...

Author: fchrist
Date: Mon Apr 23 14:28:50 2012
New Revision: 1329254

URL: http://svn.apache.org/viewvc?rev=1329254&view=rev
Log:
STANBOL-270 Updated licenses after RAT check

Modified:
    incubator/stanbol/branches/0.9.0-incubating/deps/src/main/assembly/src.xml
    incubator/stanbol/branches/0.9.0-incubating/deps/src/main/resources/deps/owlapi-3.2.3/owlapi-3.2.3.pom
    incubator/stanbol/branches/0.9.0-incubating/enhancer/engines/refactor/src/license/THIRD-PARTY.properties
    incubator/stanbol/branches/0.9.0-incubating/ontologymanager/ontonet/src/license/THIRD-PARTY.properties
    incubator/stanbol/branches/0.9.0-incubating/ontologymanager/registry/src/license/THIRD-PARTY.properties
    incubator/stanbol/branches/0.9.0-incubating/ontologymanager/web/src/license/THIRD-PARTY.properties
    incubator/stanbol/branches/0.9.0-incubating/pom.xml
    incubator/stanbol/branches/0.9.0-incubating/reasoners/owlapi/src/license/THIRD-PARTY.properties
    incubator/stanbol/branches/0.9.0-incubating/reasoners/web/src/license/THIRD-PARTY.properties
    incubator/stanbol/branches/0.9.0-incubating/rules/base/src/license/THIRD-PARTY.properties
    incubator/stanbol/branches/0.9.0-incubating/rules/manager/src/license/THIRD-PARTY.properties
    incubator/stanbol/branches/0.9.0-incubating/rules/refactor/src/license/THIRD-PARTY.properties
    incubator/stanbol/branches/0.9.0-incubating/rules/web/src/license/THIRD-PARTY.properties

Modified: incubator/stanbol/branches/0.9.0-incubating/deps/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/deps/src/main/assembly/src.xml?rev=1329254&r1=1329253&r2=1329254&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/deps/src/main/assembly/src.xml (original)
+++ incubator/stanbol/branches/0.9.0-incubating/deps/src/main/assembly/src.xml Mon Apr 23 14:28:50 2012
@@ -1,3 +1,20 @@
+<!--
+  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.
+-->
+
 <?xml version="1.0" ?>
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
 

Modified: incubator/stanbol/branches/0.9.0-incubating/deps/src/main/resources/deps/owlapi-3.2.3/owlapi-3.2.3.pom
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/deps/src/main/resources/deps/owlapi-3.2.3/owlapi-3.2.3.pom?rev=1329254&r1=1329253&r2=1329254&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/deps/src/main/resources/deps/owlapi-3.2.3/owlapi-3.2.3.pom (original)
+++ incubator/stanbol/branches/0.9.0-incubating/deps/src/main/resources/deps/owlapi-3.2.3/owlapi-3.2.3.pom Mon Apr 23 14:28:50 2012
@@ -1,6 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<!--
+  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.
+-->
+
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   
   <modelVersion>4.0.0</modelVersion>
   <groupId>net.sourceforge.owlapi</groupId>

Modified: incubator/stanbol/branches/0.9.0-incubating/enhancer/engines/refactor/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/enhancer/engines/refactor/src/license/THIRD-PARTY.properties?rev=1329254&r1=1329253&r2=1329254&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/enhancer/engines/refactor/src/license/THIRD-PARTY.properties (original)
+++ incubator/stanbol/branches/0.9.0-incubating/enhancer/engines/refactor/src/license/THIRD-PARTY.properties Mon Apr 23 14:28:50 2012
@@ -1,6 +1,7 @@
 # Generated by org.codehaus.mojo.license.AddThirdPartyMojo
 #-------------------------------------------------------------------------------
 # Already used licenses in project :
+# - Apache License Version 2.0, January 2004
 # - Apache Software License
 # - Apache Software License, Version 2.0
 # - BSD License
@@ -18,11 +19,10 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Mon Mar 05 17:34:54 CET 2012
+#Mon Apr 23 14:49:37 CEST 2012
 asm--asm--3.1=BSD License
 javax.servlet--servlet-api--2.4=Common Development And Distribution License (CDDL), Version 1.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
-owlapi--owlapi--3.2.3=The Apache Software License, Version 2.0
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: incubator/stanbol/branches/0.9.0-incubating/ontologymanager/ontonet/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/ontologymanager/ontonet/src/license/THIRD-PARTY.properties?rev=1329254&r1=1329253&r2=1329254&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/ontologymanager/ontonet/src/license/THIRD-PARTY.properties (original)
+++ incubator/stanbol/branches/0.9.0-incubating/ontologymanager/ontonet/src/license/THIRD-PARTY.properties Mon Apr 23 14:28:50 2012
@@ -1,26 +1,28 @@
 # Generated by org.codehaus.mojo.license.AddThirdPartyMojo
 #-------------------------------------------------------------------------------
 # Already used licenses in project :
-# - Apache 2
-# - Apache License
-# - BSD
-# - BSD-style license
-# - CDDL 1.1
-# - Common Development and Distribution License (CDDL) v1.0
-# - Common Public License Version 1.0
-# - GPL2 w/ CPE
+# - Apache License Version 2.0, January 2004
+# - Apache Software License
+# - Apache Software License, Version 2.0
+# - BSD License
+# - Common Development And Distribution License (CDDL), Version 1.0
+# - Common Development And Distribution License (CDDL), Version 1.1
+# - Common Public License, Version 1.0
+# - Eclipse Public License, Version 1.0
+# - GNU General Public License (GPL), Version 2 with classpath exception
+# - GNU Lesser General Public License (LGPL)
+# - GNU Lesser General Public License (LGPL), Version 2.1
 # - ICU License
 # - MIT License
-# - The Apache Software License, Version 2.0
+# - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Feb 15 19:05:02 CET 2012
+#Mon Apr 23 14:46:58 CEST 2012
 asm--asm--3.1=BSD License
 javax.servlet--servlet-api--2.4=Common Development And Distribution License (CDDL), Version 1.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
-owlapi--owlapi--3.2.3=The Apache Software License, Version 2.0
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: incubator/stanbol/branches/0.9.0-incubating/ontologymanager/registry/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/ontologymanager/registry/src/license/THIRD-PARTY.properties?rev=1329254&r1=1329253&r2=1329254&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/ontologymanager/registry/src/license/THIRD-PARTY.properties (original)
+++ incubator/stanbol/branches/0.9.0-incubating/ontologymanager/registry/src/license/THIRD-PARTY.properties Mon Apr 23 14:28:50 2012
@@ -1,26 +1,28 @@
 # Generated by org.codehaus.mojo.license.AddThirdPartyMojo
 #-------------------------------------------------------------------------------
 # Already used licenses in project :
-# - Apache 2
-# - Apache License
-# - BSD
-# - BSD-style license
-# - CDDL 1.1
-# - Common Development and Distribution License (CDDL) v1.0
-# - Common Public License Version 1.0
-# - GPL2 w/ CPE
+# - Apache License Version 2.0, January 2004
+# - Apache Software License
+# - Apache Software License, Version 2.0
+# - BSD License
+# - Common Development And Distribution License (CDDL), Version 1.0
+# - Common Development And Distribution License (CDDL), Version 1.1
+# - Common Public License, Version 1.0
+# - Eclipse Public License, Version 1.0
+# - GNU General Public License (GPL), Version 2 with classpath exception
+# - GNU Lesser General Public License (LGPL)
+# - GNU Lesser General Public License (LGPL), Version 2.1
 # - ICU License
 # - MIT License
-# - The Apache Software License, Version 2.0
+# - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Feb 15 19:05:11 CET 2012
+#Mon Apr 23 14:47:12 CEST 2012
 asm--asm--3.1=BSD License
 javax.servlet--servlet-api--2.4=Common Development And Distribution License (CDDL), Version 1.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
-owlapi--owlapi--3.2.3=The Apache Software License, Version 2.0
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: incubator/stanbol/branches/0.9.0-incubating/ontologymanager/web/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/ontologymanager/web/src/license/THIRD-PARTY.properties?rev=1329254&r1=1329253&r2=1329254&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/ontologymanager/web/src/license/THIRD-PARTY.properties (original)
+++ incubator/stanbol/branches/0.9.0-incubating/ontologymanager/web/src/license/THIRD-PARTY.properties Mon Apr 23 14:28:50 2012
@@ -1,34 +1,28 @@
 # Generated by org.codehaus.mojo.license.AddThirdPartyMojo
 #-------------------------------------------------------------------------------
 # Already used licenses in project :
-# - Apache 2
-# - Apache License
-# - Apache License Version 2.0
-# - Apache Software License - Version 2.0
-# - BSD
-# - BSD-style license
-# - CDDL 1.1
-# - CDDL License
-# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# - Common Development and Distribution License (CDDL) v1.0
-# - Common Public License Version 1.0
-# - Eclipse Public License - Version 1.0
+# - Apache License Version 2.0, January 2004
+# - Apache Software License
+# - Apache Software License, Version 2.0
+# - BSD License
+# - Common Development And Distribution License (CDDL), Version 1.0
+# - Common Development And Distribution License (CDDL), Version 1.1
+# - Common Public License, Version 1.0
+# - Eclipse Public License, Version 1.0
+# - GNU General Public License (GPL), Version 2 with classpath exception
+# - GNU Lesser General Public License (LGPL)
 # - GNU Lesser General Public License (LGPL), Version 2.1
-# - GPL2 w/ CPE
-# - GPLv2 with classpath exception
 # - ICU License
 # - MIT License
-# - The Apache Software License, Version 2.0
-# - The MIT License
+# - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Feb 15 19:05:18 CET 2012
+#Mon Apr 23 14:47:20 CEST 2012
 asm--asm--3.1=BSD License
 javax.servlet--servlet-api--2.4=Common Development And Distribution License (CDDL), Version 1.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
-owlapi--owlapi--3.2.3=The Apache Software License, Version 2.0
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: incubator/stanbol/branches/0.9.0-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/pom.xml?rev=1329254&r1=1329253&r2=1329254&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/pom.xml (original)
+++ incubator/stanbol/branches/0.9.0-incubating/pom.xml Mon Apr 23 14:28:50 2012
@@ -171,7 +171,8 @@
                 <exclude>reasoners/web/src/main/resources/org/apache/stanbol/reasoners/web/static/jquery/jquery-1.6.1</exclude>
                 <exclude>rules/web/src/main/resources/org/apache/stanbol/rules/web/static/jquery/jquery-1.6.1</exclude>
                 <exclude>enhancer/jersey/src/main/resources/org/apache/stanbol/enhancer/jersey/static/openlayers-2.9/**</exclude>
-
+                <exclude>deps/src/main/resources/install.bat</exclude>
+                
                 <!-- exclude hidden files -->
                 <exclude>**/.*</exclude>
                 <exclude>**/.*/*</exclude>

Modified: incubator/stanbol/branches/0.9.0-incubating/reasoners/owlapi/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/reasoners/owlapi/src/license/THIRD-PARTY.properties?rev=1329254&r1=1329253&r2=1329254&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/reasoners/owlapi/src/license/THIRD-PARTY.properties (original)
+++ incubator/stanbol/branches/0.9.0-incubating/reasoners/owlapi/src/license/THIRD-PARTY.properties Mon Apr 23 14:28:50 2012
@@ -1,6 +1,7 @@
 # Generated by org.codehaus.mojo.license.AddThirdPartyMojo
 #-------------------------------------------------------------------------------
 # Already used licenses in project :
+# - Apache License Version 2.0, January 2004
 # - Apache Software License
 # - Apache Software License, Version 2.0
 # - BSD License
@@ -18,11 +19,10 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Mon Mar 05 17:01:52 CET 2012
+#Mon Apr 23 14:48:03 CEST 2012
 asm--asm--3.1=BSD License
 javax.servlet--servlet-api--2.4=Common Development And Distribution License (CDDL), Version 1.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
-owlapi--owlapi--3.2.3=The Apache Software License, Version 2.0
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: incubator/stanbol/branches/0.9.0-incubating/reasoners/web/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/reasoners/web/src/license/THIRD-PARTY.properties?rev=1329254&r1=1329253&r2=1329254&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/reasoners/web/src/license/THIRD-PARTY.properties (original)
+++ incubator/stanbol/branches/0.9.0-incubating/reasoners/web/src/license/THIRD-PARTY.properties Mon Apr 23 14:28:50 2012
@@ -1,6 +1,7 @@
 # Generated by org.codehaus.mojo.license.AddThirdPartyMojo
 #-------------------------------------------------------------------------------
 # Already used licenses in project :
+# - Apache License Version 2.0, January 2004
 # - Apache Software License
 # - Apache Software License, Version 2.0
 # - BSD License
@@ -18,11 +19,10 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Mon Mar 05 17:02:11 CET 2012
+#Mon Apr 23 14:48:24 CEST 2012
 asm--asm--3.1=BSD License
 javax.servlet--servlet-api--2.4=Common Development And Distribution License (CDDL), Version 1.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
-owlapi--owlapi--3.2.3=The Apache Software License, Version 2.0
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: incubator/stanbol/branches/0.9.0-incubating/rules/base/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/rules/base/src/license/THIRD-PARTY.properties?rev=1329254&r1=1329253&r2=1329254&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/rules/base/src/license/THIRD-PARTY.properties (original)
+++ incubator/stanbol/branches/0.9.0-incubating/rules/base/src/license/THIRD-PARTY.properties Mon Apr 23 14:28:50 2012
@@ -1,26 +1,28 @@
 # Generated by org.codehaus.mojo.license.AddThirdPartyMojo
 #-------------------------------------------------------------------------------
 # Already used licenses in project :
-# - Apache 2
-# - Apache License
-# - BSD
-# - BSD-style license
-# - CDDL 1.1
-# - Common Development and Distribution License (CDDL) v1.0
-# - Common Public License Version 1.0
-# - GPL2 w/ CPE
+# - Apache License Version 2.0, January 2004
+# - Apache Software License
+# - Apache Software License, Version 2.0
+# - BSD License
+# - Common Development And Distribution License (CDDL), Version 1.0
+# - Common Development And Distribution License (CDDL), Version 1.1
+# - Common Public License, Version 1.0
+# - Eclipse Public License, Version 1.0
+# - GNU General Public License (GPL), Version 2 with classpath exception
+# - GNU Lesser General Public License (LGPL)
+# - GNU Lesser General Public License (LGPL), Version 2.1
 # - ICU License
 # - MIT License
-# - The Apache Software License, Version 2.0
+# - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Feb 15 19:05:21 CET 2012
+#Mon Apr 23 14:47:26 CEST 2012
 asm--asm--3.1=BSD License
 javax.servlet--servlet-api--2.4=Common Development And Distribution License (CDDL), Version 1.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
-owlapi--owlapi--3.2.3=The Apache Software License, Version 2.0
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: incubator/stanbol/branches/0.9.0-incubating/rules/manager/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/rules/manager/src/license/THIRD-PARTY.properties?rev=1329254&r1=1329253&r2=1329254&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/rules/manager/src/license/THIRD-PARTY.properties (original)
+++ incubator/stanbol/branches/0.9.0-incubating/rules/manager/src/license/THIRD-PARTY.properties Mon Apr 23 14:28:50 2012
@@ -1,26 +1,28 @@
 # Generated by org.codehaus.mojo.license.AddThirdPartyMojo
 #-------------------------------------------------------------------------------
 # Already used licenses in project :
-# - Apache 2
-# - Apache License
-# - BSD
-# - BSD-style license
-# - CDDL 1.1
-# - Common Development and Distribution License (CDDL) v1.0
-# - Common Public License Version 1.0
-# - GPL2 w/ CPE
+# - Apache License Version 2.0, January 2004
+# - Apache Software License
+# - Apache Software License, Version 2.0
+# - BSD License
+# - Common Development And Distribution License (CDDL), Version 1.0
+# - Common Development And Distribution License (CDDL), Version 1.1
+# - Common Public License, Version 1.0
+# - Eclipse Public License, Version 1.0
+# - GNU General Public License (GPL), Version 2 with classpath exception
+# - GNU Lesser General Public License (LGPL)
+# - GNU Lesser General Public License (LGPL), Version 2.1
 # - ICU License
 # - MIT License
-# - The Apache Software License, Version 2.0
+# - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Feb 15 19:05:24 CET 2012
+#Mon Apr 23 14:47:30 CEST 2012
 asm--asm--3.1=BSD License
 javax.servlet--servlet-api--2.4=Common Development And Distribution License (CDDL), Version 1.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
-owlapi--owlapi--3.2.3=The Apache Software License, Version 2.0
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: incubator/stanbol/branches/0.9.0-incubating/rules/refactor/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/rules/refactor/src/license/THIRD-PARTY.properties?rev=1329254&r1=1329253&r2=1329254&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/rules/refactor/src/license/THIRD-PARTY.properties (original)
+++ incubator/stanbol/branches/0.9.0-incubating/rules/refactor/src/license/THIRD-PARTY.properties Mon Apr 23 14:28:50 2012
@@ -1,26 +1,28 @@
 # Generated by org.codehaus.mojo.license.AddThirdPartyMojo
 #-------------------------------------------------------------------------------
 # Already used licenses in project :
-# - Apache 2
-# - Apache License
-# - BSD
-# - BSD-style license
-# - CDDL 1.1
-# - Common Development and Distribution License (CDDL) v1.0
-# - Common Public License Version 1.0
-# - GPL2 w/ CPE
+# - Apache License Version 2.0, January 2004
+# - Apache Software License
+# - Apache Software License, Version 2.0
+# - BSD License
+# - Common Development And Distribution License (CDDL), Version 1.0
+# - Common Development And Distribution License (CDDL), Version 1.1
+# - Common Public License, Version 1.0
+# - Eclipse Public License, Version 1.0
+# - GNU General Public License (GPL), Version 2 with classpath exception
+# - GNU Lesser General Public License (LGPL)
+# - GNU Lesser General Public License (LGPL), Version 2.1
 # - ICU License
 # - MIT License
-# - The Apache Software License, Version 2.0
+# - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Feb 15 19:05:34 CET 2012
+#Mon Apr 23 14:47:44 CEST 2012
 asm--asm--3.1=BSD License
 javax.servlet--servlet-api--2.4=Common Development And Distribution License (CDDL), Version 1.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
-owlapi--owlapi--3.2.3=The Apache Software License, Version 2.0
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0

Modified: incubator/stanbol/branches/0.9.0-incubating/rules/web/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/0.9.0-incubating/rules/web/src/license/THIRD-PARTY.properties?rev=1329254&r1=1329253&r2=1329254&view=diff
==============================================================================
--- incubator/stanbol/branches/0.9.0-incubating/rules/web/src/license/THIRD-PARTY.properties (original)
+++ incubator/stanbol/branches/0.9.0-incubating/rules/web/src/license/THIRD-PARTY.properties Mon Apr 23 14:28:50 2012
@@ -1,29 +1,28 @@
 # Generated by org.codehaus.mojo.license.AddThirdPartyMojo
 #-------------------------------------------------------------------------------
 # Already used licenses in project :
-# - Apache 2
-# - Apache License
-# - BSD
-# - BSD-style license
-# - CDDL 1.1
-# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
-# - Common Development and Distribution License (CDDL) v1.0
-# - Common Public License Version 1.0
+# - Apache License Version 2.0, January 2004
+# - Apache Software License
+# - Apache Software License, Version 2.0
+# - BSD License
+# - Common Development And Distribution License (CDDL), Version 1.0
+# - Common Development And Distribution License (CDDL), Version 1.1
+# - Common Public License, Version 1.0
+# - Eclipse Public License, Version 1.0
+# - GNU General Public License (GPL), Version 2 with classpath exception
+# - GNU Lesser General Public License (LGPL)
 # - GNU Lesser General Public License (LGPL), Version 2.1
-# - GPL2 w/ CPE
-# - GPLv2 with classpath exception
 # - ICU License
 # - MIT License
-# - The Apache Software License, Version 2.0
+# - Public Domain License
 #-------------------------------------------------------------------------------
 # Please fill the missing licenses for dependencies :
 #
 #
-#Wed Feb 15 19:05:40 CET 2012
+#Mon Apr 23 14:47:52 CEST 2012
 asm--asm--3.1=BSD License
 javax.servlet--servlet-api--2.4=Common Development And Distribution License (CDDL), Version 1.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0
 org.osgi--org.osgi.core--4.1.0=The Apache Software License, Version 2.0
-owlapi--owlapi--3.2.3=The Apache Software License, Version 2.0
 xerces--xercesImpl--2.7.1=The Apache Software License, Version 2.0