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 --- rwcancel/fdset_default.go | 2 +- rwcancel/fdset_freebsd.go | 2 +- rwcancel/rwcancel.go | 2 +- rwcancel/select_default.go | 2 +- rwcancel/select_linux.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'rwcancel') diff --git a/rwcancel/fdset_default.go b/rwcancel/fdset_default.go index 06e2695..f8a4b25 100644 --- a/rwcancel/fdset_default.go +++ b/rwcancel/fdset_default.go @@ -2,7 +2,7 @@ /* 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 rwcancel diff --git a/rwcancel/fdset_freebsd.go b/rwcancel/fdset_freebsd.go index 39a7a4e..0c115c1 100644 --- a/rwcancel/fdset_freebsd.go +++ b/rwcancel/fdset_freebsd.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 rwcancel diff --git a/rwcancel/rwcancel.go b/rwcancel/rwcancel.go index e73c58a..1e3572a 100644 --- a/rwcancel/rwcancel.go +++ b/rwcancel/rwcancel.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 rwcancel diff --git a/rwcancel/select_default.go b/rwcancel/select_default.go index d37a536..f0242b2 100644 --- a/rwcancel/select_default.go +++ b/rwcancel/select_default.go @@ -2,7 +2,7 @@ /* 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 rwcancel diff --git a/rwcancel/select_linux.go b/rwcancel/select_linux.go index c3d4e27..7f1065b 100644 --- a/rwcancel/select_linux.go +++ b/rwcancel/select_linux.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 rwcancel -- cgit v1.2.3-59-g8ed1b