From 48c6ad125235962e5eae4d8b1ef3970691fed6e0 Mon Sep 17 00:00:00 2001 From: emma Date: Mon, 15 Jan 2024 23:28:52 -0700 Subject: [PATCH] tests: updated tests with copyright and Makefile --- tests/cc-compat.sh | 2 +- tests/posix-compat.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/cc-compat.sh b/tests/cc-compat.sh index b5762c8..e146e56 100755 --- a/tests/cc-compat.sh +++ b/tests/cc-compat.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2023 Emma Tebibyte +# Copyright (c) 2023–2024 Emma Tebibyte # SPDX-License-Identifier: FSFAP # # Copying and distribution of this file, with or without modification, are diff --git a/tests/posix-compat.sh b/tests/posix-compat.sh index 2378a01..1e98d7b 100755 --- a/tests/posix-compat.sh +++ b/tests/posix-compat.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2023 Emma Tebibyte +# Copyright (c) 2023–2024 Emma Tebibyte # SPDX-License-Identifier: FSFAP # # Copying and distribution of this file, with or without modification, are @@ -9,7 +9,7 @@ set -e -if ! ls GNUmakefile >/dev/null 2>&1 +if ! ls Makefile >/dev/null 2>&1 then printf '%s: Run this script in the root of the project.\n' "$0" 1>&2 exit 1