From 9f501c58d4dcdfe4d9537474ddeef4ab72143ebb Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 21 Nov 2020 23:20:34 +0100 Subject: global: update headers Signed-off-by: Jason A. Donenfeld --- updater/constants.go | 2 +- updater/downloader.go | 2 +- updater/msirunner_linux.go | 2 +- updater/msirunner_windows.go | 2 +- updater/signify.go | 2 +- updater/updater_test.go | 2 +- updater/versions.go | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'updater') diff --git a/updater/constants.go b/updater/constants.go index 2ae78c8d..b8e31473 100644 --- a/updater/constants.go +++ b/updater/constants.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package updater diff --git a/updater/downloader.go b/updater/downloader.go index bc4a8a7a..c0eca7c4 100644 --- a/updater/downloader.go +++ b/updater/downloader.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package updater diff --git a/updater/msirunner_linux.go b/updater/msirunner_linux.go index 6550025c..f6cca441 100644 --- a/updater/msirunner_linux.go +++ b/updater/msirunner_linux.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package updater diff --git a/updater/msirunner_windows.go b/updater/msirunner_windows.go index d901274c..d7631706 100644 --- a/updater/msirunner_windows.go +++ b/updater/msirunner_windows.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package updater diff --git a/updater/signify.go b/updater/signify.go index af024ebd..0183971a 100644 --- a/updater/signify.go +++ b/updater/signify.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package updater diff --git a/updater/updater_test.go b/updater/updater_test.go index fbd1080d..a29d71f6 100644 --- a/updater/updater_test.go +++ b/updater/updater_test.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package updater diff --git a/updater/versions.go b/updater/versions.go index 0ac1b5eb..e06e6f34 100644 --- a/updater/versions.go +++ b/updater/versions.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. */ package updater -- cgit v1.2.3-59-g8ed1b