Partial REUSE cmpliance.
[open-adventure.git] / templates / dungeon.c.tpl
index dbc28a6c8f4db54297c7e08b9b902ee721115a7a..25f4d268377963053ec07132c9f7bdeb4119738b 100644 (file)
@@ -1,3 +1,8 @@
+/*
+SPDX-FileCopyrightText: Eric S. Raymond
+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 */