projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23e9931
)
SPDXify generated code.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 28 Feb 2023 19:55:40 +0000
(14:55 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 28 Feb 2023 19:55:40 +0000
(14:55 -0500)
make_dungeon.py
patch
|
blob
|
history
diff --git
a/make_dungeon.py
b/make_dungeon.py
index 26d65f68462ccc1445f21179441dce9fbc28f1b2..5eb7dee5ac60b505797742a86c2d7405c19327ae 100755
(executable)
--- a/
make_dungeon.py
+++ b/
make_dungeon.py
@@
-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 = ""