summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2020-08-06 16:39:37 +0100
committerWill Thompson <will@willthompson.co.uk>2020-08-06 16:44:41 +0100
commita8f6e67818af435acc4dfd0a134f6457b42a0a78 (patch)
tree81168d6a37cbe85330d2ca2b3f2438b66568413b
parent6eb66f457e0b34456e1794112d806b7f4f8a63b5 (diff)
AboutDialog: bump copyright date
-rw-r--r--Bustle/UI/AboutDialog.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bustle/UI/AboutDialog.hs b/Bustle/UI/AboutDialog.hs
index f06c670..6323e5e 100644
--- a/Bustle/UI/AboutDialog.hs
+++ b/Bustle/UI/AboutDialog.hs
@@ -48,7 +48,7 @@ showAboutDialog window = do
, aboutDialogWebsite := "https://gitlab.freedesktop.org/bustle/bustle#readme"
, aboutDialogAuthors := authors
, aboutDialogArtists := artists
- , aboutDialogCopyright := "© 2008–2017 Will Thompson, Collabora Ltd. and contributors"
+ , aboutDialogCopyright := "© 2008–2020 Will Thompson, Collabora Ltd. and contributors"
, aboutDialogLogoIconName := Just "org.freedesktop.Bustle"
, windowModal := True
, windowTransientFor := window