aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchibash <chiba@javassist.org>2021-06-30 19:25:07 +0900
committerchibash <chiba@javassist.org>2021-06-30 19:25:07 +0900
commit047f7c71be30d1fce5773c8e9c014052acac14df (patch)
tree789aef1789d490368a2e7f25964bb89a031233a2
parentb9a24bf129ef8b3295f99fdd43131301c1da8132 (diff)
downloadjavassist-047f7c71be30d1fce5773c8e9c014052acac14df.tar.gz
javassist-047f7c71be30d1fce5773c8e9c014052acac14df.zip
fixes GitHub Issue 378 (wrong link for apache license)
-rw-r--r--Readme.html3
-rw-r--r--pom.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/Readme.html b/Readme.html
index de60b469..f7736c59 100644
--- a/Readme.html
+++ b/Readme.html
@@ -292,6 +292,9 @@ see javassist.Dump.
<h2>Changes</h2>
<p>-version 3.29
+<ul>
+ <li>GitHub Issue #378.
+</li>
<p>-version 3.28 on May 8, 2021
<ul>
diff --git a/pom.xml b/pom.xml
index 3fe94575..4f8ffca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
-->
<license>
<name>Apache License 2.0</name>
- <url>http://www.apache.org/licenses/</url>
+ <url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>