X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=make_graph.py;h=edaaa6fb5df8f315d88168ec98e26f8532ccdc0c;hp=62ac68b5c20d301c706d1649e1207544eafd5bf3;hb=25230068fe3afb9d1faa9c606413784294700cef;hpb=71abcb4e650191977a679d86549d28a69f8feb1d diff --git a/make_graph.py b/make_graph.py index 62ac68b..edaaa6f 100755 --- a/make_graph.py +++ b/make_graph.py @@ -1,4 +1,6 @@ #!/usr/bin/env python3 +# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-License-Identifier: BSD-2-Clause """\ usage: make-graph.py [-a] -d] [-m] [-s] @@ -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