diff options
author | Christian Hesse <mail@eworm.de> | 2013-07-05 11:38:27 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-07-05 11:38:27 +0200 |
commit | 6f4e957435a6c079ad8a5f7aa197af568930cd43 (patch) | |
tree | a5c0fc63986b5669c608a14b37ae2d68095e4341 | |
parent | 86d04e087b81dc4d19aa72ec4172532cd5d146c4 (diff) | |
download | nthash-6f4e957435a6c079ad8a5f7aa197af568930cd43.tar.gz nthash-6f4e957435a6c079ad8a5f7aa197af568930cd43.tar.zst |
update file header
-rw-r--r-- | nthash.c | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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> |