]> git.sur5r.net Git - i3/i3lock/commitdiff
Update copyright notices and get rid of ranges 11/head
authorDeiz <silverwraithii@gmail.com>
Tue, 21 Apr 2015 15:47:51 +0000 (11:47 -0400)
committerDeiz <silverwraithii@gmail.com>
Tue, 21 Apr 2015 15:53:09 +0000 (11:53 -0400)
The script used to make these changes can be found at:

   https://gist.github.com/Deiz/32322020f76d23e2bf8f

i3lock.c
unlock_indicator.c
xcb.c
xinerama.c

index bd2e138f3ef011ecb7e1cbf478312b45a624ef00..0909dd0fc71988d10f4a78516e494b40cd75b672 100644 (file)
--- a/i3lock.c
+++ b/i3lock.c
@@ -1,7 +1,7 @@
 /*
  * vim:ts=4:sw=4:expandtab
  *
 /*
  * vim:ts=4:sw=4:expandtab
  *
- * © 2010-2013 Michael Stapelberg
+ * © 2010 Michael Stapelberg
  *
  * See LICENSE for licensing information
  *
  *
  * 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':
     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;
             case 'n':
                 dont_fork = true;
                 break;
index c2eeafd953248e8d4747e776d9008ae890ef75c7..a81cef8635deb06132ff76c660013937bc0142cc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * vim:ts=4:sw=4:expandtab
  *
 /*
  * vim:ts=4:sw=4:expandtab
  *
- * © 2010-2014 Michael Stapelberg
+ * © 2010 Michael Stapelberg
  *
  * See LICENSE for licensing information
  *
  *
  * See LICENSE for licensing information
  *
diff --git a/xcb.c b/xcb.c
index 6731137f2e4070880a1a581ddd9873830c07fcce..e3a33b87600e444c27892d63e9a51b5f84f82e99 100644 (file)
--- a/xcb.c
+++ b/xcb.c
@@ -1,7 +1,7 @@
 /*
  * vim:ts=4:sw=4:expandtab
  *
 /*
  * 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.
  *
  * xcb.c: contains all functions which use XCB to talk to X11. Mostly wrappers
  *        around the rather complicated/ugly parts of the XCB API.
index 7d4b2e7efbc252e44d7d1480649d517e34f93fa7..3a1c7565b6377cd8acf494d902f0b0be1fa71979 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * vim:ts=4:sw=4:expandtab
  *
 /*
  * vim:ts=4:sw=4:expandtab
  *
- * © 2010-2012 Michael Stapelberg
+ * © 2010 Michael Stapelberg
  *
  * See LICENSE for licensing information
  *
  *
  * See LICENSE for licensing information
  *