diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2011-07-08 08:37:50 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2011-07-08 08:37:50 +0000 |
commit | 121a67e8df095ee2159ed987b0c64728fe3a39ed (patch) | |
tree | 5f18b17db2634f252e482c06e215810e38558f4c /pom.xml | |
parent | 017837076454aee2343780a1ba29f22fa94eb924 (diff) | |
download | javassist-121a67e8df095ee2159ed987b0c64728fe3a39ed.tar.gz javassist-121a67e8df095ee2159ed987b0c64728fe3a39ed.zip |
added the Apache license.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@584 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -28,6 +28,12 @@ <name>LGPL 2.1</name> <url>http://www.gnu.org/licenses/lgpl-2.1.html</url> </license> + <!-- this is the license under which javassist can be distributed. + --> + <license> + <name>Apache License 2.0</name> + <url>http://www.apache.org/licenses/</url> + </license> </licenses> <scm> |