Skip to content

Commit 8fc8728

Browse files
committed
Update the SPDX-License-Identifier as per the Eclipse OpenJ9 CQ
Signed-off-by: Peter Shipton <[email protected]>
1 parent e4e389c commit 8fc8728

File tree

8,209 files changed

+8219
-8219
lines changed

Some content is hidden

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

8,209 files changed

+8219
-8219
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# [1] https://www.gnu.org/software/classpath/license.html
1717
# [2] http://openjdk.java.net/legal/assembly-exception.html
1818
#
19-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
19+
# 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

2121
*.jar
2222
*.zip

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# [1] https://www.gnu.org/software/classpath/license.html
1818
# [2] http://openjdk.java.net/legal/assembly-exception.html
1919
#
20-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
20+
# 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
###############################################################################
2222
os:
2323
- linux

CONTRIBUTING.md

+2-2

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This Source Code may also be made available under the following Secondary Licens
99
[1] https://www.gnu.org/software/classpath/license.html
1010
[2] http://openjdk.java.net/legal/assembly-exception.html
1111

12-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
12+
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

1414
Subject to the following notices:
1515

README.md

+1-1

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h3>License</h3>
2323
<p>
2424
[1] <a href="https://www.gnu.org/software/classpath/license.html">https://www.gnu.org/software/classpath/license.html</a><br>
2525
[2] <a href="http://openjdk.java.net/legal/assembly-exception.html">http://openjdk.java.net/legal/assembly-exception.html</a><br><br>
26-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
26+
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

2929
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by

buildenv/Build_Instructions_V8.md

+1-1

buildenv/Build_Instructions_V9.md

+1-1

buildenv/aix/jdk8/yum_install_aix-ppc64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# [1] https://www.gnu.org/software/classpath/license.html
1717
# [2] http://openjdk.java.net/legal/assembly-exception.html
1818
#
19-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
19+
# 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

2121
# This file installs package dependencies for building OpenJDK V8 with OpenJ9 on AIX 64-bit systems
2222
# To use this file, specify `yum shell yum_install_aix-ppc64.txt`

buildenv/aix/jdk9/yum_install_aix-ppc64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# [1] https://www.gnu.org/software/classpath/license.html
1717
# [2] http://openjdk.java.net/legal/assembly-exception.html
1818
#
19-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
19+
# 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

2121
# This file installs package dependencies for building OpenJDK V9 with OpenJ9 on AIX 64-bit systems
2222
# To use this file, specify `yum shell yum_install_aix-ppc64.txt`

buildenv/docker/jdk8/ppc64le/ubuntu16/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# [1] https://www.gnu.org/software/classpath/license.html
1717
# [2] http://openjdk.java.net/legal/assembly-exception.html
1818
#
19-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
19+
# 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

2121
# To use this docker file:
2222
# docker build -t=openj9 .

buildenv/docker/jdk8/s390x/ubuntu16/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# [1] https://www.gnu.org/software/classpath/license.html
1717
# [2] http://openjdk.java.net/legal/assembly-exception.html
1818
#
19-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
19+
# 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

2121
# To use this docker file:
2222
# docker build -t=openj9 .

buildenv/docker/jdk8/x86_64/ubuntu16/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# [1] https://www.gnu.org/software/classpath/license.html
1717
# [2] http://openjdk.java.net/legal/assembly-exception.html
1818
#
19-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
19+
# 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

2121
# To use this docker file:
2222
# docker build -t=openj9 .

buildenv/docker/jdk9/armhf_CC/arm-linux-gnueabihf/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# [1] https://www.gnu.org/software/classpath/license.html
1717
# [2] http://openjdk.java.net/legal/assembly-exception.html
1818
#
19-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
19+
# 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

2121
FROM ubuntu:16.04
2222

buildenv/docker/jdk9/ppc64le/ubuntu16/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# [1] https://www.gnu.org/software/classpath/license.html
1717
# [2] http://openjdk.java.net/legal/assembly-exception.html
1818
#
19-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
19+
# 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

2121
# To use this docker file:
2222
# docker build -t=openj9 .

buildenv/docker/jdk9/s390x/ubuntu16/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# [1] https://www.gnu.org/software/classpath/license.html
1717
# [2] http://openjdk.java.net/legal/assembly-exception.html
1818
#
19-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
19+
# 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

2121
# To use this docker file:
2222
# docker build -t=openj9 .

buildenv/docker/jdk9/x86_64/ubuntu16/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# [1] https://www.gnu.org/software/classpath/license.html
1717
# [2] http://openjdk.java.net/legal/assembly-exception.html
1818
#
19-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
19+
# 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

2121
# To use this docker file:
2222
# docker build -t=openj9 .

buildenv/docker/test/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# [1] https://www.gnu.org/software/classpath/license.html
1717
# [2] http://openjdk.java.net/legal/assembly-exception.html
1818
#
19-
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
19+
# 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

2121
# To use this docker file:
2222
# 1.Depends on your OS platform, build the base openj9 docker

buildenv/docker/test/README.md

+1-1

buildenv/jenkins/README.md

+1-1

buildenv/jenkins/copyrightCheck

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* [1] https://www.gnu.org/software/classpath/license.html
1818
* [2] http://openjdk.java.net/legal/assembly-exception.html
1919
*
20-
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
20+
* 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
*******************************************************************************/
2222

2323
Boolean FAIL = false

buildenv/jenkins/lineEndingsCheck

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* [1] https://www.gnu.org/software/classpath/license.html
1818
* [2] http://openjdk.java.net/legal/assembly-exception.html
1919
*
20-
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
20+
* 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
*******************************************************************************/
2222

2323
Boolean FAIL = false

buildenv/jenkins/omrMirror

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* [1] https://www.gnu.org/software/classpath/license.html
1818
* [2] http://openjdk.java.net/legal/assembly-exception.html
1919
*
20-
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
20+
* 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
*******************************************************************************/
2222

2323
pipeline {

buildspecs/aix_ppc-64.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121

22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<spec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/spec" xsi:schemaLocation="http://www.ibm.com/j9/builder/spec spec-v1.xsd" id="aix_ppc-64">

buildspecs/aix_ppc-64_cmprssptrs.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121

22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<spec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/spec" xsi:schemaLocation="http://www.ibm.com/j9/builder/spec spec-v1.xsd" id="aix_ppc-64_cmprssptrs">

buildspecs/aix_ppc-64_codecov.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121

22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<spec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/spec" xsi:schemaLocation="http://www.ibm.com/j9/builder/spec spec-v1.xsd" id="aix_ppc-64_codecov">

buildspecs/aix_ppc.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121

22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<spec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/spec" xsi:schemaLocation="http://www.ibm.com/j9/builder/spec spec-v1.xsd" id="aix_ppc">

buildspecs/cmprssptrs.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121
22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<feature xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/feature" xsi:schemaLocation="http://www.ibm.com/j9/builder/feature feature-v2.xsd" id="cmprssptrs">

buildspecs/combogc.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121
22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<feature xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/feature" xsi:schemaLocation="http://www.ibm.com/j9/builder/feature feature-v2.xsd" id="combogc">

buildspecs/core.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121
22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<feature xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/feature" xsi:schemaLocation="http://www.ibm.com/j9/builder/feature feature-v2.xsd" id="core">

buildspecs/crypto.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121
22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<feature xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/feature" xsi:schemaLocation="http://www.ibm.com/j9/builder/feature feature-v2.xsd" id="crypto">

buildspecs/dbgext.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121
22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<feature xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/feature" xsi:schemaLocation="http://www.ibm.com/j9/builder/feature feature-v2.xsd" id="dbgext">

buildspecs/gpu.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121
22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<feature xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/feature" xsi:schemaLocation="http://www.ibm.com/j9/builder/feature feature-v2.xsd" id="gpu">

buildspecs/j9.build-info

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121
22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<build xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/build" xsi:schemaLocation="http://www.ibm.com/j9/builder/build build-v6.xsd">

buildspecs/j9.flags

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121
22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<flags xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/flags" xsi:schemaLocation="http://www.ibm.com/j9/builder/flags flags-v1.xsd">

buildspecs/linux_390-64.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121

22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<spec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/spec" xsi:schemaLocation="http://www.ibm.com/j9/builder/spec spec-v1.xsd" id="linux_390-64">

buildspecs/linux_390-64_cmprssptrs.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121

22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<spec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/spec" xsi:schemaLocation="http://www.ibm.com/j9/builder/spec spec-v1.xsd" id="linux_390-64_cmprssptrs">

buildspecs/linux_390-64_cmprssptrs_codecov.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121

22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<spec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/spec" xsi:schemaLocation="http://www.ibm.com/j9/builder/spec spec-v1.xsd" id="linux_390-64_cmprssptrs_codecov">

buildspecs/linux_390-64_codecov.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121

22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<spec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/spec" xsi:schemaLocation="http://www.ibm.com/j9/builder/spec spec-v1.xsd" id="linux_390-64_codecov">

buildspecs/linux_390.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121

22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<spec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/spec" xsi:schemaLocation="http://www.ibm.com/j9/builder/spec spec-v1.xsd" id="linux_390">

buildspecs/linux_arm.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121

22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<spec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/spec" xsi:schemaLocation="http://www.ibm.com/j9/builder/spec spec-v1.xsd" id="linux_arm">

buildspecs/linux_arm_linaro.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[1] https://www.gnu.org/software/classpath/license.html
2020
[2] http://openjdk.java.net/legal/assembly-exception.html
2121

22-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
22+
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
-->
2424

2525
<spec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ibm.com/j9/builder/spec" xsi:schemaLocation="http://www.ibm.com/j9/builder/spec spec-v1.xsd" id="linux_arm_linaro">

0 commit comments

Comments
 (0)