diff options
author | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2014-03-24 15:47:11 +0100 |
---|---|---|
committer | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2014-03-24 15:47:11 +0100 |
commit | 085171ce7fb8954c8023cb59e1b494f0fd13a4b5 (patch) | |
tree | 98347708e6d1670b3c3af2c868fa352ab8308966 | |
parent | no $ (diff) | |
download | siphash-085171ce7fb8954c8023cb59e1b494f0fd13a4b5.tar.gz siphash-085171ce7fb8954c8023cb59e1b494f0fd13a4b5.tar.xz |
copyright
-rw-r--r-- | main.c | 5 | ||||
-rw-r--r-- | siphash24.c | 5 |
2 files changed, 4 insertions, 6 deletions
@@ -1,9 +1,8 @@ /* SipHash reference C implementation - Written in 2012 by - Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> - Daniel J. Bernstein <djb@cr.yp.to> + Copyright (c) 2012 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> + Copyright (c) 2012 Daniel J. Bernstein <djb@cr.yp.to> To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain diff --git a/siphash24.c b/siphash24.c index 6ebe360..a260dcb 100644 --- a/siphash24.c +++ b/siphash24.c @@ -1,9 +1,8 @@ /* SipHash reference C implementation - Written in 2012 by - Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> - Daniel J. Bernstein <djb@cr.yp.to> + Copyright (c) 2012 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> + Copyright (c) 2012 Daniel J. Bernstein <djb@cr.yp.to> To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain |