diff options
Diffstat (limited to 'src/compat')
-rw-r--r-- | src/compat/Kbuild.include | 2 | ||||
-rw-r--r-- | src/compat/checksum/checksum_partial_compat.h | 2 | ||||
-rw-r--r-- | src/compat/compat-asm.h | 2 | ||||
-rw-r--r-- | src/compat/compat.h | 2 | ||||
-rw-r--r-- | src/compat/siphash/include/linux/siphash.h | 2 | ||||
-rw-r--r-- | src/compat/siphash/siphash.c | 2 | ||||
-rw-r--r-- | src/compat/udp_tunnel/udp_tunnel_partial_compat.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/compat/Kbuild.include b/src/compat/Kbuild.include index ce319d6..863cd28 100644 --- a/src/compat/Kbuild.include +++ b/src/compat/Kbuild.include @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 # -# Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. +# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. ifeq ($(wildcard $(src)/compat/compat.h),) ccflags-y += -include $(srctree)/$(src)/compat/compat.h diff --git a/src/compat/checksum/checksum_partial_compat.h b/src/compat/checksum/checksum_partial_compat.h index 115cf07..0aee99c 100644 --- a/src/compat/checksum/checksum_partial_compat.h +++ b/src/compat/checksum/checksum_partial_compat.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 * - * Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ #include <net/route.h> diff --git a/src/compat/compat-asm.h b/src/compat/compat-asm.h index 418c566..73bbfbc 100644 --- a/src/compat/compat-asm.h +++ b/src/compat/compat-asm.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 * - * Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ #ifndef _WG_COMPATASM_H diff --git a/src/compat/compat.h b/src/compat/compat.h index 7bd3e50..ba251a0 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 * - * Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ #ifndef _WG_COMPAT_H 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. * diff --git a/src/compat/udp_tunnel/udp_tunnel_partial_compat.h b/src/compat/udp_tunnel/udp_tunnel_partial_compat.h index 230b3cd..3498e50 100644 --- a/src/compat/udp_tunnel/udp_tunnel_partial_compat.h +++ b/src/compat/udp_tunnel/udp_tunnel_partial_compat.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 * - * Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0) |