summaryrefslogtreecommitdiffstats
path: root/rwcancel
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 /rwcancel
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 'rwcancel')
-rw-r--r--rwcancel/fdset.go2
-rw-r--r--rwcancel/rwcancel.go2
-rw-r--r--rwcancel/select_default.go2
-rw-r--r--rwcancel/select_linux.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/rwcancel/fdset.go b/rwcancel/fdset.go
index 91bd757..36d0fec 100644
--- a/rwcancel/fdset.go
+++ b/rwcancel/fdset.go
@@ -2,7 +2,7 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
*/
package rwcancel
diff --git a/rwcancel/rwcancel.go b/rwcancel/rwcancel.go
index 3c4a9ed..f91a1bf 100644
--- a/rwcancel/rwcancel.go
+++ b/rwcancel/rwcancel.go
@@ -2,7 +2,7 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
*/
// Package rwcancel implements cancelable read/write operations on
diff --git a/rwcancel/select_default.go b/rwcancel/select_default.go
index 82e07dc..8cb45d8 100644
--- a/rwcancel/select_default.go
+++ b/rwcancel/select_default.go
@@ -2,7 +2,7 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
*/
package rwcancel
diff --git a/rwcancel/select_linux.go b/rwcancel/select_linux.go
index 1a72e0a..204d04a 100644
--- a/rwcancel/select_linux.go
+++ b/rwcancel/select_linux.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
*/
package rwcancel