X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=make_dungeon.py;h=106714a9267bd519d20a8b44cb1a5e8952c591f5;hb=782c5c3f290555fa9368208efdb3b428f45468eb;hp=b3e08fde39ac7fc2f6aa63205c987f759647ee2e;hpb=c0a4d55d6cb21c70af69d2ed6d5d4544c382539e;p=open-adventure.git 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