X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=make_dungeon.py;h=106714a9267bd519d20a8b44cb1a5e8952c591f5;hp=b3e08fde39ac7fc2f6aa63205c987f759647ee2e;hb=6de0149f9e33a170c8ceb28466d3221be230fb96;hpb=88c734ceea3f25a2926ae00af4ca790deedcdcd2 diff --git a/make_dungeon.py b/make_dungeon.py index b3e08fd..106714a 100755 --- a/make_dungeon.py +++ b/make_dungeon.py @@ -6,6 +6,9 @@ # The nontrivial part of this is the compilation of the YAML for # movement rules to the travel array that's actually used by # playermove(). +# +# Copyright (c) 2017 by Eric S. Raymond +# SPDX-License-Identifier: BSD-2-clause import sys, yaml