From 7288a03edd8be6f099dac579599af7ac32e6acf8 Mon Sep 17 00:00:00 2001 From: Simon Morgan Date: Tue, 5 Aug 2008 02:03:51 +0100 Subject: [PATCH] Use WTFPL. --- main.c | 6 ++++++ util.c | 6 ++++++ util.h | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/main.c b/main.c index 851bf16..0f7e383 100644 --- 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 #include diff --git a/util.c b/util.c index d8165a1..8da696e 100644 --- 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 #include #include diff --git a/util.h b/util.h index 7c60842..ca0a241 100644 --- 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); -- 2.11.4.GIT