X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=templates%2Fdungeon.c.tpl;h=d1604a5f02eed71b45712b4827780ed55d9b36c3;hb=00bdc2133ace5d4e8c79fedb9dc64f14c07d28f7;hp=dbc28a6c8f4db54297c7e08b9b902ee721115a7a;hpb=319c5830c835b86cdcaa56e2ba9bdb50549e9186;p=open-adventure.git diff --git a/templates/dungeon.c.tpl b/templates/dungeon.c.tpl index dbc28a6..d1604a5 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 */