diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-06-09 13:24:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-06-09 13:24:53 +0200 |
commit | 47f7950b9aaf5a30c5bed0290e98c5d4a5e58541 (patch) | |
tree | 535e4932ee05a77e11b589fd23e2b4b399a101bf /bin | |
parent | 0c2910e15aa1fb6a9a6d2cce1840202c14ec7a57 (diff) |
version bump1.08
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/db-iris | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/db-iris b/bin/db-iris index 526129c..81c8081 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -6,7 +6,7 @@ use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '1.07'; +our $VERSION = '1.08'; use Carp; use DateTime; @@ -505,7 +505,7 @@ I<station> =head1 VERSION -version 1.07 +version 1.08 =head1 DESCRIPTION @@ -726,9 +726,9 @@ Unknown. =head1 AUTHOR -Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2013-2016 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> -The station data used by this script is Copyright (C) 2016 by DB +The station data used by this script is provided by DB Station&Service AG, Europaplatz 1, 10557 Berlin, Germany and also available under a CC-BY 4.0 license on L<http://data.deutschebahn.com/datasets/haltestellen/>. |