summaryrefslogtreecommitdiff
path: root/i3lock.c
diff options
context:
space:
mode:
authorDeiz <silverwraithii@gmail.com>2015-04-21 11:47:51 -0400
committerDeiz <silverwraithii@gmail.com>2015-04-21 11:53:09 -0400
commitdda29f93a1bf26a7c696377126deb9eb4d1af8ca (patch)
tree329f93a4d0f7dc1d3264746ab48bb4a013a70d75 /i3lock.c
parentcb1b06f351c8b7225fd8115b468ddd270f0adb7e (diff)
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 'i3lock.c')
-rw-r--r--i3lock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/i3lock.c b/i3lock.c
index bd2e138..0909dd0 100644
--- a/i3lock.c
+++ b/i3lock.c
@@ -1,7 +1,7 @@
/*
* vim:ts=4:sw=4:expandtab
*
- * © 2010-2013 Michael Stapelberg
+ * © 2010 Michael Stapelberg
*
* See LICENSE for licensing information
*
@@ -793,7 +793,7 @@ int main(int argc, char *argv[]) {
while ((o = getopt_long(argc, argv, optstring, longopts, &optind)) != -1) {
switch (o) {
case 'v':
- errx(EXIT_SUCCESS, "version " VERSION " © 2010-2012 Michael Stapelberg");
+ errx(EXIT_SUCCESS, "version " VERSION " © 2010 Michael Stapelberg");
case 'n':
dont_fork = true;
break;