X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=make_graph.py;h=f33e2b564ca709b31f8284d4220f1977e3c24a1e;hb=ab4653b89cd3e720a565b61624acff8c2d7cb208;hp=62ac68b5c20d301c706d1649e1207544eafd5bf3;hpb=98b95e92ee960fce037097bc64100824578bbbf3;p=open-adventure.git diff --git a/make_graph.py b/make_graph.py index 62ac68b..f33e2b5 100755 --- a/make_graph.py +++ b/make_graph.py @@ -1,6 +1,8 @@ #!/usr/bin/env python3 +# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-License-Identifier: BSD-2-Clause """\ -usage: make-graph.py [-a] -d] [-m] [-s] +usage: make_graph.py [-a] -d] [-m] [-s] [-v] Make a DOT graph of Colossal Cave. @@ -11,8 +13,6 @@ Make a DOT graph of Colossal Cave. -s = emit graph of non-forest surface locations -v = include internal symbols in room labels """ -# Copyright (c) 2017 by Eric S. Raymond -# SPDX-License-Identifier: BSD-2-clause # pylint: disable=consider-using-f-string,line-too-long,invalid-name,missing-function-docstring,multiple-imports,redefined-outer-name