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/setupapi | |
parent | bc77de2acaebe8589193e621933aa42783926aad (diff) |
global: update header comments and modules
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tun/wintun/setupapi')
-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 |
7 files changed, 7 insertions, 7 deletions
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 |