summaryrefslogtreecommitdiff
path: root/xcb.c
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2015-04-21 22:51:58 +0200
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2015-04-21 22:51:58 +0200
commit02f3d44dcf8114a3ac9e3b9dd45326ceb095a8e8 (patch)
tree329f93a4d0f7dc1d3264746ab48bb4a013a70d75 /xcb.c
parentcb1b06f351c8b7225fd8115b468ddd270f0adb7e (diff)
parentdda29f93a1bf26a7c696377126deb9eb4d1af8ca (diff)
Merge pull request #11 from Deiz/update-notices
Update copyright notices and get rid of ranges
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 6731137..e3a33b8 100644
--- 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.