summaryrefslogtreecommitdiff
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/main.c b/settings/main.c
index 4dd6290c..225f7e6e 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -119,7 +119,7 @@ main(int argc,
if(G_UNLIKELY(opt_version)) {
g_print("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string ());
- g_print("%s\n", "Copyright (c) 2004-2014");
+ g_print("%s\n", "Copyright (c) 2004-2020");
g_print("\t%s\n\n", _("The Xfce development team. All rights reserved."));
g_print(_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
g_print("\n");