]> git.sur5r.net Git - i3/i3/blobdiff - libi3/get_exe_path.c
Merge branch 'release-4.16.1'
[i3/i3] / libi3 / get_exe_path.c
index ef8f23bc25a1915385647f96656a9d4586cb6494..e933f5b62a10e1ae0fef263b32f7125aa8ccbd7a 100644 (file)
@@ -1,3 +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 <unistd.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
 
-#include "libi3.h"
-
 /*
  * This function returns the absolute path to the executable it is running in.
  *
- * The implementation follows http://stackoverflow.com/a/933996/712014
+ * The implementation follows https://stackoverflow.com/a/933996/712014
  *
  * Returned value must be freed by the caller.
  */