]> git.sur5r.net Git - i3/i3lock/commitdiff
bump copyright
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 13 Mar 2011 19:23:39 +0000 (20:23 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 13 Mar 2011 19:23:39 +0000 (20:23 +0100)
debian/copyright
i3lock.c
ucs2_to_utf8.c
xcb.c

index 49e4d6f6db69aea513b627419290744e1e5bbaa4..e4a9b570288fb32219463672da6a21bdffc87914 100644 (file)
@@ -1,7 +1,7 @@
 This Debian package is based on a tarball downloaded from
 http://i3.zekjur.net/i3lock
 
-Copyright © 2010, Michael Stapelberg
+Copyright © 2010-2011, Michael Stapelberg
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index c645a0054243333c581c980bbdf784b4d5073ac3..c8341d6c328fb69495febbcbbe191225d923595d 100644 (file)
--- a/i3lock.c
+++ b/i3lock.c
@@ -1,7 +1,7 @@
 /*
  * vim:ts=4:sw=4:expandtab
  *
- * © 2010 Michael Stapelberg
+ * © 2010-2011 Michael Stapelberg
  *
  * See LICENSE for licensing information
  *
@@ -313,7 +313,7 @@ int main(int argc, char *argv[]) {
         , longopts, &optind)) != -1) {
         switch (o) {
         case 'v':
-            errx(EXIT_SUCCESS, "version " VERSION " © 2010 Michael Stapelberg\n");
+            errx(EXIT_SUCCESS, "version " VERSION " © 2010-2011 Michael Stapelberg\n");
         case 'n':
             dont_fork = true;
             break;
index 4624ee66e4d176bd986540c81f95adb5077ba9c5..8869bf0b747c7fd212811835d70ac26cb28a23ae 100644 (file)
@@ -3,7 +3,7 @@
  *
  * i3 - an improved dynamic tiling window manager
  *
- * © 2009-2010 Michael Stapelberg and contributors
+ * © 2009-2011 Michael Stapelberg and contributors
  *
  * See file LICENSE for license information.
  *
diff --git a/xcb.c b/xcb.c
index 95870525c7de3db7ccc91d5b7631550835b56000..32077e133b0285f0bb4d5f822643ef5590750b4d 100644 (file)
--- a/xcb.c
+++ b/xcb.c
@@ -1,7 +1,7 @@
 /*
  * vim:ts=4:sw=4:expandtab
  *
- * © 2010 Michael Stapelberg
+ * © 2010-2011 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.