add reuse copyright information
Build Container Image / build_amd64 (push) Successful in 1m26s Details
Build Container Image / build_i386 (push) Successful in 1m21s Details
Build Container Image / publish_amd64 (push) Successful in 27s Details
Build Container Image / publish_i386 (push) Successful in 29s Details
Build Container Image / build_arm64 (push) Successful in 4m58s Details
Build Container Image / publish_arm64 (push) Successful in 30s Details
Build Container Image / build_riscv64 (push) Successful in 7m22s Details
Build Container Image / publish_riscv64 (push) Successful in 8s Details
Build Container Image / build_armhf (push) Successful in 10m28s Details
Build Container Image / build_manifest (push) Successful in 7s Details
Build Container Image / publish_armhf (push) Successful in 51s Details
Build Container Image / publish_manifest (push) Successful in 54s Details

This commit is contained in:
Daniel Wolf 2023-10-25 12:50:03 -04:00
parent ce78230445
commit 70eebc1cf5
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
8 changed files with 43 additions and 0 deletions

12
.reuse/dep5 Normal file
View File

@ -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 <nephatrine@gmail.com>
Source: https://code.nephatrine.net/NephNET/docker-quake2-yamagi
Files: override/etc/s6-overlay/*
Copyright: 2022 - 2023 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/opt/quake2-data/*
Copyright: 2021 - 2023 Daniel Wolf <nephatrine@gmail.com>
License: ISC

8
LICENSES/ISC.txt Normal file
View File

@ -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.

View File

@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2020 - 2023 Daniel Wolf <nephatrine@gmail.com>
SPDX-License-Identifier: ISC
-->
[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)

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
services:
quake2-server:
build: .

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 - 2023 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
/mnt/config/log/qconsole.log {
missingok
notifempty

View File

@ -1,4 +1,7 @@
#!/command/with-contenv /bin/sh
# SPDX-FileCopyrightText: 2022 - 2023 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
if /usr/bin/pgrep -f quakedock >/dev/null; then
exit 1

View File

@ -1,4 +1,7 @@
#!/usr/bin/with-contenv /bin/sh
# SPDX-FileCopyrightText: 2021 - 2023 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
if [ -z "${QUAKE2_DATA}" ]; then
if [ -n "${QUAKE2_INSTALL}" ] && [ ! "${QUAKE2_INSTALL}" = "true" ] && [ ! "${QUAKE2_INSTALL}" = "false" ]; then

View File

@ -1,4 +1,7 @@
#!/command/with-contenv /bin/sh
# SPDX-FileCopyrightText: 2022 - 2023 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
if [ -d /opt/quake2/openffa/highscores ]; then
if [ -z "${QUAKE2_DATA}" ]; then