Skip to content

Commit 39ef4c4

Browse files
committed
Reference openjdk.org instead of openjdk.java.net
Issue: eclipse-omr#6755 Signed-off-by: Keith W. Campbell <[email protected]>
1 parent 1a20c5d commit 39ef4c4

File tree

3,257 files changed

+3259
-3259
lines changed

Some content is hidden

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

3,257 files changed

+3259
-3259
lines changed

.gitignore

+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
###############################################################################

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
###############################################################################

CODEOWNERS

+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

GNUmakefile

+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
###############################################################################

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Exception [1] and GNU General Public License, version 2 with the
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

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
1111
with the GNU Classpath Exception [1] and GNU General Public License, version 2 with the OpenJDK Assembly Exception [2].
1212

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

1616
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
1717

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

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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/doBuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# OpenJDK Assembly Exception [2].
1717
#
1818
# [1] https://www.gnu.org/software/classpath/license.html
19-
# [2] http://openjdk.java.net/legal/assembly-exception.html
19+
# [2] https://openjdk.org/legal/assembly-exception.html
2020
#
2121
# 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
2222

buildenv/docker/x86_64/ubuntu20/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/jenkins/README.md

+1-1

buildenv/jenkins/omrbuild.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/refRepoUpdater.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
*******************************************************************************/

cmake/CheckSourceTree.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
###############################################################################

cmake/caches/GcApi.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/caches/Travis.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/caches/Windows.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
###############################################################################

cmake/config.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/FindDiaSDK.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/FindLibDwarf.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/FindLibElf.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/FindLibZ.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/FindOmrCuda.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/OmrAssert.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/OmrCompilerSupport.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/OmrCrossCompile.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/OmrDDRSupport.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/OmrDetectSystemInformation.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/OmrFindFiles.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/OmrHookgen.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
###############################################################################

cmake/modules/OmrMetalC.cmake

+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
###############################################################################

cmake/modules/OmrMsvcRuntime.cmake

+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
###############################################################################

cmake/modules/OmrOption.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/OmrPlatform.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/OmrSanitizerSupport.cmake

+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
###############################################################################

cmake/modules/OmrTargetSupport.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/OmrTest.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
###############################################################################

cmake/modules/OmrTracegen.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
###############################################################################

cmake/modules/OmrUtility.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

cmake/modules/ddr/DDRSetStub.cmake.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License, version 2 with the 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
#############################################################################

0 commit comments

Comments
 (0)