Skip to content

Commit 5852eec

Browse files
committed
Correct SPDX-License-Identifier
Issue eclipse-openj9/openj9#17429 Signed-off-by: Peter Shipton <[email protected]>
1 parent 6c85e32 commit 5852eec

File tree

8 files changed

+14
-17
lines changed

8 files changed

+14
-17
lines changed

.github/workflows/nightly.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 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
name: "nightly build-openj9"
2323
on:

.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 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
# Dependency directory
2222
node_modules

NOTICE.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,12 @@ https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 which
2222
is available at https://www.apache.org/licenses/LICENSE-2.0. This Source Code
2323
may also be made available under the following Secondary Licenses when the
2424
conditions for such availability set forth in the Eclipse Public License v. 2.0
25-
are satisfied: GPL-2.0 with Assembly Exception which is available at
26-
https://openjdk.java.net/legal/assembly-exception.html, and (secondary) GPL-2.0
27-
with Classpath-exception-2.0 which is available at GNU General Public License
28-
v2.0 w/Classpath exception',
29-
'https://www.gnu.org/software/classpath/license.html.
25+
are satisfied: GPL-2.0 with Classpath-exception-2.0 which is available at
26+
https://openjdk.java.net/legal/gplv2+ce.html, and GPL-2.0 with Assembly
27+
Exception which is available at
28+
https://openjdk.java.net/legal/assembly-exception.html.
3029

31-
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH
32-
OpenJDK-assembly-exception-1.0 OR GPL-2.0-with-classpath-exception
30+
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
3331

3432
## Source Code
3533

@@ -95,8 +93,7 @@ dlmalloc (2.8.3)
9593

9694
doxygen (1.8.3.1)
9795

98-
* License: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR
99-
LicenseRef-GPL-2.0 WITH Assembly-exception
96+
* License: 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
10097
* Project: http://doxygen.org
10198
* Source: ftp://ftp.stack.nl/pub/users/dimitri/Doxygen-1.8.3.1.dmg
10299

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] http://openjdk.java.net/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
# Building OpenJDK with OpenJ9

action.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 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
name: 'build-openj9'
2323
description: 'Build different version of openjdk with openj9'

dist/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3308,7 +3308,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
33083308
* [1] https://www.gnu.org/software/classpath/license.html
33093309
* [2] http://openjdk.java.net/legal/assembly-exception.html
33103310
*
3311-
* 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
3311+
* 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
33123312
*******************************************************************************/
33133313
const exec = __importStar(__webpack_require__(986));
33143314
const core = __importStar(__webpack_require__(470));
@@ -4760,7 +4760,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
47604760
* [1] https://www.gnu.org/software/classpath/license.html
47614761
* [2] http://openjdk.java.net/legal/assembly-exception.html
47624762
*
4763-
* 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
4763+
* 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
47644764
*******************************************************************************/
47654765
const core = __importStar(__webpack_require__(470));
47664766
const builder = __importStar(__webpack_require__(532));

src/build-openj9.ts

+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 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
import * as core from '@actions/core'
2323
import * as builder from './builder'

src/builder.ts

+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 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
import * as exec from '@actions/exec'
2323
import * as core from '@actions/core'

0 commit comments

Comments
 (0)