diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-01-28 17:52:15 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-01-28 17:52:15 +0100 |
commit | d4112d9096f4bdd68f1a109bb12df82f5f4ca5a0 (patch) | |
tree | 1b85db8cd0e65dc4c26d4b0415361fbbe8e2724e /rwcancel | |
parent | bf3bb888512e74bee0b79bd38826cb019ca2a0ee (diff) |
global: bump copyright
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'rwcancel')
-rw-r--r-- | rwcancel/fdset.go | 2 | ||||
-rw-r--r-- | rwcancel/rwcancel.go | 2 | ||||
-rw-r--r-- | rwcancel/select_default.go | 2 | ||||
-rw-r--r-- | rwcancel/select_linux.go | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/rwcancel/fdset.go b/rwcancel/fdset.go index 36d0fec..2c5ca9e 100644 --- a/rwcancel/fdset.go +++ b/rwcancel/fdset.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package rwcancel diff --git a/rwcancel/rwcancel.go b/rwcancel/rwcancel.go index f91a1bf..7d50f83 100644 --- a/rwcancel/rwcancel.go +++ b/rwcancel/rwcancel.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 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 8cb45d8..990de83 100644 --- a/rwcancel/select_default.go +++ b/rwcancel/select_default.go @@ -2,7 +2,7 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package rwcancel diff --git a/rwcancel/select_linux.go b/rwcancel/select_linux.go index 204d04a..ac941fd 100644 --- a/rwcancel/select_linux.go +++ b/rwcancel/select_linux.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ package rwcancel |