From db0aa39b765243c6a4ac9a2e348311df9517c0bf Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 2 May 2020 02:08:26 -0600 Subject: global: update header comments and modules Signed-off-by: Jason A. Donenfeld --- rwcancel/fdset.go | 2 +- rwcancel/rwcancel.go | 2 +- rwcancel/select_default.go | 2 +- rwcancel/select_linux.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'rwcancel') diff --git a/rwcancel/fdset.go b/rwcancel/fdset.go index 91bd757..36d0fec 100644 --- a/rwcancel/fdset.go +++ b/rwcancel/fdset.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package rwcancel diff --git a/rwcancel/rwcancel.go b/rwcancel/rwcancel.go index 3c4a9ed..f91a1bf 100644 --- a/rwcancel/rwcancel.go +++ b/rwcancel/rwcancel.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ // Package rwcancel implements cancelable read/write operations on diff --git a/rwcancel/select_default.go b/rwcancel/select_default.go index 82e07dc..8cb45d8 100644 --- a/rwcancel/select_default.go +++ b/rwcancel/select_default.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package rwcancel diff --git a/rwcancel/select_linux.go b/rwcancel/select_linux.go index 1a72e0a..204d04a 100644 --- a/rwcancel/select_linux.go +++ b/rwcancel/select_linux.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. */ package rwcancel -- cgit v1.2.3-59-g8ed1b