From e38d59942cd2d53439eb3b9e14c9b00c025e5de0 Mon Sep 17 00:00:00 2001
From: Andre Miranda <andreldm@xfce.org>
Date: Mon, 15 Jun 2020 22:44:52 -0300
Subject: [PATCH] Update copyright year

---
 configure.ac.in             | 2 +-
 thunar/thunar-application.c | 2 +-
 thunar/thunar-dialogs.c     | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index dc19963fc..b6b9bca73 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -40,8 +40,8 @@ m4_define([thunar_debug_default], [ifelse(thunar_version_tag(), [git], [yes], [m
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2004-2019 The Thunar development team. All rights reserved.])
 AC_INIT([thunar], [thunar_version], [https://bugzilla.xfce.org/], [thunar])
+AC_COPYRIGHT([Copyright (c) 2004-2020 The Thunar development team. All rights reserved.])
 AC_PREREQ([2.60])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET()
diff --git a/thunar/thunar-application.c b/thunar/thunar-application.c
index 933354ecc..713d726c0 100644
--- a/thunar/thunar-application.c
+++ b/thunar/thunar-application.c
@@ -471,7 +471,7 @@ thunar_application_handle_local_options (GApplication *gapp,
   if (G_UNLIKELY (opt_version))
     {
       g_print ("%s %s (Xfce %s)\n\n", PACKAGE_NAME, PACKAGE_VERSION, xfce_version_string ());
-      g_print ("%s\n", "Copyright (c) 2004-2019");
+      g_print ("%s\n", "Copyright (c) 2004-2020");
       g_print ("\t%s\n\n", _("The Thunar development team. All rights reserved."));
       g_print ("%s\n\n", _("Written by Benedikt Meurer <benny@xfce.org>."));
       g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index 197b067b1..9fbcf23c0 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -399,8 +399,8 @@ thunar_dialogs_show_about (GtkWindow   *parent,
                          "copyright", "Copyright \302\251 2004-2011 Benedikt Meurer\n"
                                       "Copyright \302\251 2009-2011 Jannis Pohlmann\n"
                                       "Copyright \302\251 2009-2012 Nick Schermer\n"
-                                      "Copyright \302\251 2017-2019 Alexander Schwinn\n"
-                                      "Copyright \302\251 2017-2019 Andre Miranda",
+                                      "Copyright \302\251 2017-2020 Alexander Schwinn\n"
+                                      "Copyright \302\251 2017-2020 Andre Miranda",
                          "destroy-with-parent", TRUE,
                          "documenters", documenters,
                          "license", XFCE_LICENSE_GPL,
-- 
GitLab