diff options
-rw-r--r-- | .reuse/dep5 | 10 | ||||
-rwxr-xr-x | bin/efa-gw | 4 | ||||
-rwxr-xr-x | bin/merge-haltestellen-and-iris | 5 |
3 files changed, 19 insertions, 0 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 0000000..19561b9 --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,10 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: README +Copyright: 2021 Daniel Friesel +License: CC0-1.0 + +Files: share/vrr.json +Copyright: 2021 DB Station&Service AG +2021 Verkehrsverbund Rhein-Ruhr AöR +License: CC-BY-4.0 @@ -1,5 +1,9 @@ #!/usr/bin/env python3 # vim:tabstop=4 softtabstop=4 shiftwidth=4 textwidth=160 smarttab expandtab colorcolumn=160 +# +# Copyright (C) 2021 Daniel Friesel +# +# SPDX-License-Identifier: BSD-2-Clause import argparse diff --git a/bin/merge-haltestellen-and-iris b/bin/merge-haltestellen-and-iris index b801c5a..42b62bf 100755 --- a/bin/merge-haltestellen-and-iris +++ b/bin/merge-haltestellen-and-iris @@ -1,5 +1,10 @@ #!/usr/bin/env python3 # vim:tabstop=4 softtabstop=4 shiftwidth=4 textwidth=160 smarttab expandtab colorcolumn=160 +# +# Copyright (C) 2021 Daniel Friesel +# +# SPDX-License-Identifier: BSD-2-Clause + import csv import json |