summaryrefslogtreecommitdiff
path: root/Bustle
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2013-12-04 21:14:19 +0000
committerWill Thompson <will@willthompson.co.uk>2013-12-04 21:15:20 +0000
commit453bc239ce5c0f2ba5fc7b26a02fdfb4886e5b56 (patch)
treeeb01ed6766dfae2b73ce070d7650be32a170354c /Bustle
parentdbe481d7e33d8ac2322cba4fa1236ac4f217dbb1 (diff)
About: Update © notice and my email address
Diffstat (limited to 'Bustle')
-rw-r--r--Bustle/UI/AboutDialog.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bustle/UI/AboutDialog.hs b/Bustle/UI/AboutDialog.hs
index 44536f6..59978a7 100644
--- a/Bustle/UI/AboutDialog.hs
+++ b/Bustle/UI/AboutDialog.hs
@@ -48,7 +48,7 @@ showAboutDialog window icon = do
, aboutDialogComments := "Someone's favourite D-Bus profiler"
, aboutDialogWebsite := "http://willthompson.co.uk/bustle"
, aboutDialogAuthors := authors
- , aboutDialogCopyright := "© 2008–2012 Collabora Ltd."
+ , aboutDialogCopyright := "© 2008–2013 Will Thompson, Collabora Ltd. and contributors"
, aboutDialogLicense := license
]
dialog `afterResponse` \resp ->
@@ -60,7 +60,7 @@ showAboutDialog window icon = do
widgetShowAll dialog
authors :: [String]
-authors = [ "Will Thompson <will.thompson@collabora.co.uk>"
+authors = [ "Will Thompson <will@willthompson.co.uk>"
, "Dafydd Harries"
, "Chris Lamb"
, "Marc Kleine-Budde"