diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-01-28 17:52:15 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-01-28 17:52:15 +0100 |
commit | d4112d9096f4bdd68f1a109bb12df82f5f4ca5a0 (patch) | |
tree | 1b85db8cd0e65dc4c26d4b0415361fbbe8e2724e /tun/wintun | |
parent | bf3bb888512e74bee0b79bd38826cb019ca2a0ee (diff) |
global: bump copyright
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tun/wintun')
-rw-r--r-- | tun/wintun/dll_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/memmod/memmod_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/memmod/memmod_windows_32.go | 2 | ||||
-rw-r--r-- | tun/wintun/memmod/memmod_windows_386.go | 2 | ||||
-rw-r--r-- | tun/wintun/memmod/memmod_windows_64.go | 2 | ||||
-rw-r--r-- | tun/wintun/memmod/memmod_windows_amd64.go | 2 | ||||
-rw-r--r-- | tun/wintun/memmod/memmod_windows_arm.go | 2 | ||||
-rw-r--r-- | tun/wintun/memmod/memmod_windows_arm64.go | 2 | ||||
-rw-r--r-- | tun/wintun/memmod/mksyscall.go | 2 | ||||
-rw-r--r-- | tun/wintun/memmod/syscall_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/memmod/syscall_windows_32.go | 2 | ||||
-rw-r--r-- | tun/wintun/memmod/syscall_windows_64.go | 2 | ||||
-rw-r--r-- | tun/wintun/resource/mksyscall.go | 2 | ||||
-rw-r--r-- | tun/wintun/resource/resource_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/session_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/wintun_windows.go | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/tun/wintun/dll_windows.go b/tun/wintun/dll_windows.go index dd97bbc..1ecd6d0 100644 --- a/tun/wintun/dll_windows.go +++ b/tun/wintun/dll_windows.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package wintun diff --git a/tun/wintun/memmod/memmod_windows.go b/tun/wintun/memmod/memmod_windows.go index d0b4741..a9514c4 100644 --- a/tun/wintun/memmod/memmod_windows.go +++ b/tun/wintun/memmod/memmod_windows.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package memmod diff --git a/tun/wintun/memmod/memmod_windows_32.go b/tun/wintun/memmod/memmod_windows_32.go index bb0f5e3..ac76bdc 100644 --- a/tun/wintun/memmod/memmod_windows_32.go +++ b/tun/wintun/memmod/memmod_windows_32.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package memmod diff --git a/tun/wintun/memmod/memmod_windows_386.go b/tun/wintun/memmod/memmod_windows_386.go index 16f3672..475c5c5 100644 --- a/tun/wintun/memmod/memmod_windows_386.go +++ b/tun/wintun/memmod/memmod_windows_386.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package memmod diff --git a/tun/wintun/memmod/memmod_windows_64.go b/tun/wintun/memmod/memmod_windows_64.go index 43c0553..a620368 100644 --- a/tun/wintun/memmod/memmod_windows_64.go +++ b/tun/wintun/memmod/memmod_windows_64.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package memmod diff --git a/tun/wintun/memmod/memmod_windows_amd64.go b/tun/wintun/memmod/memmod_windows_amd64.go index 934ae8e..a021a63 100644 --- a/tun/wintun/memmod/memmod_windows_amd64.go +++ b/tun/wintun/memmod/memmod_windows_amd64.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package memmod diff --git a/tun/wintun/memmod/memmod_windows_arm.go b/tun/wintun/memmod/memmod_windows_arm.go index 301f1b4..4637a01 100644 --- a/tun/wintun/memmod/memmod_windows_arm.go +++ b/tun/wintun/memmod/memmod_windows_arm.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package memmod diff --git a/tun/wintun/memmod/memmod_windows_arm64.go b/tun/wintun/memmod/memmod_windows_arm64.go index 82fd2a6..b8f1259 100644 --- a/tun/wintun/memmod/memmod_windows_arm64.go +++ b/tun/wintun/memmod/memmod_windows_arm64.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package memmod diff --git a/tun/wintun/memmod/mksyscall.go b/tun/wintun/memmod/mksyscall.go index 81400ea..a78f613 100644 --- a/tun/wintun/memmod/mksyscall.go +++ b/tun/wintun/memmod/mksyscall.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package memmod diff --git a/tun/wintun/memmod/syscall_windows.go b/tun/wintun/memmod/syscall_windows.go index 0b29cb9..11715c0 100644 --- a/tun/wintun/memmod/syscall_windows.go +++ b/tun/wintun/memmod/syscall_windows.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package memmod diff --git a/tun/wintun/memmod/syscall_windows_32.go b/tun/wintun/memmod/syscall_windows_32.go index 09407c7..a96d81b 100644 --- a/tun/wintun/memmod/syscall_windows_32.go +++ b/tun/wintun/memmod/syscall_windows_32.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package memmod diff --git a/tun/wintun/memmod/syscall_windows_64.go b/tun/wintun/memmod/syscall_windows_64.go index 14a8b08..521262c 100644 --- a/tun/wintun/memmod/syscall_windows_64.go +++ b/tun/wintun/memmod/syscall_windows_64.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package memmod diff --git a/tun/wintun/resource/mksyscall.go b/tun/wintun/resource/mksyscall.go index 9235614..2013f24 100644 --- a/tun/wintun/resource/mksyscall.go +++ b/tun/wintun/resource/mksyscall.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package resource diff --git a/tun/wintun/resource/resource_windows.go b/tun/wintun/resource/resource_windows.go index b797e1f..f637518 100644 --- a/tun/wintun/resource/resource_windows.go +++ b/tun/wintun/resource/resource_windows.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package resource diff --git a/tun/wintun/session_windows.go b/tun/wintun/session_windows.go index 5b24fa5..ffa9380 100644 --- a/tun/wintun/session_windows.go +++ b/tun/wintun/session_windows.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package wintun diff --git a/tun/wintun/wintun_windows.go b/tun/wintun/wintun_windows.go index afbbe76..6c5a00d 100644 --- a/tun/wintun/wintun_windows.go +++ b/tun/wintun/wintun_windows.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package wintun |