diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-05-02 02:08:26 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-05-02 02:08:26 -0600 |
commit | db0aa39b765243c6a4ac9a2e348311df9517c0bf (patch) | |
tree | 157592189c840b39faec0330e021f1faa21a1c82 /tun/wintun | |
parent | bc77de2acaebe8589193e621933aa42783926aad (diff) |
global: update header comments and modules
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tun/wintun')
-rw-r--r-- | tun/wintun/iphlpapi/conversion_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/iphlpapi/mksyscall.go | 2 | ||||
-rw-r--r-- | tun/wintun/namespace_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/namespaceapi/mksyscall.go | 2 | ||||
-rw-r--r-- | tun/wintun/namespaceapi/namespaceapi_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/nci/mksyscall.go | 2 | ||||
-rw-r--r-- | tun/wintun/nci/nci_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/registry/mksyscall.go | 2 | ||||
-rw-r--r-- | tun/wintun/registry/registry_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/registry/registry_windows_test.go | 2 | ||||
-rw-r--r-- | tun/wintun/ring_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/setupapi/mksyscall.go | 2 | ||||
-rw-r--r-- | tun/wintun/setupapi/setupapi_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/setupapi/setupapi_windows_test.go | 2 | ||||
-rw-r--r-- | tun/wintun/setupapi/types32_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/setupapi/types64_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/setupapi/types_windows.go | 2 | ||||
-rw-r--r-- | tun/wintun/setupapi/zsetupapi_windows_test.go | 2 | ||||
-rw-r--r-- | tun/wintun/wintun_windows.go | 2 |
19 files changed, 19 insertions, 19 deletions
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 |