X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=make_dungeon.py;h=5eb7dee5ac60b505797742a86c2d7405c19327ae;hb=66b8192ae8610fe9368f4388f3ada82b761eeffb;hp=26d65f68462ccc1445f21179441dce9fbc28f1b2;hpb=23e9931645f7c2923ea842164a7797c7e46fb5b8;p=open-adventure.git diff --git a/make_dungeon.py b/make_dungeon.py index 26d65f6..5eb7dee 100755 --- 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 = ""