comparison src/uicommon/gftpui.c @ 885:1808cebed602

2007-3-12 Brian Masney <masneyb@gftp.org> * lib/* src/* - updated copyright dates
author masneyb
date Tue, 13 Mar 2007 01:52:50 +0000
parents a41a3590d696
children 14476a8a4d2b
comparison
equal deleted inserted replaced
884:e999754d6106 885:1808cebed602
1 /*****************************************************************************/ 1 /*****************************************************************************/
2 /* gftpui.c - UI related functions for gFTP */ 2 /* gftpui.c - UI related functions for gFTP */
3 /* Copyright (C) 1998-2003 Brian Masney <masneyb@gftp.org> */ 3 /* Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.org> */
4 /* */ 4 /* */
5 /* This program is free software; you can redistribute it and/or modify */ 5 /* This program is free software; you can redistribute it and/or modify */
6 /* it under the terms of the GNU General Public License as published by */ 6 /* it under the terms of the GNU General Public License as published by */
7 /* the Free Software Foundation; either version 2 of the License, or */ 7 /* the Free Software Foundation; either version 2 of the License, or */
8 /* (at your option) any later version. */ 8 /* (at your option) any later version. */
150 void 150 void
151 gftpui_common_about (gftp_logging_func logging_function, gpointer logdata) 151 gftpui_common_about (gftp_logging_func logging_function, gpointer logdata)
152 { 152 {
153 char *str; 153 char *str;
154 154
155 logging_function (gftp_logging_misc, logdata, "%s, Copyright (C) 1998-2003 Brian Masney <", gftp_version); 155 logging_function (gftp_logging_misc, logdata, "%s, Copyright (C) 1998-2007 Brian Masney <", gftp_version);
156 logging_function (gftp_logging_recv, logdata, "masneyb@gftp.org"); 156 logging_function (gftp_logging_recv, logdata, "masneyb@gftp.org");
157 logging_function (gftp_logging_misc, logdata, _(">. If you have any questions, comments, or suggestions about this program, please feel free to email them to me. You can always find out the latest news about gFTP from my website at http://www.gftp.org/\n")); 157 logging_function (gftp_logging_misc, logdata, _(">. If you have any questions, comments, or suggestions about this program, please feel free to email them to me. You can always find out the latest news about gFTP from my website at http://www.gftp.org/\n"));
158 logging_function (gftp_logging_misc, logdata, _("gFTP comes with ABSOLUTELY NO WARRANTY; for details, see the COPYING file. This is free software, and you are welcome to redistribute it under certain conditions; for details, see the COPYING file\n")); 158 logging_function (gftp_logging_misc, logdata, _("gFTP comes with ABSOLUTELY NO WARRANTY; for details, see the COPYING file. This is free software, and you are welcome to redistribute it under certain conditions; for details, see the COPYING file\n"));
159 159
160 str = _("Translated by"); 160 str = _("Translated by");