aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/main.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-01-10 06:36:19 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-01-10 06:36:19 +0100
commite15641092dac985d8e53dca9f7b6298b930c164f (patch)
tree6813732e78844e74c0de2351db1901597699f960 /src/main.c
parentuapi: use sockaddr union instead of sockaddr_storage (diff)
downloadwireguard-monolithic-historical-e15641092dac985d8e53dca9f7b6298b930c164f.tar.xz
wireguard-monolithic-historical-e15641092dac985d8e53dca9f7b6298b930c164f.zip
Update copyright
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 4cdb2e7..13a801f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
#include "version.h"
#include "device.h"
@@ -40,7 +40,7 @@ static int __init mod_init(void)
goto err_device;
pr_info("WireGuard " WIREGUARD_VERSION " loaded. See www.wireguard.io for information.\n");
- pr_info("Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.\n");
+ pr_info("Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.\n");
return 0;