Skip to content

Commit 6fba40f

Browse files
authored
Merge pull request #150 from pshipton/spdx
Correct SPDX license identifiers
2 parents 07823bf + 78e422d commit 6fba40f

File tree

127 files changed

+127
-127
lines changed

Some content is hidden

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

127 files changed

+127
-127
lines changed

.gitattributes

+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] https://openjdk.org/legal/assembly-exception.html
1818
#
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
19+
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020

2121
# Binary files.
2222
*.bin binary

.gitattributes.zos

+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] https://openjdk.org/legal/assembly-exception.html
1818
#
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
19+
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
#################################################################################
2121

2222
# The default for text files

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ OpenJDK Assembly Exception [2].
1717
[1] https://www.gnu.org/software/classpath/license.html
1818
[2] https://openjdk.org/legal/assembly-exception.html
1919
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
20+
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2121
-->
2222
# openj9-systemtest
2323

openj9.build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version 2 with the OpenJDK Assembly Exception [2].
1717
[1] https://www.gnu.org/software/classpath/license.html
1818
[2] https://openjdk.org/legal/assembly-exception.html
1919
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
20+
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2121
-->
2222

2323
<project name="openj9.build" default="build">

openj9.build/docs/build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ OpenJDK Assembly Exception [2].
1717
[1] https://www.gnu.org/software/classpath/license.html
1818
[2] https://openjdk.org/legal/assembly-exception.html
1919
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
20+
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2121
-->
2222

2323
# openj9-systemtest Build

openj9.build/makefile

+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] https://openjdk.org/legal/assembly-exception.html
1818
#
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
19+
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
#################################################################################
2121

2222
EMPTY=

openj9.build/scripts/openj9-systemtest-clone-make.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ REM
1616
REM [1] https://www.gnu.org/software/classpath/license.html
1717
REM [2] https://openjdk.org/legal/assembly-exception.html
1818
REM
19-
REM 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
19+
REM SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
REM *******************************************************************************/
2121

2222
REM Save current directory

openj9.build/scripts/openj9-systemtest-clone-make.sh

+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] https://openjdk.org/legal/assembly-exception.html
1919
#
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
20+
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2121
# -------------------------------------------------------------------------------
2222
# Clone stf
2323
mkdir -p $HOME/git && cd $HOME/git && rm -rf stf && mkdir stf && git clone https://github.com/AdoptOpenJDK/stf.git stf

openj9.stf.extensions/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version 2 with the OpenJDK Assembly Exception [2].
1717
[1] https://www.gnu.org/software/classpath/license.html
1818
[2] https://openjdk.org/legal/assembly-exception.html
1919
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
20+
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2121
-->
2222

2323
<project name="openj9.stf.extensions" default="build">

openj9.stf.extensions/src/stf.extensions/net/openj9/stf/sharedClasses/DummySleeper.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.stf.sharedClasses;

openj9.stf.extensions/src/stf.extensions/net/openj9/stf/sharedClasses/SharedClassesPluginInterface.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.stf.sharedClasses;

openj9.stf.extensions/src/stf.extensions/net/openj9/stf/sharedClasses/StfSharedClassesExtension.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.stf.sharedClasses;

openj9.test.daa/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version 2 with the OpenJDK Assembly Exception [2].
1717
[1] https://www.gnu.org/software/classpath/license.html
1818
[2] https://openjdk.org/legal/assembly-exception.html
1919
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
20+
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2121
-->
2222
<classpath>
2323
<classpathentry kind="src" path="src/test.daa"/>

openj9.test.daa/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version 2 with the OpenJDK Assembly Exception [2].
1717
[1] https://www.gnu.org/software/classpath/license.html
1818
[2] https://openjdk.org/legal/assembly-exception.html
1919
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
20+
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2121
-->
2222

2323
<project name="openj9.test.daa" default="build">

openj9.test.daa/src/test.daa/net/openj9/test/BasicTestRunner.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test;

openj9.test.daa/src/test.daa/net/openj9/test/LogParser.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test;

openj9.test.daa/src/test.daa/net/openj9/test/MarshallingTestRunner.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test;

openj9.test.daa/src/test.daa/net/openj9/test/PD2Primitive/I2PD_PD2ITestRunner.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.PD2Primitive;

openj9.test.daa/src/test.daa/net/openj9/test/PD2Primitive/RandomTests.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.PD2Primitive;

openj9.test.daa/src/test.daa/net/openj9/test/PD2Primitive/TestI2PD.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.PD2Primitive;

openj9.test.daa/src/test.daa/net/openj9/test/PD2Primitive/TestPD2I.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.PD2Primitive;

openj9.test.daa/src/test.daa/net/openj9/test/PD2Primitive/TestPD2Primitives2PD.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.PD2Primitive;

openj9.test.daa/src/test.daa/net/openj9/test/PDComparisonsTestRunner.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test;

openj9.test.daa/src/test.daa/net/openj9/test/PDMoveShifts/ShiftTestRunner.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.PDMoveShifts;

openj9.test.daa/src/test.daa/net/openj9/test/PDMoveShifts/TestPDMove.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121
package net.openj9.test.PDMoveShifts;
2222

openj9.test.daa/src/test.daa/net/openj9/test/PDMoveShifts/TestShiftsAndConvert.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121
package net.openj9.test.PDMoveShifts;
2222

openj9.test.daa/src/test.daa/net/openj9/test/TestGeneration.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test;

openj9.test.daa/src/test.daa/net/openj9/test/TestRunner.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test;

openj9.test.daa/src/test.daa/net/openj9/test/Utils.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test;

openj9.test.daa/src/test.daa/net/openj9/test/arithmetics/ArithmeticsTestRunner.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.arithmetics;

openj9.test.daa/src/test.daa/net/openj9/test/arithmetics/TestArithmeticComparisonBase.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.arithmetics;

openj9.test.daa/src/test.daa/net/openj9/test/arithmetics/TestArithmeticInline.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.arithmetics;

openj9.test.daa/src/test.daa/net/openj9/test/arithmetics/TestArithmeticOperations.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.arithmetics;

openj9.test.daa/src/test.daa/net/openj9/test/arithmetics/TestArithmetics.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.arithmetics;

openj9.test.daa/src/test.daa/net/openj9/test/arithmetics/TestComparisonEquals.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.arithmetics;

openj9.test.daa/src/test.daa/net/openj9/test/arithmetics/TestPDComparisons.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.arithmetics;

openj9.test.daa/src/test.daa/net/openj9/test/arithmetics/TestPerformance.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.arithmetics;

openj9.test.daa/src/test.daa/net/openj9/test/arithmetics/TestSubExceptions.java

+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] https://openjdk.org/legal/assembly-exception.html
1818
*
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
19+
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 OR GPL-2.0-only WITH OpenJDK-assembly-exception-1.0
2020
*******************************************************************************/
2121

2222
package net.openj9.test.arithmetics;

0 commit comments

Comments
 (0)