summaryrefslogtreecommitdiffstats
path: root/rwcancel
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-01-02 01:55:51 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-02-05 12:59:42 +0100
commitdff424baf8acc4d2a5858d3947761c5090d8e640 (patch)
tree938fa236801763e8f9ae4c6d154b7f0b960a9c1d /rwcancel
parentProperly bubble up setsockopt error from closure (diff)
downloadwireguard-go-dff424baf8acc4d2a5858d3947761c5090d8e640.tar.xz
wireguard-go-dff424baf8acc4d2a5858d3947761c5090d8e640.zip
Update copyright
Diffstat (limited to 'rwcancel')
-rw-r--r--rwcancel/fdset.go4
-rw-r--r--rwcancel/rwcancel.go4
-rw-r--r--rwcancel/select_default.go4
-rw-r--r--rwcancel/select_linux.go4
4 files changed, 8 insertions, 8 deletions
diff --git a/rwcancel/fdset.go b/rwcancel/fdset.go
index b393b18..a46cfc7 100644
--- a/rwcancel/fdset.go
+++ b/rwcancel/fdset.go
@@ -1,6 +1,6 @@
-/* SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
*/
package rwcancel
diff --git a/rwcancel/rwcancel.go b/rwcancel/rwcancel.go
index 1e3572a..83c91a7 100644
--- a/rwcancel/rwcancel.go
+++ b/rwcancel/rwcancel.go
@@ -1,6 +1,6 @@
-/* SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
*/
package rwcancel
diff --git a/rwcancel/select_default.go b/rwcancel/select_default.go
index f0242b2..dd23cda 100644
--- a/rwcancel/select_default.go
+++ b/rwcancel/select_default.go
@@ -1,8 +1,8 @@
// +build !linux
-/* SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
*/
package rwcancel
diff --git a/rwcancel/select_linux.go b/rwcancel/select_linux.go
index 7f1065b..1a72e0a 100644
--- a/rwcancel/select_linux.go
+++ b/rwcancel/select_linux.go
@@ -1,6 +1,6 @@
-/* SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
*/
package rwcancel