aboutsummaryrefslogtreecommitdiff
path: root/tai64n
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-09-20 17:21:32 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-02-07 20:39:29 -0300
commitebbd4a433088a06277b7e7bc6e13322c167d5554 (patch)
treec01a0c02a85aa45b152d78bf6dd88decc9d39a10 /tai64n
parent0ae4b3177cd6867f261ad661bd7bff3a0984ff2b (diff)
downloadwireguard-go-ebbd4a433088a06277b7e7bc6e13322c167d5554.tar.gz
wireguard-go-ebbd4a433088a06277b7e7bc6e13322c167d5554.zip
global: bump copyright year
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tai64n')
-rw-r--r--tai64n/tai64n.go2
-rw-r--r--tai64n/tai64n_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/tai64n/tai64n.go b/tai64n/tai64n.go
index 70c6d60..8f10b39 100644
--- a/tai64n/tai64n.go
+++ b/tai64n/tai64n.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
*/
package tai64n
diff --git a/tai64n/tai64n_test.go b/tai64n/tai64n_test.go
index 812c1da..c70fc1a 100644
--- a/tai64n/tai64n_test.go
+++ b/tai64n/tai64n_test.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
*/
package tai64n