i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 02f3d44dcf8114a3ac9e3b9dd45326ceb095a8e8
parent cb1b06f351c8b7225fd8115b468ddd270f0adb7e
Author: Michael Stapelberg <stapelberg@users.noreply.github.com>
Date:   Tue, 21 Apr 2015 22:51:58 +0200

Merge pull request #11 from Deiz/update-notices

Update copyright notices and get rid of ranges
Diffstat:
Mi3lock.c | 4++--
Munlock_indicator.c | 2+-
Mxcb.c | 2+-
Mxinerama.c | 2+-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git 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;
diff --git a/unlock_indicator.c b/unlock_indicator.c
@@ -1,7 +1,7 @@
 /*
  * vim:ts=4:sw=4:expandtab
  *
- * © 2010-2014 Michael Stapelberg
+ * © 2010 Michael Stapelberg
  *
  * See LICENSE for licensing information
  *
diff --git a/xcb.c b/xcb.c
@@ -1,7 +1,7 @@
 /*
  * vim:ts=4:sw=4:expandtab
  *
- * © 2010-2012 Michael Stapelberg
+ * © 2010 Michael Stapelberg
  *
  * xcb.c: contains all functions which use XCB to talk to X11. Mostly wrappers
  *        around the rather complicated/ugly parts of the XCB API.
diff --git a/xinerama.c b/xinerama.c
@@ -1,7 +1,7 @@
 /*
  * vim:ts=4:sw=4:expandtab
  *
- * © 2010-2012 Michael Stapelberg
+ * © 2010 Michael Stapelberg
  *
  * See LICENSE for licensing information
  *