commit daecb7ebb295cbc44f554cb6e528f497516df67b
parent 332edf7a99c053d9d8f96a81cb5fbbce6c57253d
Author: Willy Goiffon <dev@z3bra.org>
Date: Mon, 1 Jul 2019 13:24:39 +0200
Relicense the project to ISC
Diffstat:
3 files changed, 14 insertions(+), 32 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,14 +1,13 @@
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- Version 2, December 2004
-
- Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
-
- Everyone is permitted to copy and distribute verbatim or modified
- copies of this license document, and changing it is allowed as long
- as the name is changed.
-
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. You just DO WHAT THE FUCK YOU WANT TO.
-
+Copyright (c) 2014 Willy Goiffon <contact@z3bra.org>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
diff --git a/human.1 b/human.1
@@ -44,6 +44,6 @@ The special variable SCALE will allow you to choose how many numbers you want af
134217728
.EE
.SH REPORTING BUGS
-If you encounter any bugs, feel free to report them at \fIwilly@mailoo.org\fR
+If you encounter any bugs, feel free to report them at \fIdev@z3bra.org\fR
.SH AUTHORS / CONTRIBUTORS
Willy Goiffon, Pranomostro
diff --git a/human.c b/human.c
@@ -1,20 +1,3 @@
-/*
- * DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- * Version 2, December 2004
- *
- * Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
- *
- * Everyone is permitted to copy and distribute verbatim or modified
- * copies of this license document, and changing it is allowed as double
- * as the name is changed.
- *
- * DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- * TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
- *
- * 0. You just DO WHAT THE FUCK YOU WANT TO.
- *
- */
-
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>