diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-01-02 01:58:10 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-01-07 19:26:10 -0500 |
commit | 962d7c947da268bec508bd17a1b6d5e4df07b943 (patch) | |
tree | 9a4eb35862ab8fa045f0163cc908b73986263242 /src/main.c | |
parent | fd3276b09caec20156775965f2abf267f044b909 (diff) |
global: update copyright
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ #include "version.h" @@ -43,7 +43,7 @@ static int __init mod_init(void) goto err_netlink; pr_info("WireGuard " WIREGUARD_VERSION " loaded. See www.wireguard.com for information.\n"); - pr_info("Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.\n"); + pr_info("Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.\n"); return 0; |