Update copyright

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2024-01-03 10:16:40 -05:00
parent 896d1ec7e0
commit c39b1a44cd
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright (C) 2023 Skylar Widulski
# Copyright (C) 2024 Skylar Widulski
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@ -55,7 +55,7 @@ if [ -n "$VERBOSE" ]; then
fi
trap 'kill $(jobs -p) 2>/dev/null' EXIT
trap 'exit' INT
trap 'kill "$(<"$RUNTIME"/"$OUTPUT"_host.pid)"; rm -f "$RUNTIME"/"$OUTPUT"_host.pid' INT
set -m
shopt -s extglob

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright (C) 2023 Skylar Widulski
# Copyright (C) 2024 Skylar Widulski
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software