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/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 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tun/wintun/setupapi') 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 -- cgit v1.2.3