]> git.sur5r.net Git - i3/i3lock/commitdiff
change ALL the copyrights!
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 3 Jan 2012 18:20:37 +0000 (18:20 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 3 Jan 2012 18:20:37 +0000 (18:20 +0000)
i3lock.1
i3lock.c
ucs2_to_utf8.c
xcb.c

index b4d18e2dcb9b37626ee3b5179e5f6679aa377427..36c9ae65ee90bf5a7af0032cfd9d4a84363e924e 100644 (file)
--- a/i3lock.1
+++ b/i3lock.1
@@ -8,7 +8,7 @@
 .fi
 ..
 
-.TH i3lock 1 "JULY 2011" Linux "User Manuals"
+.TH i3lock 1 "JANUARY 2012" Linux "User Manuals"
 
 .SH NAME
 i3lock \- improved screen locker
index a0560918a718cf4da0ec18c2683730a85cfb9b69..84c195dea0a639895274d8abfab4b17933fdba56 100644 (file)
--- a/i3lock.c
+++ b/i3lock.c
@@ -1,7 +1,7 @@
 /*
  * vim:ts=4:sw=4:expandtab
  *
- * © 2010-2011 Michael Stapelberg
+ * © 2010-2012 Michael Stapelberg
  *
  * See LICENSE for licensing information
  *
@@ -765,7 +765,7 @@ int main(int argc, char *argv[]) {
         , longopts, &optind)) != -1) {
         switch (o) {
         case 'v':
-            errx(EXIT_SUCCESS, "version " VERSION " © 2010-2011 Michael Stapelberg");
+            errx(EXIT_SUCCESS, "version " VERSION " © 2010-2012 Michael Stapelberg");
         case 'n':
             dont_fork = true;
             break;
index 8869bf0b747c7fd212811835d70ac26cb28a23ae..ab56bf2b41dcc8dd66a1837bdf0d098db420b522 100644 (file)
@@ -3,7 +3,7 @@
  *
  * i3 - an improved dynamic tiling window manager
  *
- * © 2009-2011 Michael Stapelberg and contributors
+ * © 2009-2012 Michael Stapelberg and contributors
  *
  * See file LICENSE for license information.
  *
diff --git a/xcb.c b/xcb.c
index 0e04164c22c75c0c8c2fd4c66f5eedddc64e3317..65493a332ad98500e837b7483a0661cf85eb053c 100644 (file)
--- a/xcb.c
+++ b/xcb.c
@@ -1,7 +1,7 @@
 /*
  * vim:ts=4:sw=4:expandtab
  *
- * © 2010-2011 Michael Stapelberg
+ * © 2010-2012 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.