[Xfce4-commits] [apps/xfce4-dict] 36/43: Increment copyright year
noreply at xfce.org
noreply at xfce.org
Tue Nov 1 00:31:49 CET 2016
This is an automated email from the git hooks/post-receive script.
andre pushed a commit to branch master
in repository apps/xfce4-dict.
commit 07b6a3c3b55bf558f8ddc861d3dcfc317a029020
Author: Andre Miranda <andre42m at gmail.com>
Date: Sat Oct 22 14:12:32 2016 -0300
Increment copyright year
---
lib/gui.c | 2 +-
src/xfce4-dict.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/gui.c b/lib/gui.c
index 2b3d60c..9a6b55d 100644
--- a/lib/gui.c
+++ b/lib/gui.c
@@ -1027,7 +1027,7 @@ void dict_gui_about_dialog(GtkWidget *widget, DictData *dd)
"destroy-with-parent", TRUE,
"authors", authors,
"comments", _("A client program to query different dictionaries."),
- "copyright", _("Copyright \302\251 2006-2015 Xfce Development Team"),
+ "copyright", _("Copyright \302\251 2006-2016 Xfce Development Team"),
"website", "http://goodies.xfce.org/projects/applications/xfce4-dict",
"logo", logo,
"translator-credits", _("translator-credits"),
diff --git a/src/xfce4-dict.c b/src/xfce4-dict.c
index 337abc8..4185aad 100644
--- a/src/xfce4-dict.c
+++ b/src/xfce4-dict.c
@@ -140,7 +140,7 @@ gint main(gint argc, gchar *argv[])
if (show_version)
{
g_print("%s %s (Xfce %s)\n\n", PACKAGE, PACKAGE_VERSION, xfce_version_string());
- g_print("%s\n", "Copyright (c) 2006-2015");
+ g_print("%s\n", "Copyright (c) 2006-2016");
g_print("\tEnrico Tröger <enrico at xfce.org>\n\n");
g_print(_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
g_print("\n");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list