[Xfce4-commits] <xfce4-dict:master> Update copyright years
Enrico Tröger
noreply at xfce.org
Sat May 5 01:22:03 CEST 2012
Updating branch refs/heads/master
to a0e823bdf7df494f2806ec3d369b5c3114ba777e (commit)
from b8779cc8caff8fe28480f8c31188d880fd4b9247 (commit)
commit a0e823bdf7df494f2806ec3d369b5c3114ba777e
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sat May 5 00:18:07 2012 +0200
Update copyright years
lib/gui.c | 4 ++--
src/xfce4-dict.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/gui.c b/lib/gui.c
index 485c110..75c3a2c 100644
--- a/lib/gui.c
+++ b/lib/gui.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+ * Copyright 2006-2012 Enrico Tröger <enrico(at)xfce(dot)org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -955,7 +955,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-2011 Enrico Tröger"),
+ "copyright", _("Copyright \302\251 2006-2012 Enrico Tröger"),
"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 f39bec6..6285c35 100644
--- a/src/xfce4-dict.c
+++ b/src/xfce4-dict.c
@@ -1,6 +1,6 @@
/* $Id$
*
- * Copyright 2006-2011 Enrico Tröger <enrico(at)xfce(dot)org>
+ * Copyright 2006-2012 Enrico Tröger <enrico(at)xfce(dot)org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -142,7 +142,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-2011");
+ g_print("%s\n", "Copyright (c) 2006-2012");
g_print("\tEnrico Tröger <enrico at xfce.org>\n\n");
g_print(_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
g_print("\n");
More information about the Xfce4-commits
mailing list