From 085171ce7fb8954c8023cb59e1b494f0fd13a4b5 Mon Sep 17 00:00:00 2001 From: JP Aumasson Date: Mon, 24 Mar 2014 15:47:11 +0100 Subject: [PATCH] copyright --- main.c | 5 ++--- siphash24.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/main.c b/main.c index 12e52d4..c131453 100644 --- a/main.c +++ b/main.c @@ -1,9 +1,8 @@ /* SipHash reference C implementation - Written in 2012 by - Jean-Philippe Aumasson - Daniel J. Bernstein + Copyright (c) 2012 Jean-Philippe Aumasson + Copyright (c) 2012 Daniel J. Bernstein 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 - Daniel J. Bernstein + Copyright (c) 2012 Jean-Philippe Aumasson + Copyright (c) 2012 Daniel J. Bernstein 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