diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-10-30 02:39:56 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-10-30 02:39:56 +0200 |
commit | 52704c4b928889f88b1c8effcd02788000e2a780 (patch) | |
tree | 289c53916da970cba98ca73b2e91907207173ab8 /ipc/winpipe/file.go | |
parent | eb6302c7eb71e3e3df9f63395bc5c97dcf0efc84 (diff) |
winpipe: update with latest changes from CL299009
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ipc/winpipe/file.go')
-rw-r--r-- | ipc/winpipe/file.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ipc/winpipe/file.go b/ipc/winpipe/file.go index 319565f..b48d47a 100644 --- a/ipc/winpipe/file.go +++ b/ipc/winpipe/file.go @@ -1,11 +1,11 @@ -//go:build windows - /* SPDX-License-Identifier: MIT * - * Copyright (C) 2005 Microsoft * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2015 Microsoft */ +//go:build windows + package winpipe import ( |