summaryrefslogtreecommitdiffstats
path: root/ipc/winpipe
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-05-02 02:08:26 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-05-02 02:08:26 -0600
commitdb0aa39b765243c6a4ac9a2e348311df9517c0bf (patch)
tree157592189c840b39faec0330e021f1faa21a1c82 /ipc/winpipe
parentipc: deduplicate some unix-specific code (diff)
downloadwireguard-go-db0aa39b765243c6a4ac9a2e348311df9517c0bf.tar.xz
wireguard-go-db0aa39b765243c6a4ac9a2e348311df9517c0bf.zip
global: update header comments and modules
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ipc/winpipe')
-rw-r--r--ipc/winpipe/file.go2
-rw-r--r--ipc/winpipe/mksyscall.go2
-rw-r--r--ipc/winpipe/pipe.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/ipc/winpipe/file.go b/ipc/winpipe/file.go
index 29d02a7..09f2f1c 100644
--- a/ipc/winpipe/file.go
+++ b/ipc/winpipe/file.go
@@ -3,7 +3,7 @@
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2005 Microsoft
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
*/
package winpipe
diff --git a/ipc/winpipe/mksyscall.go b/ipc/winpipe/mksyscall.go
index 19ac03a..3675af7 100644
--- a/ipc/winpipe/mksyscall.go
+++ b/ipc/winpipe/mksyscall.go
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2005 Microsoft
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
*/
package winpipe
diff --git a/ipc/winpipe/pipe.go b/ipc/winpipe/pipe.go
index 06b3037..c587227 100644
--- a/ipc/winpipe/pipe.go
+++ b/ipc/winpipe/pipe.go
@@ -3,7 +3,7 @@
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2005 Microsoft
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
*/
package winpipe