From db0aa39b765243c6a4ac9a2e348311df9517c0bf Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 2 May 2020 02:08:26 -0600 Subject: global: update header comments and modules Signed-off-by: Jason A. Donenfeld --- tun/operateonfd.go | 2 +- tun/tun.go | 2 +- tun/tun_darwin.go | 2 +- tun/tun_freebsd.go | 2 +- tun/tun_linux.go | 2 +- tun/tun_openbsd.go | 2 +- tun/tun_windows.go | 2 +- tun/tuntest/tuntest.go | 2 +- tun/wintun/iphlpapi/conversion_windows.go | 2 +- tun/wintun/iphlpapi/mksyscall.go | 2 +- tun/wintun/namespace_windows.go | 2 +- tun/wintun/namespaceapi/mksyscall.go | 2 +- tun/wintun/namespaceapi/namespaceapi_windows.go | 2 +- tun/wintun/nci/mksyscall.go | 2 +- tun/wintun/nci/nci_windows.go | 2 +- tun/wintun/registry/mksyscall.go | 2 +- tun/wintun/registry/registry_windows.go | 2 +- tun/wintun/registry/registry_windows_test.go | 2 +- tun/wintun/ring_windows.go | 2 +- tun/wintun/setupapi/mksyscall.go | 2 +- tun/wintun/setupapi/setupapi_windows.go | 2 +- tun/wintun/setupapi/setupapi_windows_test.go | 2 +- tun/wintun/setupapi/types32_windows.go | 2 +- tun/wintun/setupapi/types64_windows.go | 2 +- tun/wintun/setupapi/types_windows.go | 2 +- tun/wintun/setupapi/zsetupapi_windows_test.go | 2 +- tun/wintun/wintun_windows.go | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) (limited to 'tun') diff --git a/tun/operateonfd.go b/tun/operateonfd.go index 31747a2..ed7e633 100644 --- a/tun/operateonfd.go +++ b/tun/operateonfd.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package tun diff --git a/tun/tun.go b/tun/tun.go index 5395bdb..4f6848f 100644 --- a/tun/tun.go +++ b/tun/tun.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package tun diff --git a/tun/tun_darwin.go b/tun/tun_darwin.go index f19a7df..52b4070 100644 --- a/tun/tun_darwin.go +++ b/tun/tun_darwin.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package tun diff --git a/tun/tun_freebsd.go b/tun/tun_freebsd.go index 6cf9313..c312219 100644 --- a/tun/tun_freebsd.go +++ b/tun/tun_freebsd.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package tun diff --git a/tun/tun_linux.go b/tun/tun_linux.go index 179635a..791e0be 100644 --- a/tun/tun_linux.go +++ b/tun/tun_linux.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package tun diff --git a/tun/tun_openbsd.go b/tun/tun_openbsd.go index 44cedaa..2003420 100644 --- a/tun/tun_openbsd.go +++ b/tun/tun_openbsd.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package tun diff --git a/tun/tun_windows.go b/tun/tun_windows.go index b16dbb7..5a52c56 100644 --- a/tun/tun_windows.go +++ b/tun/tun_windows.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2018-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved. */ package tun diff --git a/tun/tuntest/tuntest.go b/tun/tuntest/tuntest.go index bdd96ac..e94c6d8 100644 --- a/tun/tuntest/tuntest.go +++ b/tun/tuntest/tuntest.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package tuntest diff --git a/tun/wintun/iphlpapi/conversion_windows.go b/tun/wintun/iphlpapi/conversion_windows.go index a19e961..d2db8a3 100644 --- a/tun/wintun/iphlpapi/conversion_windows.go +++ b/tun/wintun/iphlpapi/conversion_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 iphlpapi diff --git a/tun/wintun/iphlpapi/mksyscall.go b/tun/wintun/iphlpapi/mksyscall.go index fc7dba4..8ffc0d4 100644 --- a/tun/wintun/iphlpapi/mksyscall.go +++ b/tun/wintun/iphlpapi/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 iphlpapi diff --git a/tun/wintun/namespace_windows.go b/tun/wintun/namespace_windows.go index 5f8a041..302ad45 100644 --- a/tun/wintun/namespace_windows.go +++ b/tun/wintun/namespace_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 wintun 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 diff --git a/tun/wintun/nci/mksyscall.go b/tun/wintun/nci/mksyscall.go index 019da93..129e015 100644 --- a/tun/wintun/nci/mksyscall.go +++ b/tun/wintun/nci/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 nci diff --git a/tun/wintun/nci/nci_windows.go b/tun/wintun/nci/nci_windows.go index 9dc6699..dc9733c 100644 --- a/tun/wintun/nci/nci_windows.go +++ b/tun/wintun/nci/nci_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 nci diff --git a/tun/wintun/registry/mksyscall.go b/tun/wintun/registry/mksyscall.go index 6ad82d2..3e9ff1f 100644 --- a/tun/wintun/registry/mksyscall.go +++ b/tun/wintun/registry/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 registry diff --git a/tun/wintun/registry/registry_windows.go b/tun/wintun/registry/registry_windows.go index 12a0336..6be88fd 100644 --- a/tun/wintun/registry/registry_windows.go +++ b/tun/wintun/registry/registry_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 registry diff --git a/tun/wintun/registry/registry_windows_test.go b/tun/wintun/registry/registry_windows_test.go index c56b51b..2479b3d 100644 --- a/tun/wintun/registry/registry_windows_test.go +++ b/tun/wintun/registry/registry_windows_test.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 registry diff --git a/tun/wintun/ring_windows.go b/tun/wintun/ring_windows.go index 8e6b375..4d2fab6 100644 --- a/tun/wintun/ring_windows.go +++ b/tun/wintun/ring_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 wintun diff --git a/tun/wintun/setupapi/mksyscall.go b/tun/wintun/setupapi/mksyscall.go index ac103a1..234851c 100644 --- a/tun/wintun/setupapi/mksyscall.go +++ b/tun/wintun/setupapi/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 setupapi diff --git a/tun/wintun/setupapi/setupapi_windows.go b/tun/wintun/setupapi/setupapi_windows.go index 60a8eb7..a804dd8 100644 --- a/tun/wintun/setupapi/setupapi_windows.go +++ b/tun/wintun/setupapi/setupapi_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 setupapi diff --git a/tun/wintun/setupapi/setupapi_windows_test.go b/tun/wintun/setupapi/setupapi_windows_test.go index a9e6b89..b0afbc7 100644 --- a/tun/wintun/setupapi/setupapi_windows_test.go +++ b/tun/wintun/setupapi/setupapi_windows_test.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 setupapi diff --git a/tun/wintun/setupapi/types32_windows.go b/tun/wintun/setupapi/types32_windows.go index bacde58..0eaead6 100644 --- a/tun/wintun/setupapi/types32_windows.go +++ b/tun/wintun/setupapi/types32_windows.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. */ package setupapi diff --git a/tun/wintun/setupapi/types64_windows.go b/tun/wintun/setupapi/types64_windows.go index d5c8b37..c815b8f 100644 --- a/tun/wintun/setupapi/types64_windows.go +++ b/tun/wintun/setupapi/types64_windows.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. */ package setupapi diff --git a/tun/wintun/setupapi/types_windows.go b/tun/wintun/setupapi/types_windows.go index 239d80b..43e3f39 100644 --- a/tun/wintun/setupapi/types_windows.go +++ b/tun/wintun/setupapi/types_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 setupapi diff --git a/tun/wintun/setupapi/zsetupapi_windows_test.go b/tun/wintun/setupapi/zsetupapi_windows_test.go index 915b427..5b5f369 100644 --- a/tun/wintun/setupapi/zsetupapi_windows_test.go +++ b/tun/wintun/setupapi/zsetupapi_windows_test.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 setupapi diff --git a/tun/wintun/wintun_windows.go b/tun/wintun/wintun_windows.go index 3aada08..eed4f01 100644 --- a/tun/wintun/wintun_windows.go +++ b/tun/wintun/wintun_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 wintun -- cgit v1.2.3-59-g8ed1b