[Xfce4-commits] [xfce/thunar] 02/02: Update copyright year
noreply at xfce.org
noreply at xfce.org
Tue Jul 16 17:27:11 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/thunar.
commit 21ce4db1c25dbd875adb3d0278724b0ca59e9e1e
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat Jul 13 18:23:08 2019 -0300
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 69b9434..e532418 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -40,7 +40,7 @@ m4_define([thunar_debug_default], [ifelse(thunar_version_tag(), [git], [yes], [m
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2004-2015 The Thunar development team. All rights reserved.])
+AC_COPYRIGHT([Copyright (c) 2004-2019 The Thunar development team. All rights reserved.])
AC_INIT([Thunar], [thunar_version], [https://bugzilla.xfce.org/], [Thunar])
AC_PREREQ([2.60])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/thunar/thunar-application.c b/thunar/thunar-application.c
index 59fb334..004bcbd 100644
--- a/thunar/thunar-application.c
+++ b/thunar/thunar-application.c
@@ -469,7 +469,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-2015");
+ g_print ("%s\n", "Copyright (c) 2004-2019");
g_print ("\t%s\n\n", _("The Thunar development team. All rights reserved."));
g_print ("%s\n\n", _("Written by Benedikt Meurer <benny at xfce.org>."));
g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index 0083bdc..c9786d8 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -258,8 +258,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-2018 Alexander Schwinn\n"
- "Copyright \302\251 2017-2018 Andre Miranda",
+ "Copyright \302\251 2017-2019 Alexander Schwinn\n"
+ "Copyright \302\251 2017-2019 Andre Miranda",
"destroy-with-parent", TRUE,
"documenters", documenters,
"license", XFCE_LICENSE_GPL,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list