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/15 13:38:59 UTC

svn commit: r1147106 - /incubator/stanbol/trunk/parent/pom.xml

Author: fchrist
Date: Fri Jul 15 11:38:59 2011
New Revision: 1147106

URL: http://svn.apache.org/viewvc?rev=1147106&view=rev
Log:
STANBOL-271 Added License matcher for MIT

Modified:
    incubator/stanbol/trunk/parent/pom.xml

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1147106&r1=1147105&r2=1147106&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Fri Jul 15 11:38:59 2011
@@ -1263,12 +1263,20 @@
                 </license>
                 <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
                   <licenseFamilyCategory>DualMIT</licenseFamilyCategory>
-                  <licenseFamilyName>Dual licensed with MIT</licenseFamilyName>
-                  <notes></notes>
+                  <licenseFamilyName>Dual licensed files with MIT</licenseFamilyName>
+                  <notes>jQuery uses this.</notes>
                   <patterns>
                     <pattern>Dual licensed under the MIT</pattern>
                   </patterns>
                 </license>
+                <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
+                  <licenseFamilyCategory>MIT</licenseFamilyCategory>
+                  <licenseFamilyName>MIT licensed files</licenseFamilyName>
+                  <notes>RDFQuery uses this.</notes>
+                  <patterns>
+                    <pattern>Licensed under the MIT</pattern>
+                  </patterns>
+                </license>                
               </licenses>
             </configuration>