diff options
Diffstat (limited to 'contrib/examples/sticky-sockets/sticky-sockets.c')
-rw-r--r-- | contrib/examples/sticky-sockets/sticky-sockets.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/examples/sticky-sockets/sticky-sockets.c b/contrib/examples/sticky-sockets/sticky-sockets.c index 879b296..d856ef2 100644 --- a/contrib/examples/sticky-sockets/sticky-sockets.c +++ b/contrib/examples/sticky-sockets/sticky-sockets.c @@ -1,6 +1,6 @@ -/* SPDX-License-Identifier: GPL-2.0 - * - * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. * * This implements userspace semantics of "sticky sockets", modeled after * WireGuard's kernelspace implementation. |