diff options
author | adinn <adinn@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2010-04-21 15:28:16 +0000 |
---|---|---|
committer | adinn <adinn@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2010-04-21 15:28:16 +0000 |
commit | fc03fcd43c08037c674365ceba52240951eca8b1 (patch) | |
tree | 4af20c07ba08b0fb11c0207be183085bd0b2866e /pom.xml | |
parent | a9950b363c5b40e8a291e91f2e5c656c5b82677c (diff) | |
download | javassist-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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 --> |