aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>