X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=templates%2Fdungeon.c.tpl;fp=templates%2Fdungeon.c.tpl;h=25f4d268377963053ec07132c9f7bdeb4119738b;hp=dbc28a6c8f4db54297c7e08b9b902ee721115a7a;hb=25230068fe3afb9d1faa9c606413784294700cef;hpb=71abcb4e650191977a679d86549d28a69f8feb1d diff --git a/templates/dungeon.c.tpl b/templates/dungeon.c.tpl index dbc28a6..25f4d26 100644 --- a/templates/dungeon.c.tpl +++ b/templates/dungeon.c.tpl @@ -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 */