diff options
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 ( |