aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authoradinn <adinn@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2010-04-21 15:28:16 +0000
committeradinn <adinn@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2010-04-21 15:28:16 +0000
commitfc03fcd43c08037c674365ceba52240951eca8b1 (patch)
tree4af20c07ba08b0fb11c0207be183085bd0b2866e /pom.xml
parenta9950b363c5b40e8a291e91f2e5c656c5b82677c (diff)
downloadjavassist-fc03fcd43c08037c674365ceba52240951eca8b1.tar.gz
javassist-fc03fcd43c08037c674365ceba52240951eca8b1.zip
updated licenses to include both MPL 1.1. and LGPL 2.1 -- the latter license is indicated as applying when it is distributed bundled as part of JBoss AS
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@537 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a2a34603..d69fe0a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,12 @@
<url>https://jira.jboss.org/jira/browse/JASSIST/</url>
</issueManagement>
<licenses>
+ <!-- this is the license under which javassist is usually distributed
+ -->
+ <license>
+ <name>MPL 1.1</name>
+ <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
+ </license>
<!-- this is the license under which javassist is distributed when
it is bundled with JBoss
-->