Skip to content

Commit 63d6667

Browse files
[License] update license SPDX in all package.json, source file headers
1) as per Wayne's suggestion, it would be clearer to use the SPDX that reflects the fact that our secondary license is of the "GPL-2.0-ONLY" type 2) rename LICENSE-GPL to more precisely reflect our secondary license 3) As per SPDX[1], it seems that our secondary license text has accidently deviated from stock, during a recent refactoring. Let's restore it to what it should be. [1]: https://spdx.org/licenses/GPL-2.0-with-classpath-exception.html Signed-off-by: Marc Dumais <[email protected]>
1 parent 0660fb0 commit 63d6667

File tree

1,989 files changed

+5701
-5469
lines changed

Some content is hidden

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

1,989 files changed

+5701
-5469
lines changed

.github/workflows/set-milestone-on-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# with the GNU Classpath Exception which is available at
1111
# https://www.gnu.org/software/classpath/license.html.
1212
#
13-
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
13+
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1414

1515
# Set milestone on each pull request by using the next minor version
1616
# next version is computed using npm version tool

.vscode/theia.code-snippets

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"header",
55
"copyright"
66
],
7-
"body": "// *****************************************************************************\n// Copyright (C) $CURRENT_YEAR ${YourCompany} and others.\n//\n// This program and the accompanying materials are made available under the\n// terms of the Eclipse Public License v. 2.0 which is available at\n// http://www.eclipse.org/legal/epl-2.0.\n//\n// This Source Code may also be made available under the following Secondary\n// Licenses when the conditions for such availability set forth in the Eclipse\n// Public License v. 2.0 are satisfied: GNU General Public License, version 2\n// with the GNU Classpath Exception which is available at\n// https://www.gnu.org/software/classpath/license.html.\n//\n// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0\n// *****************************************************************************\n$0",
7+
"body": "// *****************************************************************************\n// Copyright (C) $CURRENT_YEAR ${YourCompany} and others.\n//\n// This program and the accompanying materials are made available under the\n// terms of the Eclipse Public License v. 2.0 which is available at\n// http://www.eclipse.org/legal/epl-2.0.\n//\n// This Source Code may also be made available under the following Secondary\n// Licenses when the conditions for such availability set forth in the Eclipse\n// Public License v. 2.0 are satisfied: GNU General Public License, version 2\n// with the GNU Classpath Exception which is available at\n// https://www.gnu.org/software/classpath/license.html.\n//\n// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0\n// *****************************************************************************\n$0",
88
"description": "Adds the copyright...",
99
"scope": "javascript,javascriptreact,typescript,typescriptreact"
1010
},
@@ -13,7 +13,7 @@
1313
"header",
1414
"copyright"
1515
],
16-
"body": "/********************************************************************************\n * Copyright (C) $CURRENT_YEAR ${YourCompany} and others.\n *\n * This program and the accompanying materials are made available under the\n * terms of the Eclipse Public License v. 2.0 which is available at\n * http://www.eclipse.org/legal/epl-2.0.\n *\n * This Source Code may also be made available under the following Secondary\n * Licenses when the conditions for such availability set forth in the Eclipse\n * Public License v. 2.0 are satisfied: GNU General Public License, version 2\n * with the GNU Classpath Exception which is available at\n * https://www.gnu.org/software/classpath/license.html.\n *\n * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0\n ********************************************************************************/\n\n$0",
16+
"body": "/********************************************************************************\n * Copyright (C) $CURRENT_YEAR ${YourCompany} and others.\n *\n * This program and the accompanying materials are made available under the\n * terms of the Eclipse Public License v. 2.0 which is available at\n * http://www.eclipse.org/legal/epl-2.0.\n *\n * This Source Code may also be made available under the following Secondary\n * Licenses when the conditions for such availability set forth in the Eclipse\n * Public License v. 2.0 are satisfied: GNU General Public License, version 2\n * with the GNU Classpath Exception which is available at\n * https://www.gnu.org/software/classpath/license.html.\n *\n * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0\n ********************************************************************************/\n\n$0",
1717
"description": "Adds the copyright...",
1818
"scope": "css"
1919
}

LICENSE-GPL LICENSE-GPL-2.0-ONLY-CLASSPATH-EXCEPTION

+16-22
Original file line numberDiff line numberDiff line change
@@ -338,25 +338,19 @@ consider it more useful to permit linking proprietary applications with the
338338
library. If this is what you want to do, use the GNU Lesser General
339339
Public License instead of this License.
340340

341-
"CLASSPATH" EXCEPTION TO THE GPL
342-
343-
Certain source files distributed by Oracle America and/or its affiliates are
344-
subject to the following clarification and special exception to the GPL, but
345-
only where Oracle has expressly included in the particular source file's header
346-
the words "Oracle designates this particular file as subject to the "Classpath"
347-
exception as provided by Oracle in the LICENSE file that accompanied this code."
348-
349-
Linking this library statically or dynamically with other modules is making
350-
a combined work based on this library. Thus, the terms and conditions of
351-
the GNU General Public License cover the whole combination.
352-
353-
As a special exception, the copyright holders of this library give you
354-
permission to link this library with independent modules to produce an
355-
executable, regardless of the license terms of these independent modules,
356-
and to copy and distribute the resulting executable under terms of your
357-
choice, provided that you also meet, for each linked independent module,
358-
the terms and conditions of the license of that module. An independent
359-
module is a module which is not derived from or based on this library. If
360-
you modify this library, you may extend this exception to your version of
361-
the library, but you are not obligated to do so. If you do not wish to do
362-
so, delete this exception statement from your version.
341+
Class Path Exception
342+
343+
Linking this library statically or dynamically with other modules is making
344+
a combined work based on this library. Thus, the terms and conditions of
345+
the GNU General Public License cover the whole combination.
346+
347+
As a special exception, the copyright holders of this library give you
348+
permission to link this library with independent modules to produce an
349+
executable, regardless of the license terms of these independent modules,
350+
and to copy and distribute the resulting executable under terms of your
351+
choice, provided that you also meet, for each linked independent module,
352+
the terms and conditions of the license of that module. An independent
353+
module is a module which is not derived from or based on this library. If
354+
you modify this library, you may extend this exception to your version of
355+
the library, but you are not obligated to do so. If you do not wish to do
356+
so, delete this exception statement from your version.

NOTICE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ availability set forth in the Eclipse Public License v. 2.0 are satisfied:
2525
General Public License v2.0 w/Classpath exception',
2626
'https://www.gnu.org/software/classpath/license.html.
2727

28-
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-with-classpath-exception
28+
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
2929

3030
## Source Code
3131

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ Eclipse Theia is an extensible framework to develop full-fledged multi-language
1919

2020
</div>
2121

22-
- [**Website**](#website)
23-
- [**Releases**](#releases)
24-
- [**Scope**](#scope)
25-
- [**Roadmap**](#roadmap)
26-
- [**Getting Started**](#getting-started)
27-
- [**Contributing**](#contributing)
28-
- [**Feedback**](#feedback)
29-
- [**Documentation**](#documentation)
30-
- [**License**](#license)
31-
- [**Trademark**](#trademark)
22+
- [Website](#website)
23+
- [Releases](#releases)
24+
- [Scope](#scope)
25+
- [Roadmap](#roadmap)
26+
- [Getting Started](#getting-started)
27+
- [Contributing](#contributing)
28+
- [Feedback](#feedback)
29+
- [Documentation](#documentation)
30+
- [License](#license)
31+
- [Trademark](#trademark)
3232

3333
<div style='margin:0 auto;width:60%;'>
3434

@@ -112,7 +112,7 @@ Read below how to engage with Theia community:
112112
## License
113113

114114
- [Eclipse Public License 2.0](LICENSE-EPL)
115-
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](LICENSE-GPL)
115+
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](LICENSE-GPL-W-CLASSPATH-EXCEPTION)
116116

117117
## Trademark
118118

configs/errors.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
true,
106106
{
107107
"allow-single-line-comments": true,
108-
"match": "SPDX-License-Identifier: EPL-2\\.0 OR GPL-2\\.0 WITH Classpath-exception-2\\.0"
108+
"match": "SPDX-License-Identifier: EPL-2\\.0 OR GPL-2\\.0-only WITH Classpath-exception-2\\.0"
109109
}
110110
],
111111
"jsdoc-format": [

dev-packages/application-manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
8+
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/eclipse-theia/theia.git"

dev-packages/application-manager/src/application-package-manager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import * as path from 'path';

dev-packages/application-manager/src/application-process.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import * as path from 'path';

dev-packages/application-manager/src/expose-loader.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import * as fs from 'fs-extra';

dev-packages/application-manager/src/generator/abstract-generator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import * as os from 'os';

dev-packages/application-manager/src/generator/backend-generator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import { AbstractGenerator } from './abstract-generator';

dev-packages/application-manager/src/generator/frontend-generator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
/* eslint-disable @typescript-eslint/indent */

dev-packages/application-manager/src/generator/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
export * from './webpack-generator';

dev-packages/application-manager/src/generator/webpack-generator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import * as paths from 'path';

dev-packages/application-manager/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
export * from './rebuild';

dev-packages/application-manager/src/package.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
/* note: this bogus test file is required so that

dev-packages/application-manager/src/rebuild.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import cp = require('child_process');

dev-packages/application-package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
8+
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/eclipse-theia/theia.git"

dev-packages/application-package/src/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
/**

dev-packages/application-package/src/application-package.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import * as assert from 'assert';

dev-packages/application-package/src/application-package.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import * as paths from 'path';

dev-packages/application-package/src/application-props.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import type { BrowserWindowConstructorOptions } from 'electron';

dev-packages/application-package/src/environment.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
const isElectron: () => boolean = require('is-electron');

dev-packages/application-package/src/extension-package-collector.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import { readJsonFile } from './json-file';

dev-packages/application-package/src/extension-package.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import * as fs from 'fs-extra';

dev-packages/application-package/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
export * from './npm-registry';

dev-packages/application-package/src/json-file.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import * as fs from 'fs';

dev-packages/application-package/src/npm-registry.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
/* eslint-disable @typescript-eslint/no-explicit-any */

dev-packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
8+
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/eclipse-theia/theia.git"

dev-packages/cli/src/check-dependencies.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
import * as fs from 'fs';

dev-packages/cli/src/download-plugins.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
/* eslint-disable @typescript-eslint/no-explicit-any */

dev-packages/cli/src/run-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
/* eslint-disable @typescript-eslint/no-explicit-any */

dev-packages/cli/src/test-page.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// with the GNU Classpath Exception which is available at
1212
// https://www.gnu.org/software/classpath/license.html.
1313
//
14-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
1515
// *****************************************************************************
1616

1717
/* eslint-disable @typescript-eslint/no-explicit-any */

0 commit comments

Comments
 (0)