diff options
author | Sam James <sam@gentoo.org> | 2022-11-22 01:29:55 +0000 |
---|---|---|
committer | Heiko Becker <mail@heiko-becker.de> | 2022-11-25 19:16:24 +0100 |
commit | f51f482188a33c1434de43eb157f7e8ca390e754 (patch) | |
tree | 6c34a7ac5b0ee4c1fca5e40f63425dc7b9d53c77 | |
parent | 9a2a92417a598d39606948f4c357e899e25e9dd1 (diff) | |
download | wgetpaste-f51f482188a33c1434de43eb157f7e8ca390e754.tar.gz |
test: normalise copyright header
Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-x | test/test.sh | 2 | ||||
-rwxr-xr-x | test/test_ansi.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/test.sh b/test/test.sh index 787170d..45c3624 100755 --- a/test/test.sh +++ b/test/test.sh @@ -2,7 +2,7 @@ # wgetpaste test script # Exit code: number of mismatched downloads or 1 for general failure -# Copyright (C) 2021 xxc3nsoredxx +# Copyright (C) 2021-2022 Oskari Pirhonen <xxc3ncoredxx@gmail.com> # Don't assume the test is being run from the same directory as the script TEST_DIR="$(dirname "$0")" diff --git a/test/test_ansi.sh b/test/test_ansi.sh index 58b06b2..23b27a8 100755 --- a/test/test_ansi.sh +++ b/test/test_ansi.sh @@ -3,7 +3,7 @@ # wgetpaste test script (stripping ANSI codes) # Based on test/test.sh # Exit code: number of mismatched downloads or 1 for general failure -# Copyright (C) 2022 Oskari Pirhonen <xxc3ncoredxx@gmail.com> +# Copyright (C) 2022 Oskari Pirhonen <xxc3ncoredxx@gmail.com> # Don't assume the test is being run from the same directory as the script TEST_DIR="$(dirname "$0")" |