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