From f51f482188a33c1434de43eb157f7e8ca390e754 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 22 Nov 2022 01:29:55 +0000 Subject: test: normalise copyright header Signed-off-by: Sam James --- test/test.sh | 2 +- 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 # 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 +# Copyright (C) 2022 Oskari Pirhonen # Don't assume the test is being run from the same directory as the script TEST_DIR="$(dirname "$0")" -- cgit v1.2.3