Author: fchrist Date: Tue Feb 14 11:02:40 2012 New Revision: 1243873 URL: http://svn.apache.org/viewvc?rev=1243873&view=rev Log: STANBOL-272 Fixed RAT excludes. Added NOTICE and LICENSE for JIT library under BSD
Added: incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/ incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/ incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/LICENSE incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/NOTICE Modified: incubator/stanbol/trunk/contenthub/pom.xml Modified: incubator/stanbol/trunk/contenthub/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/pom.xml?rev=1243873&r1=1243872&r2=1243873&view=diff ============================================================================== --- incubator/stanbol/trunk/contenthub/pom.xml (original) +++ incubator/stanbol/trunk/contenthub/pom.xml Tue Feb 14 11:02:40 2012 @@ -45,19 +45,5 @@ <module>bundlelist</module> <module>ldpath</module> </modules> - <build> - <plugins> - <plugin> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-plugin</artifactId> - <configuration> - <excludes> - <!-- Exclude test resources manually until it is included in the build process of contenthub --> - <exclude>test/.*</exclude> - <exclude>test/.*/*</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - </build> + </project> Added: 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=1243873&view=auto ============================================================================== --- incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/LICENSE (added) +++ incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/LICENSE Tue Feb 14 11:02:40 2012 @@ -0,0 +1,30 @@ + +----------------------------------------------------------------------------- + +In the following we list used components and their licenses that are not +under Apache License 2.0. + +JIT 1.1.3 BSD License +--------------------- + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the organization nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY Nicolas Garcia Belmonte ``AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL Nicolas Garcia Belmonte BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Added: 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=1243873&view=auto ============================================================================== --- incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/NOTICE (added) +++ incubator/stanbol/trunk/contenthub/web/src/main/appended-resources/META-INF/NOTICE Tue Feb 14 11:02:40 2012 @@ -0,0 +1,3 @@ +The JIT 1.1.3 library in +src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jit.js +is licensed under BSD.