From ddb82700a810c3f929e5a2fff00254b29eadc689 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 3 Jan 2018 21:58:00 +0100 Subject: global: year bump --- src/compat/Kbuild.include | 2 +- src/compat/checksum/checksum_partial_compat.h | 2 +- src/compat/compat-asm.h | 2 +- src/compat/compat.h | 2 +- src/compat/siphash/include/linux/siphash.h | 2 +- src/compat/siphash/siphash.c | 2 +- src/compat/udp_tunnel/udp_tunnel_partial_compat.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/compat') 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 . All Rights Reserved. +# Copyright (C) 2015-2018 Jason A. Donenfeld . 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 . All Rights Reserved. + * Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. */ #include 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 . All Rights Reserved. + * Copyright (C) 2015-2018 Jason A. Donenfeld . 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 . All Rights Reserved. + * Copyright (C) 2015-2018 Jason A. Donenfeld . 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 . All Rights Reserved. +/* Copyright (C) 2015-2018 Jason A. Donenfeld . 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 . All Rights Reserved. +/* Copyright (C) 2015-2018 Jason A. Donenfeld . 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 . All Rights Reserved. + * Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. */ #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0) -- cgit v1.2.3-59-g8ed1b