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 2011/07/14 16:34:51 UTC

svn commit: r1146734 - in /incubator/stanbol/trunk/enhancer/engines/langid: README.md pom.xml src/test/resources/README

Author: fchrist
Date: Thu Jul 14 14:34:51 2011
New Revision: 1146734

URL: http://svn.apache.org/viewvc?rev=1146734&view=rev
Log:
STANBOL-272 Added AL20 headers to Enhancer Engines LangID

Added:
    incubator/stanbol/trunk/enhancer/engines/langid/src/test/resources/README
Modified:
    incubator/stanbol/trunk/enhancer/engines/langid/README.md
    incubator/stanbol/trunk/enhancer/engines/langid/pom.xml

Modified: incubator/stanbol/trunk/enhancer/engines/langid/README.md
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/langid/README.md?rev=1146734&r1=1146733&r2=1146734&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/langid/README.md (original)
+++ incubator/stanbol/trunk/enhancer/engines/langid/README.md Thu Jul 14 14:34:51 2011
@@ -1,3 +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.
+
 # LangId: Language Identification Enhancement Engine
 
 The **LangId** engine determines the language of text. 

Modified: incubator/stanbol/trunk/enhancer/engines/langid/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/langid/pom.xml?rev=1146734&r1=1146733&r2=1146734&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/langid/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/langid/pom.xml Thu Jul 14 14:34:51 2011
@@ -70,6 +70,16 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-scr-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <!-- License provided in src/test/resources/README -->
+            <exclude>src/test/resources/en.txt</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 

Added: incubator/stanbol/trunk/enhancer/engines/langid/src/test/resources/README
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/langid/src/test/resources/README?rev=1146734&view=auto
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/langid/src/test/resources/README (added)
+++ incubator/stanbol/trunk/enhancer/engines/langid/src/test/resources/README Thu Jul 14 14:34:51 2011
@@ -0,0 +1,19 @@
+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:
+
+en.txt
+