diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-10-04 18:04:37 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-10-04 18:04:37 +0200 |
commit | f42ab244d21d25d6312d6c737a32603bc2a40ba2 (patch) | |
tree | 856d8b401d3be5cf9b39749a582ddc29816ce93e /bin/raps2 | |
parent | 58224421073119fe1fcdfd2c005712f22e7284fc (diff) |
update copyright, readme, changelog and (a bit of) perltidy
Diffstat (limited to 'bin/raps2')
-rwxr-xr-x | bin/raps2 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,12 +1,12 @@ #!/usr/bin/env perl -## Copyright © 2011 by Daniel Friesel <derf@finalrewind.org> +## Copyright © 2011-2015 by Daniel Friesel <derf@finalrewind.org> ## License: WTFPL: ## 0. You just DO WHAT THE FUCK YOU WANT TO. use strict; use warnings; use 5.010; -no if $] >= 5.018, warnings => "experimental::smartmatch"; +no if $] >= 5.018, warnings => 'experimental::smartmatch'; use App::Raps2; use File::BaseDir qw(data_files data_home); @@ -502,7 +502,7 @@ three times. Two would be better. =head1 AUTHOR -Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE |