aboutsummaryrefslogtreecommitdiffstats
path: root/rwcancel
diff options
context:
space:
mode:
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