Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Miranda committed Jul 13, 2019
1 parent f8a5416 commit f81711e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac.in
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion thunar/thunar-application.c
Original file line number Diff line number Diff line change
Expand Up @@ -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@xfce.org>."));
g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
Expand Down
4 changes: 2 additions & 2 deletions thunar/thunar-dialogs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f81711e

Please sign in to comment.