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/13 15:44:25 UTC

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

Author: fchrist
Date: Wed Jul 13 13:44:25 2011
New Revision: 1146021

URL: http://svn.apache.org/viewvc?rev=1146021&view=rev
Log:
STANBOL-271 Added pattern match for dual license with MIT (jQuery)

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=1146021&r1=1146020&r2=1146021&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Wed Jul 13 13:44:25 2011
@@ -1261,6 +1261,14 @@
                     <pattern>Public Domain.</pattern>
                   </patterns>
                 </license>
+                <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
+                  <licenseFamilyCategory>DualMIT</licenseFamilyCategory>
+                  <licenseFamilyName>Dual licensed with MIT</licenseFamilyName>
+                  <notes></notes>
+                  <patterns>
+                    <pattern>Dual licensed under the MIT</pattern>
+                  </patterns>
+                </license>
               </licenses>
             </configuration>