diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-01-02 01:55:51 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-02-05 12:59:42 +0100 |
commit | dff424baf8acc4d2a5858d3947761c5090d8e640 (patch) | |
tree | 938fa236801763e8f9ae4c6d154b7f0b960a9c1d /tai64n | |
parent | 6e61c369e8bf934688aeadae86f04fe25566320a (diff) |
Update copyright
Diffstat (limited to 'tai64n')
-rw-r--r-- | tai64n/tai64n.go | 4 | ||||
-rw-r--r-- | tai64n/tai64n_test.go | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tai64n/tai64n.go b/tai64n/tai64n.go index 069d830..f402f05 100644 --- a/tai64n/tai64n.go +++ b/tai64n/tai64n.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 tai64n diff --git a/tai64n/tai64n_test.go b/tai64n/tai64n_test.go index ebfd78d..36b0c57 100644 --- a/tai64n/tai64n_test.go +++ b/tai64n/tai64n_test.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 tai64n |