From 9f501c58d4dcdfe4d9537474ddeef4ab72143ebb Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 21 Nov 2020 23:20:34 +0100 Subject: global: update headers Signed-off-by: Jason A. Donenfeld --- tunnel/addressconfig.go | 2 +- tunnel/defaultroutemonitor.go | 2 +- tunnel/deterministicguid.go | 2 +- tunnel/firewall/blocker.go | 2 +- tunnel/firewall/helpers.go | 2 +- tunnel/firewall/mksyscall.go | 2 +- tunnel/firewall/rules.go | 2 +- tunnel/firewall/syscall_windows.go | 2 +- tunnel/firewall/types_windows.go | 2 +- tunnel/firewall/types_windows_32.go | 2 +- tunnel/firewall/types_windows_64.go | 2 +- tunnel/firewall/types_windows_test.go | 2 +- tunnel/interfacewatcher.go | 2 +- tunnel/ipcpermissions.go | 2 +- tunnel/scriptrunner.go | 2 +- tunnel/service.go | 2 +- tunnel/winipcfg/interface_change_handler.go | 2 +- tunnel/winipcfg/luid.go | 2 +- tunnel/winipcfg/mksyscall.go | 2 +- tunnel/winipcfg/netsh.go | 2 +- tunnel/winipcfg/route_change_handler.go | 2 +- tunnel/winipcfg/types.go | 2 +- tunnel/winipcfg/types_32.go | 2 +- tunnel/winipcfg/types_64.go | 2 +- tunnel/winipcfg/types_test.go | 2 +- tunnel/winipcfg/types_test_32.go | 2 +- tunnel/winipcfg/types_test_64.go | 2 +- tunnel/winipcfg/unicast_address_change_handler.go | 2 +- tunnel/winipcfg/winipcfg.go | 2 +- tunnel/winipcfg/winipcfg_test.go | 2 +- tunnel/wintun_test.go | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) (limited to 'tunnel') diff --git a/tunnel/addressconfig.go b/tunnel/addressconfig.go index c293df1b..571da9d1 100644 --- a/tunnel/addressconfig.go +++ b/tunnel/addressconfig.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package tunnel diff --git a/tunnel/defaultroutemonitor.go b/tunnel/defaultroutemonitor.go index 3af9042c..6ee95129 100644 --- a/tunnel/defaultroutemonitor.go +++ b/tunnel/defaultroutemonitor.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package tunnel diff --git a/tunnel/deterministicguid.go b/tunnel/deterministicguid.go index 8c0f34c0..03f3f2ba 100644 --- a/tunnel/deterministicguid.go +++ b/tunnel/deterministicguid.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package tunnel diff --git a/tunnel/firewall/blocker.go b/tunnel/firewall/blocker.go index 54645d24..eb3c149d 100644 --- a/tunnel/firewall/blocker.go +++ b/tunnel/firewall/blocker.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package firewall diff --git a/tunnel/firewall/helpers.go b/tunnel/firewall/helpers.go index e3a713e2..af8c576f 100644 --- a/tunnel/firewall/helpers.go +++ b/tunnel/firewall/helpers.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package firewall diff --git a/tunnel/firewall/mksyscall.go b/tunnel/firewall/mksyscall.go index 060c3b1c..aaddba99 100644 --- a/tunnel/firewall/mksyscall.go +++ b/tunnel/firewall/mksyscall.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package firewall diff --git a/tunnel/firewall/rules.go b/tunnel/firewall/rules.go index 7bca508b..8c129150 100644 --- a/tunnel/firewall/rules.go +++ b/tunnel/firewall/rules.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package firewall diff --git a/tunnel/firewall/syscall_windows.go b/tunnel/firewall/syscall_windows.go index 1d2696a1..c2ad983f 100644 --- a/tunnel/firewall/syscall_windows.go +++ b/tunnel/firewall/syscall_windows.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package firewall diff --git a/tunnel/firewall/types_windows.go b/tunnel/firewall/types_windows.go index 9192c023..4cda4145 100644 --- a/tunnel/firewall/types_windows.go +++ b/tunnel/firewall/types_windows.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package firewall diff --git a/tunnel/firewall/types_windows_32.go b/tunnel/firewall/types_windows_32.go index 0bb3bb03..ca3abf40 100644 --- a/tunnel/firewall/types_windows_32.go +++ b/tunnel/firewall/types_windows_32.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package firewall diff --git a/tunnel/firewall/types_windows_64.go b/tunnel/firewall/types_windows_64.go index 8ec8828b..68fbbc7d 100644 --- a/tunnel/firewall/types_windows_64.go +++ b/tunnel/firewall/types_windows_64.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package firewall diff --git a/tunnel/firewall/types_windows_test.go b/tunnel/firewall/types_windows_test.go index 97cb032c..6fc8021e 100644 --- a/tunnel/firewall/types_windows_test.go +++ b/tunnel/firewall/types_windows_test.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package firewall diff --git a/tunnel/interfacewatcher.go b/tunnel/interfacewatcher.go index 1f632725..6e413340 100644 --- a/tunnel/interfacewatcher.go +++ b/tunnel/interfacewatcher.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package tunnel diff --git a/tunnel/ipcpermissions.go b/tunnel/ipcpermissions.go index 613d0283..11fea6de 100644 --- a/tunnel/ipcpermissions.go +++ b/tunnel/ipcpermissions.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package tunnel diff --git a/tunnel/scriptrunner.go b/tunnel/scriptrunner.go index d34947db..ba6aec9b 100644 --- a/tunnel/scriptrunner.go +++ b/tunnel/scriptrunner.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package tunnel diff --git a/tunnel/service.go b/tunnel/service.go index e07fe139..8817751b 100644 --- a/tunnel/service.go +++ b/tunnel/service.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package tunnel diff --git a/tunnel/winipcfg/interface_change_handler.go b/tunnel/winipcfg/interface_change_handler.go index 9406c18a..514ed7f8 100644 --- a/tunnel/winipcfg/interface_change_handler.go +++ b/tunnel/winipcfg/interface_change_handler.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package winipcfg diff --git a/tunnel/winipcfg/luid.go b/tunnel/winipcfg/luid.go index 17af2d65..7611400f 100644 --- a/tunnel/winipcfg/luid.go +++ b/tunnel/winipcfg/luid.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package winipcfg diff --git a/tunnel/winipcfg/mksyscall.go b/tunnel/winipcfg/mksyscall.go index 8edb1cf2..2b0f19e4 100644 --- a/tunnel/winipcfg/mksyscall.go +++ b/tunnel/winipcfg/mksyscall.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package winipcfg diff --git a/tunnel/winipcfg/netsh.go b/tunnel/winipcfg/netsh.go index 7428d54d..3f273987 100644 --- a/tunnel/winipcfg/netsh.go +++ b/tunnel/winipcfg/netsh.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package winipcfg diff --git a/tunnel/winipcfg/route_change_handler.go b/tunnel/winipcfg/route_change_handler.go index 1b4bad95..748d704f 100644 --- a/tunnel/winipcfg/route_change_handler.go +++ b/tunnel/winipcfg/route_change_handler.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package winipcfg diff --git a/tunnel/winipcfg/types.go b/tunnel/winipcfg/types.go index 72ff75e2..b9b23ae8 100644 --- a/tunnel/winipcfg/types.go +++ b/tunnel/winipcfg/types.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package winipcfg diff --git a/tunnel/winipcfg/types_32.go b/tunnel/winipcfg/types_32.go index d5d29da6..db921c98 100644 --- a/tunnel/winipcfg/types_32.go +++ b/tunnel/winipcfg/types_32.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package winipcfg diff --git a/tunnel/winipcfg/types_64.go b/tunnel/winipcfg/types_64.go index 64c3014e..de5fafc9 100644 --- a/tunnel/winipcfg/types_64.go +++ b/tunnel/winipcfg/types_64.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package winipcfg diff --git a/tunnel/winipcfg/types_test.go b/tunnel/winipcfg/types_test.go index c7494e8c..d7aef58f 100644 --- a/tunnel/winipcfg/types_test.go +++ b/tunnel/winipcfg/types_test.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package winipcfg diff --git a/tunnel/winipcfg/types_test_32.go b/tunnel/winipcfg/types_test_32.go index 7d7aef53..c7848f80 100644 --- a/tunnel/winipcfg/types_test_32.go +++ b/tunnel/winipcfg/types_test_32.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package winipcfg diff --git a/tunnel/winipcfg/types_test_64.go b/tunnel/winipcfg/types_test_64.go index 91f07120..22ebcb6e 100644 --- a/tunnel/winipcfg/types_test_64.go +++ b/tunnel/winipcfg/types_test_64.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package winipcfg diff --git a/tunnel/winipcfg/unicast_address_change_handler.go b/tunnel/winipcfg/unicast_address_change_handler.go index 5f8f2c96..ad11e636 100644 --- a/tunnel/winipcfg/unicast_address_change_handler.go +++ b/tunnel/winipcfg/unicast_address_change_handler.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package winipcfg diff --git a/tunnel/winipcfg/winipcfg.go b/tunnel/winipcfg/winipcfg.go index 2fc0c875..f3299e9e 100644 --- a/tunnel/winipcfg/winipcfg.go +++ b/tunnel/winipcfg/winipcfg.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package winipcfg diff --git a/tunnel/winipcfg/winipcfg_test.go b/tunnel/winipcfg/winipcfg_test.go index f3c5cf24..ee7cfd66 100644 --- a/tunnel/winipcfg/winipcfg_test.go +++ b/tunnel/winipcfg/winipcfg_test.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ /* diff --git a/tunnel/wintun_test.go b/tunnel/wintun_test.go index 11d7ab2c..009102ef 100644 --- a/tunnel/wintun_test.go +++ b/tunnel/wintun_test.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package tunnel_test -- cgit v1.2.3-59-g8ed1b