Author: crossley Date: Sat Oct 19 01:17:25 2013 New Revision: 1533674 URL: http://svn.apache.org/r1533674 Log: Rename some license files to ease license matching. Following upgrade of Cocoon FOR-1240 Issue: FOR-855 FOR-857
Added: forrest/trunk/lib/endorsed/xercesImpl.license.txt - copied unchanged from r1529354, forrest/trunk/lib/endorsed/xercesImpl-2.9.1.jar.license.txt forrest/trunk/lib/endorsed/xml-apis.license.txt - copied unchanged from r1529354, forrest/trunk/lib/endorsed/xml-apis-1.3.04.jar.license.txt Removed: forrest/trunk/lib/core/slf4j-api-1.5.11.jar.license.txt forrest/trunk/lib/core/slf4j-log4j12-1.5.11.jar.license.txt forrest/trunk/lib/endorsed/xercesImpl-2.9.1.jar.license.txt forrest/trunk/lib/endorsed/xml-apis-1.3.04.jar.license.txt Modified: forrest/trunk/LICENSE.txt forrest/trunk/etc/licer-avoid.txt Modified: forrest/trunk/LICENSE.txt URL: http://svn.apache.org/viewvc/forrest/trunk/LICENSE.txt?rev=1533674&r1=1533673&r2=1533674&view=diff ============================================================================== --- forrest/trunk/LICENSE.txt (original) +++ forrest/trunk/LICENSE.txt Sat Oct 19 01:17:25 2013 @@ -238,8 +238,8 @@ license: lib/core/xmlbeans-1.0.3.jar.lic license: lib/core/xmlgraphics-commons.LICENSE.txt license: lib/endorsed/jakarta-regexp-1.5.jar.license.txt license: lib/endorsed/xalan-2.7.1.jar.license.txt -license: lib/endorsed/xercesImpl-2.9.1.jar.license.txt -license: lib/endorsed/xml-apis-1.3.04.jar.license.txt +license: lib/endorsed/xercesImpl.license.txt +license: lib/endorsed/xml-apis.license.txt license: plugins/org.apache.forrest.plugin.output.pdf/lib/cocoon.license.txt license: plugins/org.apache.forrest.plugin.output.pdf/lib/fop.license.txt license: tools/ant/lib/ant.license.txt Modified: forrest/trunk/etc/licer-avoid.txt URL: http://svn.apache.org/viewvc/forrest/trunk/etc/licer-avoid.txt?rev=1533674&r1=1533673&r2=1533674&view=diff ============================================================================== --- forrest/trunk/etc/licer-avoid.txt (original) +++ forrest/trunk/etc/licer-avoid.txt Sat Oct 19 01:17:25 2013 @@ -18,6 +18,10 @@ whiteboard/dispatcher/lib/junit-4.5 # These "xml parser apis" licenses have different filenames. tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/lib/xmlParserAPIs +# Some cases where the licer.pl matches needs to be a bit more lenient. +# e.g. there is a match for "xml-apis" but not for this following entry. +lib/endorsed/xml-apis-ext- + #---------- # Temporarily disable the following. FIXME: These still need review.