aboutsummaryrefslogtreecommitdiffstats
path: root/nthash.c
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-11-25 10:32:12 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-11-25 10:32:12 +0100
commit2e383c533c41cbfb37f65db50e5a76a5437b01bc (patch)
treed3cbfe2d733829c7720e3b08d2566574189cd994 /nthash.c
parent20e5e2d6fc1cb4f11bfc3d5be0c161f715bfcc4c (diff)
downloadnthash-2e383c533c41cbfb37f65db50e5a76a5437b01bc.tar.gz
nthash-2e383c533c41cbfb37f65db50e5a76a5437b01bc.tar.zst
clearly state the license
Diffstat (limited to 'nthash.c')
-rw-r--r--nthash.c17
1 files changed, 14 insertions, 3 deletions
diff --git a/nthash.c b/nthash.c
index 84d7585..0ff9320 100644
--- a/nthash.c
+++ b/nthash.c
@@ -1,11 +1,22 @@
/*
* (C) 2012-2020 by Christian Hesse <mail@eworm.de>
*
- * This software may be used and distributed according to the terms
- * of the GNU General Public License, incorporated herein by reference.
- *
* Base on an example from:
* http://www.lysator.liu.se/~nisse/nettle/nettle.html#Example
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
*/
#include <stdio.h>