From 70bf1134cd72216c7bfaad53eefed18f94a8200b Mon Sep 17 00:00:00 2001 From: Thomas Junk Date: Thu, 8 Feb 2024 16:51:40 +0100 Subject: [PATCH] Add licenseinfo --- .env | 8 ++++++++ .env.development | 7 +++++++ .github/workflows/coverage.yml | 7 +++++++ .github/workflows/integrationtest.yml | 7 +++++++ .github/workflows/test.yml | 7 +++++++ .github/workflows/unittest.yml | 7 +++++++ src/lib/Spinner.svelte | 9 +++++++++ .../producttree/product/ProductName.svelte | 9 +++++++++ src/lib/types.ts | 8 ++++++++ src/lib/urlloader.ts | 8 ++++++++ src/routes/+layout.svelte | 9 +++++++++ src/routes/feed/+page.svelte | 9 +++++++++ static/browserconfig.xml | 14 ++++++++++++-- static/css/main.css | 9 +++++++++ 14 files changed, 116 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 209dfaf..23faeba 100644 --- a/.env +++ b/.env @@ -1 +1,9 @@ +# This file is Free Software under the MIT License +# without warranty, see README.md and LICENSES/MIT.txt for details. +# +# SPDX-License-Identifier: MIT +# +# SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) +# Software-Engineering: 2023 Intevation GmbH + PUBLIC_PROXY_PATH= \ No newline at end of file diff --git a/.env.development b/.env.development index 123dfab..2f06022 100644 --- a/.env.development +++ b/.env.development @@ -1 +1,8 @@ +# This file is Free Software under the MIT License +# without warranty, see README.md and LICENSES/MIT.txt for details. +# +# SPDX-License-Identifier: MIT +# +# SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) +# Software-Engineering: 2023 Intevation GmbH PUBLIC_PROXY_PATH=/proxy/ diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 47a3a12..a416029 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,3 +1,10 @@ +# This file is Free Software under the MIT License +# without warranty, see README.md and LICENSES/MIT.txt for details. +# +# SPDX-License-Identifier: MIT +# +# SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) +# Software-Engineering: 2023 Intevation GmbH name: Report Coverage on: diff --git a/.github/workflows/integrationtest.yml b/.github/workflows/integrationtest.yml index e8976f0..cde5fde 100644 --- a/.github/workflows/integrationtest.yml +++ b/.github/workflows/integrationtest.yml @@ -1,3 +1,10 @@ +# This file is Free Software under the MIT License +# without warranty, see README.md and LICENSES/MIT.txt for details. +# +# SPDX-License-Identifier: MIT +# +# SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) +# Software-Engineering: 2023 Intevation GmbH name: Integrationtest on: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eafc484..e34b062 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,3 +1,10 @@ +# This file is Free Software under the MIT License +# without warranty, see README.md and LICENSES/MIT.txt for details. +# +# SPDX-License-Identifier: MIT +# +# SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) +# Software-Engineering: 2023 Intevation GmbH name: "Test" on: pull_request: diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index b64fb06..e43c9a4 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -1,3 +1,10 @@ +# This file is Free Software under the MIT License +# without warranty, see README.md and LICENSES/MIT.txt for details. +# +# SPDX-License-Identifier: MIT +# +# SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) +# Software-Engineering: 2023 Intevation GmbH name: Unittest on: diff --git a/src/lib/Spinner.svelte b/src/lib/Spinner.svelte index 20abb04..c752a99 100644 --- a/src/lib/Spinner.svelte +++ b/src/lib/Spinner.svelte @@ -1,3 +1,12 @@ +