summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-07-03 19:18:15 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2023-07-03 19:18:15 +0200
commit83a1be4735db1f1736e7a7d6465a4d7ac4d7aa59 (patch)
tree4e87a7b290966006f32b33615135d35dd0b014fd
parent7dc6642f796df1958a2e3f9cf933d29c28f9912f (diff)
Update Copyright
-rw-r--r--.reuse/dep516
-rw-r--r--Dockerfile2
-rw-r--r--index.pl2
-rw-r--r--lib/DBInfoscreen.pm2
-rw-r--r--lib/DBInfoscreen/Controller/Map.pm2
-rw-r--r--lib/DBInfoscreen/Controller/Static.pm2
-rw-r--r--lib/DBInfoscreen/Controller/Stationboard.pm2
-rw-r--r--lib/DBInfoscreen/Controller/Wagenreihung.pm2
-rw-r--r--lib/DBInfoscreen/Helper/EFA.pm2
-rw-r--r--lib/DBInfoscreen/Helper/HAFAS.pm2
-rw-r--r--lib/DBInfoscreen/Helper/Wagonorder.pm2
-rw-r--r--public/static/css/default.css2
-rw-r--r--public/static/css/mobile.css2
-rw-r--r--public/static/js/collapse.js2
-rw-r--r--public/static/js/geostop.js2
-rw-r--r--public/static/js/geotrain.js2
-rw-r--r--public/static/js/map-refresh.js2
-rw-r--r--sass/app.scss2
-rw-r--r--sass/dark.scss2
-rw-r--r--sass/light.scss2
-rwxr-xr-xscripts/asset-rebuild2
-rwxr-xr-xscripts/asset-release2
-rwxr-xr-xscripts/update-autocomplete2
-rw-r--r--t/01-basic.t2
-rw-r--r--t/22-json.t2
25 files changed, 32 insertions, 32 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5
index b62f42e..46e041a 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 f79c63e..7cd702e 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 b983734..467e0b2 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 fe5977b..bc0f181 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 63b8b40..c4bb568 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 63b3b8c..e9ca6cf 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 6ef2adb..fd7ed37 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 b7c6d84..31fcfaf 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 2386ebb..41035d4 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 c870afc..11878ff 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 5d6a5af..d59df14 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 c991b44..ac2eb79 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 c75ccf1..0bf84d4 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 0c4178f..2beead1 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 0854019..5801820 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 9df546b..b77c363 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 30f599d..aa5629b 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 9b37ece..c9fa45c 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 2dc7d01..72a6927 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 6312035..809c8ce 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 f956d4c..302cc66 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 b01c441..5714745 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 1ba837b..22aab91 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 41ac6e5..4967a07 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 dacbf6f..c133751 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