chore: better specify SPDX copyrights

This commit is contained in:
Daniel Wolf 2024-03-26 14:15:41 -04:00
parent d3b3916715
commit ceb75f0e1e
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
5 changed files with 38 additions and 2 deletions

View File

@ -3,6 +3,30 @@ Upstream-Name: docker-alpine-s6
Upstream-Contact: Daniel Wolf <nephatrine@gmail.com>
Source: https://code.nephatrine.net/NephNET/docker-alpine-s6
Files: override/etc/s6-overlay/*
Copyright: 2022 - 2023 Daniel Wolf <nephatrine@gmail.com>
Files: override/etc/s6-overlay/s6-rc.d/crond/dependencies.d/*
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/logrotate_setup/dependencies.d/*
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/crond/type
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/guardian_setup/type
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/logrotate_setup/type
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/timezone_setup/type
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC
Files: override/etc/s6-overlay/s6-rc.d/user/contents.d/*
Copyright: 2022 Daniel Wolf <nephatrine@gmail.com>
License: ISC

View File

@ -1,4 +1,7 @@
#!/bin/sh
# SPDX-FileCopyrightText: 2022 - 2024 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
# Make Log Directory

View File

@ -1,4 +1,7 @@
#!/command/execlineb
# SPDX-FileCopyrightText: 2022 - 2024 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
backtick PUID { /command/with-contenv /bin/bash -c "/bin/echo ${PUID:-1000}" }
backtick PGID { /command/with-contenv /bin/bash -c "/bin/echo ${PGID:-100}" }

View File

@ -1,4 +1,7 @@
#!/command/execlineb
# SPDX-FileCopyrightText: 2022 - 2024 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
foreground {
if -n { /usr/bin/test -d /mnt/config/etc/logrotate.d }

View File

@ -1,4 +1,7 @@
#!/command/execlineb
# SPDX-FileCopyrightText: 2022 - 2024 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
backtick TZ { /command/with-contenv /bin/bash -c "/bin/echo ${TZ:-"America/New_York"}" }
importas tz TZ