aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/aboutdialog.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-15 00:25:50 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-15 14:49:27 -0600
commit66b4c8f800240727495caa20008c9982145a0865 (patch)
treea5c5a73f1250e5ffe6ca72ed35efce47f71defe3 /ui/aboutdialog.go
parentl18n: add stub for cross platform (diff)
downloadwireguard-windows-66b4c8f800240727495caa20008c9982145a0865.tar.xz
wireguard-windows-66b4c8f800240727495caa20008c9982145a0865.zip
ui: update copyright date
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--ui/aboutdialog.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aboutdialog.go b/ui/aboutdialog.go
index 238ba5e2..007ddea6 100644
--- a/ui/aboutdialog.go
+++ b/ui/aboutdialog.go
@@ -104,7 +104,7 @@ func runAboutDialog(owner walk.Form) error {
copyrightFont, _ := walk.NewFont("Segoe UI", 7, 0)
copyrightLbl.SetFont(copyrightFont)
copyrightLbl.SetTextAlignment(walk.AlignHCenterVNear)
- copyrightLbl.SetText("Copyright © 2015-2019 Jason A. Donenfeld. All Rights Reserved.")
+ copyrightLbl.SetText("Copyright © 2015-2020 Jason A. Donenfeld. All Rights Reserved.")
buttonCP, err := walk.NewComposite(showingAboutDialog)
if err != nil {