aboutsummaryrefslogtreecommitdiff
path: root/i3-dmenu-desktop
diff options
context:
space:
mode:
authorDeiz <silverwraithii@gmail.com>2015-04-03 20:17:56 -0400
committerDeiz <silverwraithii@gmail.com>2015-04-20 17:50:21 -0400
commit884214f14fdbd0a4a368d2a36d5e50324fa1d52a (patch)
tree02c5e0b77e7bc9487a9aabe61a929321b2911f4e /i3-dmenu-desktop
parent191671c9b8b66865280b2a73e218c16773468bc4 (diff)
downloadi3-884214f14fdbd0a4a368d2a36d5e50324fa1d52a.tar.gz
i3-884214f14fdbd0a4a368d2a36d5e50324fa1d52a.zip
Update copyright notices and get rid of ranges
The script used to make these changes can be found at: https://gist.github.com/Deiz/32322020f76d23e2bf8f
Diffstat (limited to 'i3-dmenu-desktop')
-rwxr-xr-xi3-dmenu-desktop4
1 files changed, 2 insertions, 2 deletions
diff --git a/i3-dmenu-desktop b/i3-dmenu-desktop
index cc72f101..a0549ead 100755
--- a/i3-dmenu-desktop
+++ b/i3-dmenu-desktop
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
# vim:ts=4:sw=4:expandtab
#
-# © 2012-2014 Michael Stapelberg
+# © 2012 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.5 © 2012-2013 Michael Stapelberg";
+ say "dmenu-desktop 1.5 © 2012 Michael Stapelberg";
exit 0;
},
'help' => sub {