Use WTFPL.
authorSimon Morgan <[email protected]>
Tue, 5 Aug 2008 01:03:51 +0000 (5 02:03 +0100)
committerSimon Morgan <[email protected]>
Tue, 5 Aug 2008 01:03:51 +0000 (5 02:03 +0100)
main.c
util.c
util.h

diff --git a/main.c b/main.c
index 851bf16..0f7e383 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,3 +1,9 @@
+/* This program is free software. It comes without any warranty, to
+ * the extent permitted by applicable law. You can redistribute it
+ * and/or modify it under the terms of the Do What The Fuck You Want
+ * To Public License, Version 2, as published by Sam Hocevar. See
+ * http://sam.zoy.org/wtfpl/COPYING for more details. */
+
 #include <sys/stat.h>
 
 #include <err.h>
diff --git a/util.c b/util.c
index d8165a1..8da696e 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,3 +1,9 @@
+/* This program is free software. It comes without any warranty, to
+ * the extent permitted by applicable law. You can redistribute it
+ * and/or modify it under the terms of the Do What The Fuck You Want
+ * To Public License, Version 2, as published by Sam Hocevar. See
+ * http://sam.zoy.org/wtfpl/COPYING for more details. */
+
 #include <err.h>
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/util.h b/util.h
index 7c60842..ca0a241 100644 (file)
--- a/util.h
+++ b/util.h
@@ -1 +1,7 @@
+/* This program is free software. It comes without any warranty, to
+ * the extent permitted by applicable law. You can redistribute it
+ * and/or modify it under the terms of the Do What The Fuck You Want
+ * To Public License, Version 2, as published by Sam Hocevar. See
+ * http://sam.zoy.org/wtfpl/COPYING for more details. */
+
 void *emalloc(size_t);