From 83a1be4735db1f1736e7a7d6465a4d7ac4d7aa59 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 3 Jul 2023 19:18:15 +0200 Subject: [PATCH] Update Copyright --- .reuse/dep5 | 16 ++++++++-------- Dockerfile | 2 +- index.pl | 2 +- lib/DBInfoscreen.pm | 2 +- lib/DBInfoscreen/Controller/Map.pm | 2 +- lib/DBInfoscreen/Controller/Static.pm | 2 +- lib/DBInfoscreen/Controller/Stationboard.pm | 2 +- lib/DBInfoscreen/Controller/Wagenreihung.pm | 2 +- lib/DBInfoscreen/Helper/EFA.pm | 2 +- lib/DBInfoscreen/Helper/HAFAS.pm | 2 +- lib/DBInfoscreen/Helper/Wagonorder.pm | 2 +- public/static/css/default.css | 2 +- public/static/css/mobile.css | 2 +- public/static/js/collapse.js | 2 +- public/static/js/geostop.js | 2 +- public/static/js/geotrain.js | 2 +- public/static/js/map-refresh.js | 2 +- sass/app.scss | 2 +- sass/dark.scss | 2 +- sass/light.scss | 2 +- scripts/asset-rebuild | 2 +- scripts/asset-release | 2 +- scripts/update-autocomplete | 2 +- t/01-basic.t | 2 +- t/22-json.t | 2 +- 25 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index b62f42e8..46e041a7 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,11 +1,11 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: examples/* -Copyright: 2020 Daniel Friesel +Copyright: 2020 Birte Kristina Friesel License: CC0-1.0 Files: public/static/css/dark.min.css public/static/css/light.min.css -Copyright: 2020 Daniel Friesel +Copyright: 2020 Birte Kristina Friesel License: BSD-2-Clause Files: public/static/css/material-icons.css public/static/fonts/MaterialIcons-* @@ -14,16 +14,16 @@ License: Apache-2.0 Files: public/static/icons/* public/favicon.ico Copyright: 2014-2019 Materialize - 2020 Daniel Friesel + 2020 Birte Kristina Friesel License: Apache-2.0 Files: public/static/js/autocomplete.* Copyright: 2020 DB Station&Service AG, Europaplatz 1, 10557 Berlin - 2020 Daniel Friesel + 2020 Birte Kristina Friesel License: CC-BY-4.0 Files: public/static/js/dbf.min.js public/static/js/geolocation.min.js public/static/js/map-refresh.min.js -Copyright: 2020 Daniel Friesel +Copyright: 2020 Birte Kristina Friesel License: AGPL-3.0-or-later Files: public/static/js/jquery* public/static/css/jquery-ui.min.css @@ -40,13 +40,13 @@ Copyright: 2010-2019 Vladimir Agafonkin License: BSD-2-Clause Files: README.md .gitignore cpanfile cpanfile.snapshot -Copyright: 2020 Daniel Friesel +Copyright: 2020 Birte Kristina Friesel License: CC0-1.0 Files: share/dbdb_wagen.json -Copyright: 2020 Daniel Friesel +Copyright: 2020 Birte Kristina Friesel License: CC0-1.0 Files: templates/* -Copyright: 2020 Daniel Friesel +Copyright: 2020 Birte Kristina Friesel License: BSD-2-Clause diff --git a/Dockerfile b/Dockerfile index f79c63e1..7cd702ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Daniel Friesel +# Copyright (C) 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/index.pl b/index.pl index b983734f..467e0b21 100644 --- a/index.pl +++ b/index.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2011-2020 Daniel Friesel +# Copyright (C) 2011-2020 Birte Kristina Friesel # # SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm index fe5977b1..bc0f1812 100644 --- a/lib/DBInfoscreen.pm +++ b/lib/DBInfoscreen.pm @@ -1,6 +1,6 @@ package DBInfoscreen; -# Copyright (C) 2011-2020 Daniel Friesel +# Copyright (C) 2011-2020 Birte Kristina Friesel # # SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/lib/DBInfoscreen/Controller/Map.pm b/lib/DBInfoscreen/Controller/Map.pm index 63b8b407..c4bb5686 100644 --- a/lib/DBInfoscreen/Controller/Map.pm +++ b/lib/DBInfoscreen/Controller/Map.pm @@ -1,6 +1,6 @@ package DBInfoscreen::Controller::Map; -# Copyright (C) 2011-2020 Daniel Friesel +# Copyright (C) 2011-2020 Birte Kristina Friesel # # SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/lib/DBInfoscreen/Controller/Static.pm b/lib/DBInfoscreen/Controller/Static.pm index 63b3b8cc..e9ca6cf3 100644 --- a/lib/DBInfoscreen/Controller/Static.pm +++ b/lib/DBInfoscreen/Controller/Static.pm @@ -1,6 +1,6 @@ package DBInfoscreen::Controller::Static; -# Copyright (C) 2011-2020 Daniel Friesel +# Copyright (C) 2011-2020 Birte Kristina Friesel # # SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index 6ef2adb5..fd7ed370 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1,6 +1,6 @@ package DBInfoscreen::Controller::Stationboard; -# Copyright (C) 2011-2020 Daniel Friesel +# Copyright (C) 2011-2020 Birte Kristina Friesel # # SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/lib/DBInfoscreen/Controller/Wagenreihung.pm b/lib/DBInfoscreen/Controller/Wagenreihung.pm index b7c6d844..31fcfaf5 100644 --- a/lib/DBInfoscreen/Controller/Wagenreihung.pm +++ b/lib/DBInfoscreen/Controller/Wagenreihung.pm @@ -1,6 +1,6 @@ package DBInfoscreen::Controller::Wagenreihung; -# Copyright (C) 2011-2020 Daniel Friesel +# Copyright (C) 2011-2020 Birte Kristina Friesel # # SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/lib/DBInfoscreen/Helper/EFA.pm b/lib/DBInfoscreen/Helper/EFA.pm index 2386ebb2..41035d43 100644 --- a/lib/DBInfoscreen/Helper/EFA.pm +++ b/lib/DBInfoscreen/Helper/EFA.pm @@ -1,6 +1,6 @@ package DBInfoscreen::Helper::EFA; -# Copyright (C) 2020-2022 Daniel Friesel +# Copyright (C) 2020-2022 Birte Kristina Friesel # # SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/lib/DBInfoscreen/Helper/HAFAS.pm b/lib/DBInfoscreen/Helper/HAFAS.pm index c870afc6..11878ff5 100644 --- a/lib/DBInfoscreen/Helper/HAFAS.pm +++ b/lib/DBInfoscreen/Helper/HAFAS.pm @@ -1,6 +1,6 @@ package DBInfoscreen::Helper::HAFAS; -# Copyright (C) 2011-2022 Daniel Friesel +# Copyright (C) 2011-2022 Birte Kristina Friesel # # SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/lib/DBInfoscreen/Helper/Wagonorder.pm b/lib/DBInfoscreen/Helper/Wagonorder.pm index 5d6a5af5..d59df142 100644 --- a/lib/DBInfoscreen/Helper/Wagonorder.pm +++ b/lib/DBInfoscreen/Helper/Wagonorder.pm @@ -1,6 +1,6 @@ package DBInfoscreen::Helper::Wagonorder; -# Copyright (C) 2011-2020 Daniel Friesel +# Copyright (C) 2011-2020 Birte Kristina Friesel # # SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/public/static/css/default.css b/public/static/css/default.css index c991b44d..ac2eb79b 100644 --- a/public/static/css/default.css +++ b/public/static/css/default.css @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Daniel Friesel + * Copyright (C) 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/public/static/css/mobile.css b/public/static/css/mobile.css index c75ccf1e..0bf84d4a 100644 --- a/public/static/css/mobile.css +++ b/public/static/css/mobile.css @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Daniel Friesel + * Copyright (C) 2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/public/static/js/collapse.js b/public/static/js/collapse.js index 0c4178f8..2beead1c 100644 --- a/public/static/js/collapse.js +++ b/public/static/js/collapse.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Daniel Friesel + * Copyright (C) 2020 Birte Kristina Friesel * * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/public/static/js/geostop.js b/public/static/js/geostop.js index 0854019f..5801820f 100644 --- a/public/static/js/geostop.js +++ b/public/static/js/geostop.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Daniel Friesel + * Copyright (C) 2020 Birte Kristina Friesel * * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/public/static/js/geotrain.js b/public/static/js/geotrain.js index 9df546b6..b77c3638 100644 --- a/public/static/js/geotrain.js +++ b/public/static/js/geotrain.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Daniel Friesel + * Copyright (C) 2020 Birte Kristina Friesel * * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/public/static/js/map-refresh.js b/public/static/js/map-refresh.js index 30f599db..aa5629b8 100644 --- a/public/static/js/map-refresh.js +++ b/public/static/js/map-refresh.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Daniel Friesel + * Copyright (C) 2020 Birte Kristina Friesel * * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/sass/app.scss b/sass/app.scss index 9b37ecec..c9fa45c9 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2020 Daniel Friesel + * Copyright (C) 2011-2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/sass/dark.scss b/sass/dark.scss index 2dc7d012..72a6927d 100644 --- a/sass/dark.scss +++ b/sass/dark.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2020 Daniel Friesel + * Copyright (C) 2011-2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/sass/light.scss b/sass/light.scss index 63120353..809c8ce0 100644 --- a/sass/light.scss +++ b/sass/light.scss @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2020 Daniel Friesel + * Copyright (C) 2011-2020 Birte Kristina Friesel * * SPDX-License-Identifier: BSD-2-Clause */ diff --git a/scripts/asset-rebuild b/scripts/asset-rebuild index f956d4c3..302cc660 100755 --- a/scripts/asset-rebuild +++ b/scripts/asset-rebuild @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2020 Daniel Friesel +# Copyright (C) 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/scripts/asset-release b/scripts/asset-release index b01c441a..5714745b 100755 --- a/scripts/asset-release +++ b/scripts/asset-release @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2020 Daniel Friesel +# Copyright (C) 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/scripts/update-autocomplete b/scripts/update-autocomplete index 1ba837ba..22aab912 100755 --- a/scripts/update-autocomplete +++ b/scripts/update-autocomplete @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2020 Daniel Friesel +# Copyright (C) 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/t/01-basic.t b/t/01-basic.t index 41ac6e51..4967a078 100644 --- a/t/01-basic.t +++ b/t/01-basic.t @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2020 Daniel Friesel +# Copyright (C) 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0 diff --git a/t/22-json.t b/t/22-json.t index dacbf6f3..c133751b 100644 --- a/t/22-json.t +++ b/t/22-json.t @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2020 Daniel Friesel +# Copyright (C) 2020 Birte Kristina Friesel # # SPDX-License-Identifier: CC0-1.0