summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2011-07-08 08:37:50 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2011-07-08 08:37:50 +0000
commit121a67e8df095ee2159ed987b0c64728fe3a39ed (patch)
tree5f18b17db2634f252e482c06e215810e38558f4c /pom.xml
parent017837076454aee2343780a1ba29f22fa94eb924 (diff)
downloadjavassist-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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0b8c335c..f0c391fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>