diff options
Diffstat (limited to 'conn_linux.go')
-rw-r--r-- | conn_linux.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conn_linux.go b/conn_linux.go index 0849920..305039d 100644 --- a/conn_linux.go +++ b/conn_linux.go @@ -1,8 +1,8 @@ // +build !android -/* SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. * * This implements userspace semantics of "sticky sockets", modeled after * WireGuard's kernelspace implementation. This is more or less a straight port |