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 --- ui/aboutdialog.go | 2 +- ui/confview.go | 2 +- ui/editdialog.go | 2 +- ui/filesave.go | 2 +- ui/iconprovider.go | 2 +- ui/listview.go | 2 +- ui/logpage.go | 2 +- ui/managewindow.go | 2 +- ui/raise.go | 2 +- ui/syntax/highlighter.go | 2 +- ui/tray.go | 2 +- ui/tunnelspage.go | 2 +- ui/ui.go | 2 +- ui/updatepage.go | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'ui') diff --git a/ui/aboutdialog.go b/ui/aboutdialog.go index f266a29c..19fe02e9 100644 --- a/ui/aboutdialog.go +++ b/ui/aboutdialog.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 ui diff --git a/ui/confview.go b/ui/confview.go index c712c29d..e84d1b37 100644 --- a/ui/confview.go +++ b/ui/confview.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 ui diff --git a/ui/editdialog.go b/ui/editdialog.go index 97dcb612..023d8960 100644 --- a/ui/editdialog.go +++ b/ui/editdialog.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 ui diff --git a/ui/filesave.go b/ui/filesave.go index 7ca8a2c2..c80ef9e4 100644 --- a/ui/filesave.go +++ b/ui/filesave.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 ui diff --git a/ui/iconprovider.go b/ui/iconprovider.go index 1fca815d..553abb43 100644 --- a/ui/iconprovider.go +++ b/ui/iconprovider.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 ui diff --git a/ui/listview.go b/ui/listview.go index 60679579..9210a96a 100644 --- a/ui/listview.go +++ b/ui/listview.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 ui diff --git a/ui/logpage.go b/ui/logpage.go index a7d68413..09c11b3d 100644 --- a/ui/logpage.go +++ b/ui/logpage.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 ui diff --git a/ui/managewindow.go b/ui/managewindow.go index e6855d5d..68cb9613 100644 --- a/ui/managewindow.go +++ b/ui/managewindow.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 ui diff --git a/ui/raise.go b/ui/raise.go index 0eac828a..ff249259 100644 --- a/ui/raise.go +++ b/ui/raise.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 ui diff --git a/ui/syntax/highlighter.go b/ui/syntax/highlighter.go index f6edc712..fb4158a9 100644 --- a/ui/syntax/highlighter.go +++ b/ui/syntax/highlighter.go @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT * - * Copyright (C) 2020 WireGuard LLC. All Rights Reserved. + * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved. * * This is a direct translation of the original C, and for that reason, it's pretty unusual Go code: * https://git.zx2c4.com/wireguard-tools/tree/contrib/highlighter/highlighter.c diff --git a/ui/tray.go b/ui/tray.go index 006e20a5..79bbd230 100644 --- a/ui/tray.go +++ b/ui/tray.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 ui diff --git a/ui/tunnelspage.go b/ui/tunnelspage.go index e59e8166..455cfb83 100644 --- a/ui/tunnelspage.go +++ b/ui/tunnelspage.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 ui diff --git a/ui/ui.go b/ui/ui.go index 637a1848..d346e3b7 100644 --- a/ui/ui.go +++ b/ui/ui.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 ui diff --git a/ui/updatepage.go b/ui/updatepage.go index 45d09658..fcd18875 100644 --- a/ui/updatepage.go +++ b/ui/updatepage.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 ui -- cgit v1.2.3-59-g8ed1b