summaryrefslogtreecommitdiff
path: root/xcb.c
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2011-03-13 20:23:39 +0100
committerMichael Stapelberg <michael@stapelberg.de>2011-03-13 20:23:39 +0100
commit7128f80020a65b9e600f1791e2891f27793b2e52 (patch)
tree5123a212ca60bdf571314605dc23e44066da4ed4 /xcb.c
parentc14cb4a250d1b4ad63a741d4868ad7f06ff4bd3f (diff)
bump copyright
Diffstat (limited to 'xcb.c')
-rw-r--r--xcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcb.c b/xcb.c
index 9587052..32077e1 100644
--- 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.