# HG changeset patch # User masneyb # Date 1173750770 0 # Node ID 1808cebed6024d6a9488c79998d18302f76ae703 # Parent e999754d6106bdbb9938ffeb1d37049492ae3105 2007-3-12 Brian Masney * lib/* src/* - updated copyright dates diff -r e999754d6106 -r 1808cebed602 ChangeLog --- a/ChangeLog Tue Mar 13 01:44:24 2007 +0000 +++ b/ChangeLog Tue Mar 13 01:52:50 2007 +0000 @@ -1,4 +1,6 @@ 2007-3-12 Brian Masney + * lib/* src/* - updated copyright dates + * docs/sample.gftp/right.xpm docs/sample.gftp/up.xpm docs/sample.gftp/stop.xpm docs/sample.gftp/world.xpm docs/sample.gftp/sound.xpm docs/sample.gftp/deb.xpm diff -r e999754d6106 -r 1808cebed602 lib/bookmark.c --- a/lib/bookmark.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/bookmark.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* bookmark.c - functions for connecting to a site via a bookmark */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 lib/cache.c --- a/lib/cache.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/cache.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* cache.c - contains the cache routines */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 lib/config_file.c --- a/lib/config_file.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/config_file.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* config_file.c - config file routines */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ @@ -730,7 +730,7 @@ FILE * bmfile; int i; - bmhdr = N_("Bookmarks file for gFTP. Copyright (C) 1998-2003 Brian Masney . Warning: Any comments that you add to this file WILL be overwritten"); + bmhdr = N_("Bookmarks file for gFTP. Copyright (C) 1998-2007 Brian Masney . Warning: Any comments that you add to this file WILL be overwritten"); pwhdr = N_("Note: The passwords contained inside this file are scrambled. This algorithm is not secure. This is to avoid your password being easily remembered by someone standing over your shoulder while you're editing this file. Prior to this, all passwords were stored in plaintext."); if ((tempstr = gftp_expand_path (NULL, BOOKMARKS_FILE)) == NULL) @@ -843,7 +843,7 @@ g_free (tempstr); - write_comment (conffile, _("Config file for gFTP. Copyright (C) 1998-2003 Brian Masney . Warning: Any comments that you add to this file WILL be overwritten. If a entry has a (*) in it's comment, you can't change it inside gFTP")); + write_comment (conffile, _("Config file for gFTP. Copyright (C) 1998-2007 Brian Masney . Warning: Any comments that you add to this file WILL be overwritten. If a entry has a (*) in it's comment, you can't change it inside gFTP")); for (templist = gftp_options_list; templist != NULL; diff -r e999754d6106 -r 1808cebed602 lib/fsp.c --- a/lib/fsp.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/fsp.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* fsp.c - functions interfacing with FSP v2 protocol library */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* Copyright (C) 2004 Radim Kolar */ /* */ /* This program is free software; you can redistribute it and/or modify */ diff -r e999754d6106 -r 1808cebed602 lib/ftps.c --- a/lib/ftps.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/ftps.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* ftps.c - General purpose routines for the FTPS protocol */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 lib/https.c --- a/lib/https.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/https.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* https.c - General purpose routines for the HTTPS protocol */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 lib/local.c --- a/lib/local.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/local.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* local.c - functions that will use the local system */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 lib/misc.c --- a/lib/misc.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/misc.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* misc.c - general purpose routines */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 lib/protocols.c --- a/lib/protocols.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/protocols.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* protocols.c - Skeleton functions for the protocols gftp supports */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 lib/pty.c --- a/lib/pty.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/pty.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* pty.c - general purpose routines */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 lib/rfc2068.c --- a/lib/rfc2068.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/rfc2068.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* rfc2068.c - General purpose routines for the HTTP protocol */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 lib/rfc959.c --- a/lib/rfc959.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/rfc959.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* rfc959.c - General purpose routines for the FTP protocol (RFC 959) */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 lib/sshv2.c --- a/lib/sshv2.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/sshv2.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* sshv2.c - functions that will use the sshv2 protocol */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 lib/sslcommon.c --- a/lib/sslcommon.c Tue Mar 13 01:44:24 2007 +0000 +++ b/lib/sslcommon.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* sslcommon.c - interface to OpenSSL */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/gtk/bookmarks.c --- a/src/gtk/bookmarks.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/gtk/bookmarks.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* bookmarks.c - routines for the bookmarks */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/gtk/chmod_dialog.c --- a/src/gtk/chmod_dialog.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/gtk/chmod_dialog.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* chmod_dialog.c - the chmod dialog box */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/gtk/delete_dialog.c --- a/src/gtk/delete_dialog.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/gtk/delete_dialog.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* delete_dialog.c - the delete dialog */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/gtk/dnd.c --- a/src/gtk/dnd.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/gtk/dnd.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* dnd.c - drag and drop functions */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/gtk/gftp-gtk.c --- a/src/gtk/gftp-gtk.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/gtk/gftp-gtk.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* gftp-gtk.c - GTK+ 1.2 port of gftp */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/gtk/gtkui.c --- a/src/gtk/gtkui.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/gtk/gtkui.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* gtkui.c - GTK+ UI related functions for gFTP */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/gtk/gtkui_transfer.c --- a/src/gtk/gtkui_transfer.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/gtk/gtkui_transfer.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* gtkui_transfer.c - GTK+ UI transfer related functions for gFTP */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/gtk/menu-items.c --- a/src/gtk/menu-items.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/gtk/menu-items.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* menu-items.c - menu callbacks */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ @@ -487,7 +487,7 @@ gtk_box_pack_start (GTK_BOX (box), tempwid, FALSE, FALSE, 0); gtk_widget_show (tempwid); - tempstr = g_strdup_printf (_("%s\nCopyright (C) 1998-2003 Brian Masney \nOfficial Homepage: http://www.gftp.org/\nLogo by: Aaron Worley \n"), gftp_version); + tempstr = g_strdup_printf (_("%s\nCopyright (C) 1998-2007 Brian Masney \nOfficial Homepage: http://www.gftp.org/\n"), gftp_version); str = _("Translated by"); if (strcmp (str, "Translated by") != 0) { diff -r e999754d6106 -r 1808cebed602 src/gtk/misc-gtk.c --- a/src/gtk/misc-gtk.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/gtk/misc-gtk.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* misc-gtk.c - misc stuff for the gtk+ 1.2 port of gftp */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/gtk/options_dialog.c --- a/src/gtk/options_dialog.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/gtk/options_dialog.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* menu-items.c - menu callbacks */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/gtk/transfer.c --- a/src/gtk/transfer.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/gtk/transfer.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* transfer.c - functions to handle transfering files */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/gtk/view_dialog.c --- a/src/gtk/view_dialog.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/gtk/view_dialog.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* view_dialog.c - view dialog box and ftp routines */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/text/gftp-text.c --- a/src/text/gftp-text.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/text/gftp-text.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* gftp-text.c - text port of gftp */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/text/textui.c --- a/src/text/textui.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/text/textui.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* textui.c - Text UI related functions for gFTP */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ diff -r e999754d6106 -r 1808cebed602 src/uicommon/gftpui.c --- a/src/uicommon/gftpui.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/uicommon/gftpui.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,6 +1,6 @@ /*****************************************************************************/ /* gftpui.c - UI related functions for gFTP */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */ @@ -152,7 +152,7 @@ { char *str; - logging_function (gftp_logging_misc, logdata, "%s, Copyright (C) 1998-2003 Brian Masney <", gftp_version); + logging_function (gftp_logging_misc, logdata, "%s, Copyright (C) 1998-2007 Brian Masney <", gftp_version); logging_function (gftp_logging_recv, logdata, "masneyb@gftp.org"); 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")); 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")); diff -r e999754d6106 -r 1808cebed602 src/uicommon/gftpuicallbacks.c --- a/src/uicommon/gftpuicallbacks.c Tue Mar 13 01:44:24 2007 +0000 +++ b/src/uicommon/gftpuicallbacks.c Tue Mar 13 01:52:50 2007 +0000 @@ -1,7 +1,7 @@ /*****************************************************************************/ /* gftpui.c - UI related functions for gFTP. All of these functions must be */ /* reentrant. */ -/* Copyright (C) 1998-2003 Brian Masney */ +/* Copyright (C) 1998-2007 Brian Masney */ /* */ /* 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 */