]> git.sur5r.net Git - i3/i3/blobdiff - include/x.h
normalize file headers across **/*.{h,c}
[i3/i3] / include / x.h
index 29a8bec20c87d26b8278937674302ebbeb78605f..2d41b4373a1586d22b7e360145e4b4577beff182 100644 (file)
@@ -1,7 +1,13 @@
 /*
  * vim:ts=4:sw=4:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ *
+ * x.c: Interface to X11, transfers our in-memory state to X11 (see also
+ *      render.c). Basically a big state machine.
+ *
  */
-
 #ifndef _X_H
 #define _X_H