aboutsummaryrefslogtreecommitdiffstats
path: root/tai64n
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2018-05-05 02:23:03 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2018-05-05 02:23:03 +0200
commitedbce6b400250f764d3b9f38ecfc7bb29adbd967 (patch)
tree4b92b85cf66de6ddd7ec420c81c1c9f88805b183 /tai64n
parentInitial version of migration to new event model (diff)
parentuapi: use kqueue for sock deletion on darwin (diff)
downloadwireguard-go-edbce6b400250f764d3b9f38ecfc7bb29adbd967.tar.xz
wireguard-go-edbce6b400250f764d3b9f38ecfc7bb29adbd967.zip
Merge branch 'master' of ssh://git.zx2c4.com/wireguard-go
Diffstat (limited to 'tai64n')
-rw-r--r--tai64n/tai64n.go5
-rw-r--r--tai64n/tai64n_test.go5
2 files changed, 10 insertions, 0 deletions
diff --git a/tai64n/tai64n.go b/tai64n/tai64n.go
index da5257c..1c7f42b 100644
--- a/tai64n/tai64n.go
+++ b/tai64n/tai64n.go
@@ -1,3 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0
+ *
+ * Copyright (C) 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ */
+
package tai64n
import (
diff --git a/tai64n/tai64n_test.go b/tai64n/tai64n_test.go
index 389b65c..62e7b1b 100644
--- a/tai64n/tai64n_test.go
+++ b/tai64n/tai64n_test.go
@@ -1,3 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0
+ *
+ * Copyright (C) 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ */
+
package tai64n
import (