diff options
Diffstat (limited to 'lib/DBInfoscreen/Controller')
-rw-r--r-- | lib/DBInfoscreen/Controller/Map.pm | 3 | ||||
-rw-r--r-- | lib/DBInfoscreen/Controller/Static.pm | 7 | ||||
-rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 7 | ||||
-rw-r--r-- | lib/DBInfoscreen/Controller/Wagenreihung.pm | 7 |
4 files changed, 15 insertions, 9 deletions
diff --git a/lib/DBInfoscreen/Controller/Map.pm b/lib/DBInfoscreen/Controller/Map.pm index f654930..8e472a6 100644 --- a/lib/DBInfoscreen/Controller/Map.pm +++ b/lib/DBInfoscreen/Controller/Map.pm @@ -1,4 +1,7 @@ package DBInfoscreen::Controller::Map; +# Copyright (C) 2011-2020 Daniel Friesel +# +# SPDX-License-Identifier: BSD-2-Clause use Mojo::Base 'Mojolicious::Controller'; use Mojo::JSON qw(decode_json); diff --git a/lib/DBInfoscreen/Controller/Static.pm b/lib/DBInfoscreen/Controller/Static.pm index 1ddae40..d8872d1 100644 --- a/lib/DBInfoscreen/Controller/Static.pm +++ b/lib/DBInfoscreen/Controller/Static.pm @@ -1,8 +1,9 @@ package DBInfoscreen::Controller::Static; -use Mojo::Base 'Mojolicious::Controller'; +# Copyright (C) 2011-2020 Daniel Friesel +# +# SPDX-License-Identifier: BSD-2-Clause -# Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org> -# License: 2-Clause BSD +use Mojo::Base 'Mojolicious::Controller'; my %default = ( mode => 'app', diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index b8b5eb0..b65aedb 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1,8 +1,9 @@ package DBInfoscreen::Controller::Stationboard; -use Mojo::Base 'Mojolicious::Controller'; +# Copyright (C) 2011-2020 Daniel Friesel +# +# SPDX-License-Identifier: BSD-2-Clause -# Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org> -# License: 2-Clause BSD +use Mojo::Base 'Mojolicious::Controller'; use DateTime; use DateTime::Format::Strptime; diff --git a/lib/DBInfoscreen/Controller/Wagenreihung.pm b/lib/DBInfoscreen/Controller/Wagenreihung.pm index 821619f..ebda6f3 100644 --- a/lib/DBInfoscreen/Controller/Wagenreihung.pm +++ b/lib/DBInfoscreen/Controller/Wagenreihung.pm @@ -1,8 +1,9 @@ package DBInfoscreen::Controller::Wagenreihung; -use Mojo::Base 'Mojolicious::Controller'; +# Copyright (C) 2011-2020 Daniel Friesel +# +# SPDX-License-Identifier: BSD-2-Clause -# Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org> -# License: 2-Clause BSD +use Mojo::Base 'Mojolicious::Controller'; use Travel::Status::DE::DBWagenreihung; |