From 221526d5a7c4b510315ca4bdc2ad44017aa9f24f Mon Sep 17 00:00:00 2001 From: David Mosbach Date: Tue, 15 Aug 2023 05:02:39 +0200 Subject: [PATCH] added missing licenses --- package-lock.json.license | 3 +++ package.json.license | 3 +++ tsconfig.json.license | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 package-lock.json.license create mode 100644 package.json.license create mode 100644 tsconfig.json.license diff --git a/package-lock.json.license b/package-lock.json.license new file mode 100644 index 0000000..008f9f5 --- /dev/null +++ b/package-lock.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 David Mosbach + +SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/package.json.license b/package.json.license new file mode 100644 index 0000000..008f9f5 --- /dev/null +++ b/package.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 David Mosbach + +SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/tsconfig.json.license b/tsconfig.json.license new file mode 100644 index 0000000..008f9f5 --- /dev/null +++ b/tsconfig.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2023 David Mosbach + +SPDX-License-Identifier: AGPL-3.0-or-later