]> git.sur5r.net Git - i3/i3/blobdiff - libi3/mkdirp.c
Merge pull request #2507 from stapelberg/autotools
[i3/i3] / libi3 / mkdirp.c
index c64b80a3352b97de1ac5e1ec6f21558812e668b7..1fc8c34607222ad381b269fad2fed20e1ad81bdc 100644 (file)
@@ -1,4 +1,12 @@
+/*
+ * vim:ts=4:sw=4:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
+ *
+ */
 #include "libi3.h"
+
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>