Repair SPDX copyright notices.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 7 Jan 2024 01:00:04 +0000 (20:00 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 7 Jan 2024 01:00:04 +0000 (20:00 -0500)
test/tapdiffer
test/tapview

index 4af0c83e29b882c9c166e64508ca9e93bd5a3d72..efb7b9c40abefea2a963d221a6a9a293ec0a60e8 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: MIT-0
 #
 # tapdiffer - Render diff between input and checkfile as a TAP report
index 70df8b1c56e04d7183b5bc90d853d327653f349e..df63bbcf0029adf468dd7b4b90ac1047e1d64d69 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # tapview - a TAP (Test Anything Protocol) viewer in pure POSIX shell
 #
-# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
 # SPDX-License-Identifier: MIT-0
 #
 # This code is intended to be embedded in your project. The author