aboutsummaryrefslogtreecommitdiffstats
path: root/nthash.c
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-07-05 11:38:27 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-07-05 11:38:27 +0200
commit6f4e957435a6c079ad8a5f7aa197af568930cd43 (patch)
treea5c0fc63986b5669c608a14b37ae2d68095e4341 /nthash.c
parent86d04e087b81dc4d19aa72ec4172532cd5d146c4 (diff)
downloadnthash-6f4e957435a6c079ad8a5f7aa197af568930cd43.tar.gz
nthash-6f4e957435a6c079ad8a5f7aa197af568930cd43.tar.zst
update file header
Diffstat (limited to 'nthash.c')
-rw-r--r--nthash.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/nthash.c b/nthash.c
index 6696636..3e925c2 100644
--- a/nthash.c
+++ b/nthash.c
@@ -1,6 +1,12 @@
-/* (c) 2012-2013 Christian Hesse <mail@eworm.de>
+/*
+ * (C) 2012-2013 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 */
+ * http://www.lysator.liu.se/~nisse/nettle/nettle.html#Example
+ */
#include <stdio.h>
#include <stdlib.h>