Author: fchrist
Date: Tue Feb 14 12:51:24 2012
New Revision: 1243905

URL: http://svn.apache.org/viewvc?rev=1243905&view=rev
Log:
STANBOL-272 Fixed some RAT comments, added README with license info, fixed typos

Added:
    incubator/stanbol/trunk/enhancer/engines/topic/src/test/resources/README
Modified:
    
incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/LICENSE
    
incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/NOTICE
    incubator/stanbol/trunk/enhancer/engines/langid/pom.xml
    incubator/stanbol/trunk/enhancer/engines/metaxa/pom.xml
    incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml
    incubator/stanbol/trunk/enhancer/engines/topic/pom.xml

Modified: 
incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/LICENSE
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/LICENSE?rev=1243905&r1=1243904&r2=1243905&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/LICENSE
 (original)
+++ 
incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/LICENSE
 Tue Feb 14 12:51:24 2012
@@ -1,11 +1,7 @@
 
------------------------------------------------------------------------------
 
-In the following we list used components and their licenses that are not
-under Apache License 2.0.
-
-JIT 1.1.3 BSD License
----------------------
+JIT 1.1.3 License
+-----------------
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:

Modified: 
incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/NOTICE
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/NOTICE?rev=1243905&r1=1243904&r2=1243905&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/NOTICE
 (original)
+++ 
incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/NOTICE
 Tue Feb 14 12:51:24 2012
@@ -1,3 +1 @@
-The JIT 1.1.3 library in
-src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jit.js
-is licensed under BSD.
+The JIT 1.1.3 library is licensed under BSD.

Modified: incubator/stanbol/trunk/enhancer/engines/langid/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/langid/pom.xml?rev=1243905&r1=1243904&r2=1243905&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/langid/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/langid/pom.xml Tue Feb 14 12:51:24 
2012
@@ -75,7 +75,7 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
-            <!-- License provided in src/test/resources/README -->
+            <!-- AL20 licensed files: See src/test/resources/README -->
             <exclude>src/test/resources/en.txt</exclude>
           </excludes>
         </configuration>

Modified: incubator/stanbol/trunk/enhancer/engines/metaxa/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/metaxa/pom.xml?rev=1243905&r1=1243904&r2=1243905&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/metaxa/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/metaxa/pom.xml Tue Feb 14 12:51:24 
2012
@@ -123,7 +123,7 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
-            <!-- License provided in src/test/resources/README -->
+            <!-- AL20 licensed files. See src/test/resources/README -->
             <exclude>src/test/resources/rdfa-res.txt</exclude>
             <exclude>src/test/resources/html-res.txt</exclude>
             <exclude>src/test/resources/pdf-res.txt</exclude>

Modified: incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml?rev=1243905&r1=1243904&r2=1243905&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml Tue Feb 14 
12:51:24 2012
@@ -80,7 +80,7 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>de>
-            <!-- License provided in src/main/resources/README -->
+            <!-- AL20 licensed files. See src/main/resources/README -->
             <exclude>src/main/resources/calaisTypeMap.txt</exclude>
           </excludes>
         </configuration>

Modified: incubator/stanbol/trunk/enhancer/engines/topic/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/topic/pom.xml?rev=1243905&r1=1243904&r2=1243905&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/topic/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/topic/pom.xml Tue Feb 14 12:51:24 
2012
@@ -75,7 +75,7 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
-            <!-- Testing resources -->
+            <!-- AL20 licensed files. See src/test/resources/README -->
             
<exclude>src/test/resources/classifier/topics_abstracts_snippet.tsv</exclude>
           </excludes>
         </configuration>

Added: incubator/stanbol/trunk/enhancer/engines/topic/src/test/resources/README
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/topic/src/test/resources/README?rev=1243905&view=auto
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/topic/src/test/resources/README 
(added)
+++ incubator/stanbol/trunk/enhancer/engines/topic/src/test/resources/README 
Tue Feb 14 12:51:24 2012
@@ -0,0 +1,18 @@
+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.
+
+The following files are provided under the Apache License, Version 2.0:
+
+classifier/topics_abstracts_snippet.tsv


Reply via email to