From 3f68e129276ef2189bc9d1e4a86921f417842ae6 Mon Sep 17 00:00:00 2001 From: Oliver Stolz <73951934+OliverStolzBO@users.noreply.github.com> Date: Tue, 28 May 2024 14:03:25 +0200 Subject: [PATCH] Remove wrong license identifier tags added with 7ce190b (#22) --- .vscode/launch.json | 1 - client/tsconfig.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index f9a483f..1ad80ec 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,7 +1,6 @@ // SPDX-FileCopyrightText: Microsoft Corporation // SPDX-FileCopyrightText: The PFDL VS Code Extension Contributors // SPDX-License-Identifier: MIT -// SPDX-License-Identifier: CC0-1.0 { "version": "0.2.0", diff --git a/client/tsconfig.json b/client/tsconfig.json index 2843db7..66c8967 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -1,7 +1,6 @@ // SPDX-FileCopyrightText: Microsoft Corporation // SPDX-FileCopyrightText: The PFDL VS Code Extension Contributors // SPDX-License-Identifier: MIT -// SPDX-License-Identifier: CC0-1.0 // based on https://github.com/microsoft/vscode-extension-samples/blob/cd6c33d101297d4db37869a0ef375ec16d57997c/lsp-sample/client/tsconfig.json {