From 70eebc1cf504213da6febc01c06e69405ba1b088 Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Wed, 25 Oct 2023 12:50:03 -0400 Subject: [PATCH] add reuse copyright information --- .reuse/dep5 | 12 ++++++++++++ LICENSES/ISC.txt | 8 ++++++++ README.md | 6 ++++++ docker-compose.yml | 4 ++++ override/etc/logrotate.d/qconsole | 4 ++++ override/usr/local/bin/quake2-install | 3 +++ override/usr/local/bin/quake2-mirror | 3 +++ override/usr/local/bin/quake2-shutdown | 3 +++ 8 files changed, 43 insertions(+) create mode 100644 .reuse/dep5 create mode 100644 LICENSES/ISC.txt diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 0000000..9478c0c --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,12 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: docker-quake2-yamagi +Upstream-Contact: Daniel Wolf +Source: https://code.nephatrine.net/NephNET/docker-quake2-yamagi + +Files: override/etc/s6-overlay/* +Copyright: 2022 - 2023 Daniel Wolf +License: ISC + +Files: override/opt/quake2-data/* +Copyright: 2021 - 2023 Daniel Wolf +License: ISC diff --git a/LICENSES/ISC.txt b/LICENSES/ISC.txt new file mode 100644 index 0000000..b9c199c --- /dev/null +++ b/LICENSES/ISC.txt @@ -0,0 +1,8 @@ +ISC License: + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md index d8b6e07..941e46e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + + [Git](https://code.nephatrine.net/NephNET/docker-quake2-yamagi/src/branch/master) | [Docker](https://hub.docker.com/r/nephatrine/quake2-server/) | [unRAID](https://code.nephatrine.net/NephNET/unraid-containers) diff --git a/docker-compose.yml b/docker-compose.yml index 5579a7d..d300d9d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 Daniel Wolf +# +# SPDX-License-Identifier: ISC + services: quake2-server: build: . diff --git a/override/etc/logrotate.d/qconsole b/override/etc/logrotate.d/qconsole index 3253ccb..4b1252b 100644 --- a/override/etc/logrotate.d/qconsole +++ b/override/etc/logrotate.d/qconsole @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 - 2023 Daniel Wolf +# +# SPDX-License-Identifier: ISC + /mnt/config/log/qconsole.log { missingok notifempty diff --git a/override/usr/local/bin/quake2-install b/override/usr/local/bin/quake2-install index eed70cb..712718d 100755 --- a/override/usr/local/bin/quake2-install +++ b/override/usr/local/bin/quake2-install @@ -1,4 +1,7 @@ #!/command/with-contenv /bin/sh +# SPDX-FileCopyrightText: 2022 - 2023 Daniel Wolf +# +# SPDX-License-Identifier: ISC if /usr/bin/pgrep -f quakedock >/dev/null; then exit 1 diff --git a/override/usr/local/bin/quake2-mirror b/override/usr/local/bin/quake2-mirror index ba503c5..7c8879b 100755 --- a/override/usr/local/bin/quake2-mirror +++ b/override/usr/local/bin/quake2-mirror @@ -1,4 +1,7 @@ #!/usr/bin/with-contenv /bin/sh +# SPDX-FileCopyrightText: 2021 - 2023 Daniel Wolf +# +# SPDX-License-Identifier: ISC if [ -z "${QUAKE2_DATA}" ]; then if [ -n "${QUAKE2_INSTALL}" ] && [ ! "${QUAKE2_INSTALL}" = "true" ] && [ ! "${QUAKE2_INSTALL}" = "false" ]; then diff --git a/override/usr/local/bin/quake2-shutdown b/override/usr/local/bin/quake2-shutdown index 70e75c2..54de7d8 100755 --- a/override/usr/local/bin/quake2-shutdown +++ b/override/usr/local/bin/quake2-shutdown @@ -1,4 +1,7 @@ #!/command/with-contenv /bin/sh +# SPDX-FileCopyrightText: 2022 - 2023 Daniel Wolf +# +# SPDX-License-Identifier: ISC if [ -d /opt/quake2/openffa/highscores ]; then if [ -z "${QUAKE2_DATA}" ]; then