Skip to content

Commit 76a00d5

Browse files
committed
Replace openjdk.java.net with openjdk.org
I first updated http://openjdk.java.net/legal/assembly-exception.html to fix all the licenses, and then there were just a few more references to openjdk.java.net in the release notes, which I updated. Modified http to https at the same time. Issue #16057 Signed-off-by: Peter Shipton <[email protected]>
1 parent f21e296 commit 76a00d5

File tree

9,693 files changed

+9709
-9709
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,693 files changed

+9709
-9709
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# OpenJDK Assembly Exception [2].
1515
#
1616
# [1] https://www.gnu.org/software/classpath/license.html
17-
# [2] http://openjdk.java.net/legal/assembly-exception.html
17+
# [2] https://openjdk.org/legal/assembly-exception.html
1818
#
1919
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2020

.github/runlint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# OpenJDK Assembly Exception [2].
1818
#
1919
# [1] https://www.gnu.org/software/classpath/license.html
20-
# [2] http://openjdk.java.net/legal/assembly-exception.html
20+
# [2] https://openjdk.org/legal/assembly-exception.html
2121
#
2222
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2323
###############################################################################

.github/workflows/assign-to-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OpenJDK Assembly Exception [2].
1616
#
1717
# [1] https://www.gnu.org/software/classpath/license.html
18-
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
1919
#
2020
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
###############################################################################/

.github/workflows/autoTestPR.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OpenJDK Assembly Exception [2].
1616
#
1717
# [1] https://www.gnu.org/software/classpath/license.html
18-
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
1919
#
2020
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
###############################################################################/

.github/workflows/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OpenJDK Assembly Exception [2].
1616
#
1717
# [1] https://www.gnu.org/software/classpath/license.html
18-
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
1919
#
2020
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
###############################################################################/

.github/workflows/rmAutoTestPRBranch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OpenJDK Assembly Exception [2].
1616
#
1717
# [1] https://www.gnu.org/software/classpath/license.html
18-
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
1919
#
2020
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
###############################################################################/

.github/workflows/runAqa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OpenJDK Assembly Exception [2].
1616
#
1717
# [1] https://www.gnu.org/software/classpath/license.html
18-
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
1919
#
2020
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
###############################################################################/

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# OpenJDK Assembly Exception [2].
1515
#
1616
# [1] https://www.gnu.org/software/classpath/license.html
17-
# [2] http://openjdk.java.net/legal/assembly-exception.html
17+
# [2] https://openjdk.org/legal/assembly-exception.html
1818
#
1919
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2020

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OpenJDK Assembly Exception [2].
1616
#
1717
# [1] https://www.gnu.org/software/classpath/license.html
18-
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
1919
#
2020
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
################################################################################

CONTRIBUTING.md

+2-2

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This program and the accompanying materials are made available under the terms o
77
This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License, version 2 with the GNU Classpath Exception [1] and GNU General Public License, version 2 with the OpenJDK Assembly Exception [2].
88

99
[1] https://www.gnu.org/software/classpath/license.html
10-
[2] http://openjdk.java.net/legal/assembly-exception.html
10+
[2] https://openjdk.org/legal/assembly-exception.html
1111

1212
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
1313

README.md

+1-1

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h3>License</h3>
2222

2323
<p>
2424
[1] <a href="https://www.gnu.org/software/classpath/license.html">https://www.gnu.org/software/classpath/license.html</a><br>
25-
[2] <a href="http://openjdk.java.net/legal/assembly-exception.html">http://openjdk.java.net/legal/assembly-exception.html</a><br><br>
25+
[2] <a href="https://openjdk.org/legal/assembly-exception.html">https://openjdk.org/legal/assembly-exception.html</a><br><br>
2626
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2727
</p>
2828

buildenv/Build_Instructions_V11.md

+1-1

buildenv/Build_Instructions_V8.md

+1-1

buildenv/aix/jdk11/yum_install_aix-ppc64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# OpenJDK Assembly Exception [2].
1515
#
1616
# [1] https://www.gnu.org/software/classpath/license.html
17-
# [2] http://openjdk.java.net/legal/assembly-exception.html
17+
# [2] https://openjdk.org/legal/assembly-exception.html
1818
#
1919
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2020

buildenv/aix/jdk17/yum_install_aix-ppc64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# OpenJDK Assembly Exception [2].
1515
#
1616
# [1] https://www.gnu.org/software/classpath/license.html
17-
# [2] http://openjdk.java.net/legal/assembly-exception.html
17+
# [2] https://openjdk.org/legal/assembly-exception.html
1818
#
1919
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2020

buildenv/aix/jdk18/yum_install_aix-ppc64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# OpenJDK Assembly Exception [2].
1515
#
1616
# [1] https://www.gnu.org/software/classpath/license.html
17-
# [2] http://openjdk.java.net/legal/assembly-exception.html
17+
# [2] https://openjdk.org/legal/assembly-exception.html
1818
#
1919
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2020

buildenv/aix/jdk8/yum_install_aix-ppc64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# OpenJDK Assembly Exception [2].
1515
#
1616
# [1] https://www.gnu.org/software/classpath/license.html
17-
# [2] http://openjdk.java.net/legal/assembly-exception.html
17+
# [2] https://openjdk.org/legal/assembly-exception.html
1818
#
1919
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2020

buildenv/ansible/inventories/local/hosts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OpenJDK Assembly Exception [2].
1616
#
1717
# [1] https://www.gnu.org/software/classpath/license.html
18-
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
1919
#
2020
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
###############################################################################

buildenv/ansible/openj9-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OpenJDK Assembly Exception [2].
1616
#
1717
# [1] https://www.gnu.org/software/classpath/license.html
18-
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
1919
#
2020
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
###############################################################################

buildenv/ansible/roles/openj9-build-environment/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OpenJDK Assembly Exception [2].
1616
#
1717
# [1] https://www.gnu.org/software/classpath/license.html
18-
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
1919
#
2020
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
###############################################################################

buildenv/ansible/roles/openj9-cleanup-build-environment/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OpenJDK Assembly Exception [2].
1616
#
1717
# [1] https://www.gnu.org/software/classpath/license.html
18-
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
1919
#
2020
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
###############################################################################

buildenv/ansible/roles/openj9-from-sources/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OpenJDK Assembly Exception [2].
1616
#
1717
# [1] https://www.gnu.org/software/classpath/license.html
18-
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
1919
#
2020
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
###############################################################################

buildenv/ansible/roles/openj9-image/files/Dockerfile-ubuntu

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OpenJDK Assembly Exception [2].
1616
#
1717
# [1] https://www.gnu.org/software/classpath/license.html
18-
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
1919
#
2020
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
###############################################################################

buildenv/ansible/roles/openj9-image/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OpenJDK Assembly Exception [2].
1616
#
1717
# [1] https://www.gnu.org/software/classpath/license.html
18-
# [2] http://openjdk.java.net/legal/assembly-exception.html
18+
# [2] https://openjdk.org/legal/assembly-exception.html
1919
#
2020
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
###############################################################################

buildenv/docker/.dockerignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# OpenJDK Assembly Exception [2].
1515
#
1616
# [1] https://www.gnu.org/software/classpath/license.html
17-
# [2] http://openjdk.java.net/legal/assembly-exception.html
17+
# [2] https://openjdk.org/legal/assembly-exception.html
1818
#
1919
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2020

buildenv/docker/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# OpenJDK Assembly Exception [2].
1515
#
1616
# [1] https://www.gnu.org/software/classpath/license.html
17-
# [2] http://openjdk.java.net/legal/assembly-exception.html
17+
# [2] https://openjdk.org/legal/assembly-exception.html
1818
#
1919
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2020

buildenv/docker/aarch64-linux_CC/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# OpenJDK Assembly Exception [2].
1515
#
1616
# [1] https://www.gnu.org/software/classpath/license.html
17-
# [2] http://openjdk.java.net/legal/assembly-exception.html
17+
# [2] https://openjdk.org/legal/assembly-exception.html
1818
#
1919
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2020

buildenv/docker/armhf-linux_CC/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# OpenJDK Assembly Exception [2].
1515
#
1616
# [1] https://www.gnu.org/software/classpath/license.html
17-
# [2] http://openjdk.java.net/legal/assembly-exception.html
17+
# [2] https://openjdk.org/legal/assembly-exception.html
1818
#
1919
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2020

buildenv/docker/mkdocker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cat <<- EOF
1818
# OpenJDK Assembly Exception [2].
1919
#
2020
# [1] https://www.gnu.org/software/classpath/license.html
21-
# [2] http://openjdk.java.net/legal/assembly-exception.html
21+
# [2] https://openjdk.org/legal/assembly-exception.html
2222
#
2323
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2424
EOF

buildenv/docker/test/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# OpenJDK Assembly Exception [2].
1515
#
1616
# [1] https://www.gnu.org/software/classpath/license.html
17-
# [2] http://openjdk.java.net/legal/assembly-exception.html
17+
# [2] https://openjdk.org/legal/assembly-exception.html
1818
#
1919
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2020

buildenv/docker/test/README.md

+1-1

buildenv/jenkins/ARTIFACTORY.md

+1-1

buildenv/jenkins/README.md

+1-1

buildenv/jenkins/common/build.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* OpenJDK Assembly Exception [2].
1616
*
1717
* [1] https://www.gnu.org/software/classpath/license.html
18-
* [2] http://openjdk.java.net/legal/assembly-exception.html
18+
* [2] https://openjdk.org/legal/assembly-exception.html
1919
*
2020
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
*******************************************************************************/

buildenv/jenkins/common/pipeline-functions.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* OpenJDK Assembly Exception [2].
1616
*
1717
* [1] https://www.gnu.org/software/classpath/license.html
18-
* [2] http://openjdk.java.net/legal/assembly-exception.html
18+
* [2] https://openjdk.org/legal/assembly-exception.html
1919
*
2020
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
*******************************************************************************/

buildenv/jenkins/common/variables-functions.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* OpenJDK Assembly Exception [2].
1616
*
1717
* [1] https://www.gnu.org/software/classpath/license.html
18-
* [2] http://openjdk.java.net/legal/assembly-exception.html
18+
* [2] https://openjdk.org/legal/assembly-exception.html
1919
*
2020
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
*******************************************************************************/

buildenv/jenkins/docker-nodes/README.md

+1-1

buildenv/jenkins/docker-nodes/jenkinsfile-build-container.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* OpenJDK Assembly Exception [2].
1616
*
1717
* [1] https://www.gnu.org/software/classpath/license.html
18-
* [2] http://openjdk.java.net/legal/assembly-exception.html
18+
* [2] https://openjdk.org/legal/assembly-exception.html
1919
*
2020
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
*

buildenv/jenkins/jobs/infrastructure/Cleanup-Nodes.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* OpenJDK Assembly Exception [2].
1616
*
1717
* [1] https://www.gnu.org/software/classpath/license.html
18-
* [2] http://openjdk.java.net/legal/assembly-exception.html
18+
* [2] https://openjdk.org/legal/assembly-exception.html
1919
*
2020
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
*******************************************************************************/

buildenv/jenkins/jobs/infrastructure/Update-Reference-Repos.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* OpenJDK Assembly Exception [2].
1616
*
1717
* [1] https://www.gnu.org/software/classpath/license.html
18-
* [2] http://openjdk.java.net/legal/assembly-exception.html
18+
* [2] https://openjdk.org/legal/assembly-exception.html
1919
*
2020
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
*******************************************************************************/

buildenv/jenkins/jobs/infrastructure/artifactoryCheck.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* OpenJDK Assembly Exception [2].
1616
*
1717
* [1] https://www.gnu.org/software/classpath/license.html
18-
* [2] http://openjdk.java.net/legal/assembly-exception.html
18+
* [2] https://openjdk.org/legal/assembly-exception.html
1919
*
2020
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121
*******************************************************************************/

0 commit comments

Comments
 (0)