diff options
Diffstat (limited to 'tun/wintun/namespaceapi')
-rw-r--r-- | tun/wintun/namespaceapi/mksyscall.go | 2 | ||||
-rw-r--r-- | tun/wintun/namespaceapi/namespaceapi_windows.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tun/wintun/namespaceapi/mksyscall.go b/tun/wintun/namespaceapi/mksyscall.go index 93d43b0..8ea3085 100644 --- a/tun/wintun/namespaceapi/mksyscall.go +++ b/tun/wintun/namespaceapi/mksyscall.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. */ package namespaceapi diff --git a/tun/wintun/namespaceapi/namespaceapi_windows.go b/tun/wintun/namespaceapi/namespaceapi_windows.go index a3a6274..e71077c 100644 --- a/tun/wintun/namespaceapi/namespaceapi_windows.go +++ b/tun/wintun/namespaceapi/namespaceapi_windows.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. */ package namespaceapi |