diff src/preferences.c @ 475:48c8e49b571c

updated copyright in source files
author nadvornik
date Mon, 21 Apr 2008 21:46:38 +0000
parents a05c72927e23
children a33badd85f16
line wrap: on
line diff
--- a/src/preferences.c	Mon Apr 21 20:45:35 2008 +0000
+++ b/src/preferences.c	Mon Apr 21 21:46:38 2008 +0000
@@ -1,6 +1,7 @@
 /*
  * Geeqie
  * (C) 2006 John Ellis
+ * Copyright (C) 2008 The Geeqie Team
  *
  * Author: John Ellis
  *
@@ -1657,10 +1658,10 @@
 	gtk_box_pack_start(GTK_BOX(vbox), button, TRUE, TRUE, 0);
 	gtk_widget_show(button);
 
-	buf = g_strdup_printf(_("%s %s\n\nCopyright (c) %s John Ellis\nwebsite: %s\nemail: %s\n\nReleased under the GNU General Public License"),
+	buf = g_strdup_printf(_("%s %s\n\nCopyright (c) 2006 John Ellis\nCopyright (c) %s The Geeqie Team\nwebsite: %s\nemail: %s\n\nReleased under the GNU General Public License"),
 			      GQ_APPNAME,
 			      VERSION,
-			      "2006",
+			      "2008",
 			      GQ_WEBSITE,
 			      GQ_EMAIL_ADDRESS);
 	label = gtk_label_new(buf);