From a6ab8b65ef9e028ce8418e0ff6c1a7f52572e1a0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Sep 2020 19:52:37 +0200 Subject: update copyright --- lib/DBInfoscreen.pm | 2 +- lib/DBInfoscreen/Controller/Static.pm | 2 +- lib/DBInfoscreen/Controller/Stationboard.pm | 2 +- lib/DBInfoscreen/Controller/Wagenreihung.pm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm index 155a6d0..b7b5f21 100644 --- a/lib/DBInfoscreen.pm +++ b/lib/DBInfoscreen.pm @@ -1,7 +1,7 @@ package DBInfoscreen; use Mojo::Base 'Mojolicious'; -# Copyright (C) 2011-2019 Daniel Friesel +# Copyright (C) 2011-2020 Daniel Friesel # License: 2-Clause BSD use Cache::File; diff --git a/lib/DBInfoscreen/Controller/Static.pm b/lib/DBInfoscreen/Controller/Static.pm index 4b324bd..1ddae40 100644 --- a/lib/DBInfoscreen/Controller/Static.pm +++ b/lib/DBInfoscreen/Controller/Static.pm @@ -1,7 +1,7 @@ package DBInfoscreen::Controller::Static; use Mojo::Base 'Mojolicious::Controller'; -# Copyright (C) 2011-2019 Daniel Friesel +# Copyright (C) 2011-2020 Daniel Friesel # License: 2-Clause BSD my %default = ( diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index 1ea238c..3ac56d0 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1,7 +1,7 @@ package DBInfoscreen::Controller::Stationboard; use Mojo::Base 'Mojolicious::Controller'; -# Copyright (C) 2011-2019 Daniel Friesel +# Copyright (C) 2011-2020 Daniel Friesel # License: 2-Clause BSD use DateTime; diff --git a/lib/DBInfoscreen/Controller/Wagenreihung.pm b/lib/DBInfoscreen/Controller/Wagenreihung.pm index ecdb129..821619f 100644 --- a/lib/DBInfoscreen/Controller/Wagenreihung.pm +++ b/lib/DBInfoscreen/Controller/Wagenreihung.pm @@ -1,7 +1,7 @@ package DBInfoscreen::Controller::Wagenreihung; use Mojo::Base 'Mojolicious::Controller'; -# Copyright (C) 2011-2019 Daniel Friesel +# Copyright (C) 2011-2020 Daniel Friesel # License: 2-Clause BSD use Travel::Status::DE::DBWagenreihung; -- cgit v1.2.3