From a6ab8b65ef9e028ce8418e0ff6c1a7f52572e1a0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Sep 2020 19:52:37 +0200 Subject: update copyright --- COPYING | 2 +- index.pl | 2 +- lib/DBInfoscreen.pm | 2 +- lib/DBInfoscreen/Controller/Static.pm | 2 +- lib/DBInfoscreen/Controller/Stationboard.pm | 2 +- lib/DBInfoscreen/Controller/Wagenreihung.pm | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/COPYING b/COPYING index 49b182e..203e781 100644 --- a/COPYING +++ b/COPYING @@ -6,7 +6,7 @@ MIT license. The following license applies to all other files in this repository: -Copyright (C) 2011-2018 Daniel Friesel +Copyright (C) 2011-2020 Daniel Friesel Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/index.pl b/index.pl index 004f751..ec5e22d 100644 --- a/index.pl +++ b/index.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2011-2018 Daniel Friesel +# Copyright (C) 2011-2020 Daniel Friesel # License: 2-Clause BSD use strict; 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