diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-12-13 06:45:49 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-12-13 06:45:49 +0100 |
commit | ea532a752073c3ba94fa8996907acffa8b5adc7f (patch) | |
tree | 2468f50eb932e2f9c070353b8cb17e7d96c3a91f | |
parent | 97a01c045a318e5a84adb89e95862e9b36bff7fd (diff) |
update copyright and add mailmap
-rw-r--r-- | .mailmap | 1 | ||||
-rwxr-xr-x | bin/efa-gw | 2 | ||||
-rwxr-xr-x | bin/merge-haltestellen-and-iris | 2 |
3 files changed, 3 insertions, 2 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> @@ -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 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 |