-
Bug
-
Resolution: Fixed
-
P2
-
10
-
b29
LICENSE_URL for the JavaDoc API Specification should be updated to reference the JDK 10 licence as follows:
diff -r 92f08900cb3c make/Docs.gmk
--- a/make/Docs.gmk Thu Oct 19 17:47:04 2017 +0200
+++ b/make/Docs.gmk Tue Oct 24 13:12:03 2017 -0700
@@ -64,7 +64,7 @@
JAVADOC_BASE_URL := http://www.oracle.com/pls/topic/lookup?ctx=javase9&id=homepage
BUG_SUBMIT_URL := http://bugreport.java.com/bugreport/
COPYRIGHT_URL := {@docroot}/../legal/copyright.html
-LICENSE_URL := http://www.oracle.com/technetwork/java/javase/terms/license/java9speclicense.html
+LICENSE_URL := http://www.oracle.com/technetwork/java/javase/terms/license/java10speclicense.html
REDISTRIBUTION_URL := http://www.oracle.com/technetwork/java/redist-137594.html
# In order to get a specific ordering it's necessary to specify the total
diff -r 92f08900cb3c make/Docs.gmk
--- a/make/Docs.gmk Thu Oct 19 17:47:04 2017 +0200
+++ b/make/Docs.gmk Tue Oct 24 13:12:03 2017 -0700
@@ -64,7 +64,7 @@
JAVADOC_BASE_URL := http://www.oracle.com/pls/topic/lookup?ctx=javase9&id=homepage
BUG_SUBMIT_URL := http://bugreport.java.com/bugreport/
COPYRIGHT_URL := {@docroot}/../legal/copyright.html
-LICENSE_URL := http://www.oracle.com/technetwork/java/javase/terms/license/java9speclicense.html
+LICENSE_URL := http://www.oracle.com/technetwork/java/javase/terms/license/java10speclicense.html
REDISTRIBUTION_URL := http://www.oracle.com/technetwork/java/redist-137594.html
# In order to get a specific ordering it's necessary to specify the total
- relates to
-
JDK-8200469 Update link to license in Docs.gmk
-
- Resolved
-