From 5b403f26afce434f41425b84fdcd8f080fff596b Mon Sep 17 00:00:00 2001 From: Hugo Peixoto Date: Fri, 28 Jul 2023 11:35:31 +0100 Subject: [PATCH] Add licensing information --- get-category.sh | 2 ++ get-failures.sh | 2 ++ get-search.sh | 2 ++ get-tag.sh | 2 ++ get-username.sh | 2 ++ get.sh | 2 ++ 6 files changed, 12 insertions(+) diff --git a/get-category.sh b/get-category.sh index 528f873..7c79271 100755 --- a/get-category.sh +++ b/get-category.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-FileCopyrightText: 2023 Hugo Peixoto TERM="$1" PAGES="$2" diff --git a/get-failures.sh b/get-failures.sh index b966105..ef8e520 100755 --- a/get-failures.sh +++ b/get-failures.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-FileCopyrightText: 2023 Hugo Peixoto TOKEN="581a26491893263804e888240fad1cf7" diff --git a/get-search.sh b/get-search.sh index 7ab7efe..ec35d25 100755 --- a/get-search.sh +++ b/get-search.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-FileCopyrightText: 2023 Hugo Peixoto TERM="$1" PAGES="$2" diff --git a/get-tag.sh b/get-tag.sh index 001d78f..bceb26e 100755 --- a/get-tag.sh +++ b/get-tag.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-FileCopyrightText: 2023 Hugo Peixoto TERM="$1" ENCTERM="$(echo -n "$TERM" | xxd -p)" diff --git a/get-username.sh b/get-username.sh index 5a81a20..913a6b6 100755 --- a/get-username.sh +++ b/get-username.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-FileCopyrightText: 2023 Hugo Peixoto TERM="$1" ENCTERM="$(echo -n "$TERM" | xxd -p)" diff --git a/get.sh b/get.sh index fd42f92..f4473ca 100755 --- a/get.sh +++ b/get.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-FileCopyrightText: 2023 Hugo Peixoto TYPE="$1" TERM="$2"