Add SPDX headers.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 29 Jan 2024 09:46:27 +0000 (04:46 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 29 Jan 2024 09:46:27 +0000 (04:46 -0500)
Makefile
control
superhack.c
wumpus.c

index a10f41a572dd83c79d3a54ba5b0b107979e19c00..fd9188b6a06367bc0e13944e00e3491017320c3d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
 #
 # Makefile for `Hunt the Wumpus' and `Superhack' games
 #
+#
+# SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
+# SPDX-License-Identifier: BSD-2-Clause
 VERS=1.9
 
 prefix?=/usr
diff --git a/control b/control
index 5c1b9a87c716f8ae91bcc3278516fe5fbe8361c3..44825b9a565a726ac0fc6b60d341864473e8204d 100644 (file)
--- a/control
+++ b/control
@@ -1,5 +1,8 @@
 # This is not a real Debian control file, though the syntax is compatible.
 # It's project metadata for the shipper tool
+#
+# SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
+# SPDX-License-Identifier: BSD-2-Clause
 
 Package: wumpus
 
index 6c2b29e46f1c755dd24e18f3e6dd8b81f00539a3..22333f9f5fdd4a36a2e7297edd8299de6338eaaf 100644 (file)
@@ -10,6 +10,7 @@
  * if you believe *that*...
  *
  * SPDX-License-Identifier: BSD-2-Clause
+ * SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
  */
 
 #include <ctype.h>
index dd20f4e33a5268aab6c823df91b30eafc7592be5..3ce60c6d67e15b9b586b5818d6165741ac91c2bb 100644 (file)
--- a/wumpus.c
+++ b/wumpus.c
@@ -27,6 +27,7 @@
  * limber up your fingers for a trip to nostalgia-land...
  *
  * SPDX-License-Identifier: BSD-2-Clause
+ * SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
  */
 
 #include <ctype.h>