From 635b77d03e344a5004c51892b1fddcdcdef1e5e6 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 22 Mar 2025 17:45:08 +0100 Subject: [PATCH] Add licenses --- flatpak/corrosion.json.license | 2 ++ flatpak/corrosion.license | 0 flatpak/flatpak-builder-tools | 1 - flatpak/generated-sources.json.license | 2 ++ flatpak/regenerate-sources.sh | 3 ++- 5 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 flatpak/corrosion.json.license create mode 100644 flatpak/corrosion.license delete mode 160000 flatpak/flatpak-builder-tools create mode 100644 flatpak/generated-sources.json.license diff --git a/flatpak/corrosion.json.license b/flatpak/corrosion.json.license new file mode 100644 index 000000000..df2c19448 --- /dev/null +++ b/flatpak/corrosion.json.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: Jonah BrĂ¼chert +SPDX-License-Identifier: CC0-1.0 diff --git a/flatpak/corrosion.license b/flatpak/corrosion.license new file mode 100644 index 000000000..e69de29bb diff --git a/flatpak/flatpak-builder-tools b/flatpak/flatpak-builder-tools deleted file mode 160000 index aac65cf44..000000000 --- a/flatpak/flatpak-builder-tools +++ /dev/null @@ -1 +0,0 @@ -Subproject commit aac65cf44cd4e008594a9d9ac1db08e2025067a6 diff --git a/flatpak/generated-sources.json.license b/flatpak/generated-sources.json.license new file mode 100644 index 000000000..cf53d2bce --- /dev/null +++ b/flatpak/generated-sources.json.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: None +SPDX-License-Identifier: CC0-1.0 diff --git a/flatpak/regenerate-sources.sh b/flatpak/regenerate-sources.sh index 715619340..6a7e830ab 100755 --- a/flatpak/regenerate-sources.sh +++ b/flatpak/regenerate-sources.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash - +# SPDX-FileCopyrightText: Jonah BrĂ¼chert +# SPDX-License-Identifier: CC0-1.0 set -e export GIT_CLONE_ARGS="--depth 1 --single-branch"