bump copyright years to 2013

This commit is contained in:
Michael Stapelberg
2013-03-17 01:01:04 +01:00
parent fcabc0ab6c
commit 271189444d
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env perl
# vim:ts=4:sw=4:expandtab
#
# © 2012 Michael Stapelberg
# © 2012-2013 Michael Stapelberg
#
# No dependencies except for perl ≥ v5.10
@ -45,7 +45,7 @@ my $result = GetOptions(
'dmenu=s' => \$dmenu_cmd,
'entry-type=s' => \@entry_types,
'version' => sub {
say "dmenu-desktop 1.4 © 2012 Michael Stapelberg";
say "dmenu-desktop 1.4 © 2012-2013 Michael Stapelberg";
exit 0;
},
'help' => sub {