From: Eric S. Raymond Date: Sun, 7 Jan 2024 01:00:04 +0000 (-0500) Subject: Repair SPDX copyright notices. X-Git-Tag: 2.8~5 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=5950b77854f3fbe98d1112c153a79ca2d43aae5b Repair SPDX copyright notices. --- diff --git a/test/tapdiffer b/test/tapdiffer index 4af0c83..efb7b9c 100755 --- a/test/tapdiffer +++ b/test/tapdiffer @@ -1,5 +1,5 @@ #! /bin/sh -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: (C) Eric S. Raymond # SPDX-License-Identifier: MIT-0 # # tapdiffer - Render diff between input and checkfile as a TAP report diff --git a/test/tapview b/test/tapview index 70df8b1..df63bbc 100755 --- a/test/tapview +++ b/test/tapview @@ -1,7 +1,7 @@ #! /bin/sh # tapview - a TAP (Test Anything Protocol) viewer in pure POSIX shell # -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: (C) Eric S. Raymond # SPDX-License-Identifier: MIT-0 # # This code is intended to be embedded in your project. The author