Fix for GitLab issue #40: Inconsistant inventory space
[open-adventure.git] / make_dungeon.py
index b3e08fde39ac7fc2f6aa63205c987f759647ee2e..106714a9267bd519d20a8b44cb1a5e8952c591f5 100755 (executable)
@@ -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