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