Author: fchrist
Date: Fri Feb 24 12:05:26 2012
New Revision: 1293199
URL: http://svn.apache.org/viewvc?rev=1293199&view=rev
Log:
STANBOL-493 Added NOTICE and LICNSE for JSON2 in Factstore
Added:
incubator/stanbol/trunk/factstore/factstore/src/main/appended-resources/
incubator/stanbol/trunk/factstore/factstore/src/main/appended-resources/META-INF/
incubator/stanbol/trunk/factstore/factstore/src/main/appended-resources/META-INF/LICENSE
incubator/stanbol/trunk/factstore/factstore/src/main/appended-resources/META-INF/NOTICE
Modified:
incubator/stanbol/trunk/factstore/factstore/pom.xml
Modified: incubator/stanbol/trunk/factstore/factstore/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/factstore/pom.xml?rev=1293199&r1=1293198&r2=1293199&view=diff
==============================================================================
--- incubator/stanbol/trunk/factstore/factstore/pom.xml (original)
+++ incubator/stanbol/trunk/factstore/factstore/pom.xml Fri Feb 24 12:05:26 2012
@@ -69,6 +69,19 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <!-- AL20 License -->
+ <exclude>src/license/THIRD-PARTY.properties</exclude>
+
+ <!-- Public Domain License -->
+
<exclude>src/main/resources/org/apache/stanbol/factstore/web/static/scripts/json2.js</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>
Added:
incubator/stanbol/trunk/factstore/factstore/src/main/appended-resources/META-INF/LICENSE
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/factstore/src/main/appended-resources/META-INF/LICENSE?rev=1293199&view=auto
==============================================================================
---
incubator/stanbol/trunk/factstore/factstore/src/main/appended-resources/META-INF/LICENSE
(added)
+++
incubator/stanbol/trunk/factstore/factstore/src/main/appended-resources/META-INF/LICENSE
Fri Feb 24 12:05:26 2012
@@ -0,0 +1,8 @@
+
+-----------------------------------------------------------------------------
+
+JSON2 Public Domain License
+
+See http://www.JSON.org/js.html
+ NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
+
Added:
incubator/stanbol/trunk/factstore/factstore/src/main/appended-resources/META-INF/NOTICE
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/factstore/factstore/src/main/appended-resources/META-INF/NOTICE?rev=1293199&view=auto
==============================================================================
---
incubator/stanbol/trunk/factstore/factstore/src/main/appended-resources/META-INF/NOTICE
(added)
+++
incubator/stanbol/trunk/factstore/factstore/src/main/appended-resources/META-INF/NOTICE
Fri Feb 24 12:05:26 2012
@@ -0,0 +1,3 @@
+JSON2 Library
+Public Domain.
+See http://www.JSON.org/js.html