diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-09-16 19:52:37 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-09-16 19:52:37 +0200 |
commit | a6ab8b65ef9e028ce8418e0ff6c1a7f52572e1a0 (patch) | |
tree | 97d9dcbead231bffbba77cc1f75781c7574d21e8 | |
parent | 2ca4a50194108d378b961fb8ddc9a0455933d96d (diff) |
update copyright3.1.7
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | index.pl | 2 | ||||
-rw-r--r-- | lib/DBInfoscreen.pm | 2 | ||||
-rw-r--r-- | lib/DBInfoscreen/Controller/Static.pm | 2 | ||||
-rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 2 | ||||
-rw-r--r-- | lib/DBInfoscreen/Controller/Wagenreihung.pm | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -6,7 +6,7 @@ MIT license. The following license applies to all other files in this repository: -Copyright (C) 2011-2018 Daniel Friesel <derf+dbf@finalrewind.org> +Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2011-2018 Daniel Friesel <derf+dbf@finalrewind.org> +# Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org> # 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 <derf+dbf@finalrewind.org> +# Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org> # 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 <derf+dbf@finalrewind.org> +# Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org> # 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 <derf+dbf@finalrewind.org> +# Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org> # 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 <derf+dbf@finalrewind.org> +# Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org> # License: 2-Clause BSD use Travel::Status::DE::DBWagenreihung; |