Improve copyright lines.
[open-adventure.git] / templates / dungeon.c.tpl
index dbc28a6c8f4db54297c7e08b9b902ee721115a7a..d1604a5f02eed71b45712b4827780ed55d9b36c3 100644 (file)
@@ -1,3 +1,8 @@
+/*
+SPDX-FileCopyrightText: Eric S. Raymond <esr@thyrsus.com>
+SPDX-License-Identifier: BSD-2-Clause
+*/
+
 #include "{h_file}"
 
 const char* arbitrary_messages[] = {{
@@ -48,4 +53,4 @@ const travelop_t travel[] = {{
 
 const char *ignore = "{ignore}";
 
-/* end */
\ No newline at end of file
+/* end */