From 5be541d147562bf87f6a9ebd551412d4a6920b4b Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 5 Sep 2018 15:54:31 -0600 Subject: global: fix up copyright headers --- tai64n/tai64n.go | 2 +- tai64n/tai64n_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tai64n') diff --git a/tai64n/tai64n.go b/tai64n/tai64n.go index 1c7f42b..146126f 100644 --- a/tai64n/tai64n.go +++ b/tai64n/tai64n.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 * - * Copyright (C) 2017-2018 Jason A. Donenfeld . All Rights Reserved. + * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved. */ package tai64n diff --git a/tai64n/tai64n_test.go b/tai64n/tai64n_test.go index 62e7b1b..ebfd78d 100644 --- a/tai64n/tai64n_test.go +++ b/tai64n/tai64n_test.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 * - * Copyright (C) 2017-2018 Jason A. Donenfeld . All Rights Reserved. + * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved. */ package tai64n -- cgit v1.2.3-59-g8ed1b