changeset 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 e999754d6106
children 314c1a72ede5
files ChangeLog lib/bookmark.c lib/cache.c lib/config_file.c lib/fsp.c lib/ftps.c lib/https.c lib/local.c lib/misc.c lib/protocols.c lib/pty.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c lib/sslcommon.c src/gtk/bookmarks.c src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/dnd.c src/gtk/gftp-gtk.c src/gtk/gtkui.c src/gtk/gtkui_transfer.c src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/options_dialog.c src/gtk/transfer.c src/gtk/view_dialog.c src/text/gftp-text.c src/text/textui.c src/uicommon/gftpui.c src/uicommon/gftpuicallbacks.c
diffstat 31 files changed, 36 insertions(+), 34 deletions(-) [+]
line wrap: on
line diff
--- 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 <masneyb@gftp.org>
+	* 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
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
@@ -730,7 +730,7 @@
   FILE * bmfile;
   int i;
 
-  bmhdr = N_("Bookmarks file for gFTP. Copyright (C) 1998-2003 Brian Masney <masneyb@gftp.org>. Warning: Any comments that you add to this file WILL be overwritten");
+  bmhdr = N_("Bookmarks file for gFTP. Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.org>. 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 <masneyb@gftp.org>. 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 <masneyb@gftp.org>. 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;
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.org>                  */
 /*  Copyright (C) 2004 Radim Kolar <hsn@netmag.cz>                           */
 /*                                                                           */
 /*  This program is free software; you can redistribute it and/or modify     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
@@ -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 <masneyb@gftp.org>\nOfficial Homepage: http://www.gftp.org/\nLogo by: Aaron Worley <planet_hoth@yahoo.com>\n"), gftp_version);
+  tempstr = g_strdup_printf (_("%s\nCopyright (C) 1998-2007 Brian Masney <masneyb@gftp.org>\nOfficial Homepage: http://www.gftp.org/\n"), gftp_version);
   str = _("Translated by");
   if (strcmp (str, "Translated by") != 0)
     {
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */
@@ -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"));
--- 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 <masneyb@gftp.org>                  */
+/*  Copyright (C) 1998-2007 Brian Masney <masneyb@gftp.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     */