aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/compat/siphash
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-01-03 21:58:00 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-01-03 21:58:00 +0100
commitddb82700a810c3f929e5a2fff00254b29eadc689 (patch)
tree622657a72476a9187303641729b1f0433f01171d /src/compat/siphash
parentreceive: treat packet checking as irrelevant for timers (diff)
downloadwireguard-monolithic-historical-ddb82700a810c3f929e5a2fff00254b29eadc689.tar.xz
wireguard-monolithic-historical-ddb82700a810c3f929e5a2fff00254b29eadc689.zip
global: year bump
Diffstat (limited to 'src/compat/siphash')
-rw-r--r--src/compat/siphash/include/linux/siphash.h2
-rw-r--r--src/compat/siphash/siphash.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/compat/siphash/include/linux/siphash.h b/src/compat/siphash/include/linux/siphash.h
index 43aeaa0..ac8f53c 100644
--- a/src/compat/siphash/include/linux/siphash.h
+++ b/src/compat/siphash/include/linux/siphash.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+/* Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*
* This file is provided under a dual BSD/GPLv2 license.
*
diff --git a/src/compat/siphash/siphash.c b/src/compat/siphash/siphash.c
index 0d4309b..a9b4dff 100644
--- a/src/compat/siphash/siphash.c
+++ b/src/compat/siphash/siphash.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+/* Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*
* This file is provided under a dual BSD/GPLv2 license.
*