From: Eric S. Raymond Date: Tue, 28 Feb 2023 19:55:40 +0000 (-0500) Subject: SPDXify generated code. X-Git-Tag: 1.13~6 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=66b8192ae8610fe9368f4388f3ada82b761eeffb SPDXify generated code. --- 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 = ""