From d07fe93d3c9cd453a78fe1abd2163b8b21297076 Mon Sep 17 00:00:00 2001 From: Mark Sujew Date: Fri, 21 Jul 2023 16:19:09 +0200 Subject: [PATCH] Fix erroneous header info after recent merge (#12746) --- packages/filesystem/src/node/disk-file-system-provider.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/filesystem/src/node/disk-file-system-provider.spec.ts b/packages/filesystem/src/node/disk-file-system-provider.spec.ts index 3e0f80cb0ad97..ed0011db27e92 100644 --- a/packages/filesystem/src/node/disk-file-system-provider.spec.ts +++ b/packages/filesystem/src/node/disk-file-system-provider.spec.ts @@ -11,7 +11,7 @@ // with the GNU Classpath Exception which is available at // https://www.gnu.org/software/classpath/license.html. // -// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 +// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0 // ***************************************************************************** import { Disposable, DisposableCollection } from '@theia/core/lib/common/disposable';