diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-11-18 06:22:00 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-11-21 01:00:07 +0100 |
commit | e6e1fd126c90749576473c235c69e89657f4d78f (patch) | |
tree | 12e90877d542dcd998b8d590a9b4a6f73c29d37d /src/main.c | |
parent | a361c3b6fd1f9fe282e86b70f302610e985b3892 (diff) |
headers: cleanup notices
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,4 +1,4 @@ -/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ +/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ #include "version.h" #include "device.h" @@ -45,7 +45,7 @@ static int __init mod_init(void) } pr_info("WireGuard " WIREGUARD_VERSION " loaded. See www.wireguard.io for information.\n"); - pr_info("(C) Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.\n"); + pr_info("Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.\n"); return ret; } |