summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.mailmap1
-rwxr-xr-xbin/efa-gw4
-rwxr-xr-xbin/merge-haltestellen-and-iris2
3 files changed, 4 insertions, 3 deletions
diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..c69b0d4
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1 @@
+Birte Kristina Friesel <derf@finalrewind.org>
diff --git a/bin/efa-gw b/bin/efa-gw
index 27966d7..61165b3 100755
--- a/bin/efa-gw
+++ b/bin/efa-gw
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# vim:tabstop=4 softtabstop=4 shiftwidth=4 textwidth=160 smarttab expandtab colorcolumn=160
#
-# Copyright (C) 2021 Daniel Friesel
+# Copyright (C) 2021 Birte Kristina Friesel
#
# SPDX-License-Identifier: BSD-2-Clause
@@ -18,7 +18,7 @@ headers = {
"Content-Type": "application/json; charset=utf-8",
}
-occupancy_map = {"MANY_SEATS": 1, "FEW_SEATS": 2, "STANDING_ONLY": 3}
+occupancy_map = {"MANY_SEATS": 1, "FEW_SEATS": 2, "STANDING_ONLY": 3, "FULL": 4}
occupancy_cache = dict()
eva_to_name = dict()
diff --git a/bin/merge-haltestellen-and-iris b/bin/merge-haltestellen-and-iris
index 792ef53..775e460 100755
--- a/bin/merge-haltestellen-and-iris
+++ b/bin/merge-haltestellen-and-iris
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# vim:tabstop=4 softtabstop=4 shiftwidth=4 textwidth=160 smarttab expandtab colorcolumn=160
#
-# Copyright (C) 2021 Daniel Friesel
+# Copyright (C) 2021 Birte Kristina Friesel
#
# SPDX-License-Identifier: BSD-2-Clause