SPDXify generated code.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 28 Feb 2023 19:55:40 +0000 (14:55 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 28 Feb 2023 19:55:40 +0000 (14:55 -0500)
make_dungeon.py

index 26d65f68462ccc1445f21179441dce9fbc28f1b2..5eb7dee5ac60b505797742a86c2d7405c19327ae 100755 (executable)
@@ -21,7 +21,7 @@ C_NAME = "dungeon.c"
 H_TEMPLATE_PATH = "templates/dungeon.h.tpl"
 C_TEMPLATE_PATH = "templates/dungeon.c.tpl"
 
-DONOTEDIT_COMMENT = "/* Generated from adventure.yaml - do not hand-hack! */\n\n"
+DONOTEDIT_COMMENT = "/* Generated from adventure.yaml - do not hand-hack! */\n/* SPDX-License-Identifier: BSD-2-clause */\n\n"
 
 statedefines = ""