From f42ab244d21d25d6312d6c737a32603bc2a40ba2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 4 Oct 2015 18:04:37 +0200 Subject: update copyright, readme, changelog and (a bit of) perltidy --- bin/raps2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/raps2 b/bin/raps2 index 48ae375..950c7d1 100755 --- a/bin/raps2 +++ b/bin/raps2 @@ -1,12 +1,12 @@ #!/usr/bin/env perl -## Copyright © 2011 by Daniel Friesel +## Copyright © 2011-2015 by Daniel Friesel ## 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 Ederf@finalrewind.orgE +Copyright (C) 2011-2015 by Daniel Friesel Ederf@finalrewind.orgE =head1 LICENSE -- cgit v1.2.3