Improve copyright lines.
[open-adventure.git] / tests / outcheck.sh
index e46979f799258bd12b07b167890387fc338193c7..4dc5b0dffb14a8214faf29e8aee4f39267d3daea 100755 (executable)
@@ -1,4 +1,6 @@
 #! /bin/sh
+# SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+# SPDX-License-Identifier: BSD-2-Clause
 case $? in
     0) echo "ok - $1 succeeded";;
     *) echo "not ok - $1 failed";;