]> git.wh0rd.org Git - nano.git/commitdiff
update the copyright years on the source files to 2004 (adding a few
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 9 Jan 2004 23:04:55 +0000 (23:04 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 9 Jan 2004 23:04:55 +0000 (23:04 +0000)
minor comment tweaks so that all the source files are covered)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1613 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

13 files changed:
ChangeLog
src/color.c
src/cut.c
src/files.c
src/global.c
src/move.c
src/nano.c
src/nano.h
src/proto.h
src/rcfile.c
src/search.c
src/utils.c
src/winio.c

index 736ff56385185f6bfe8409162700b3f136d6d984..fb898ed0061f6872e6c0aecb8d6da5d8dcb0d548 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,8 @@ CVS code -
          do_verbatim_input(); changes to do_char(). (DLR)  Additional
          minor tweaks to do_char() by David Benbennick.
        - Clarify the description of the --rebinddelete option. (DLR)
+       - Miscellaneous comment tweaks, including copyright year
+         updates. (DLR)
 - cut.c:
        - Overhaul to increase efficiency and add various cleanups.
          Changes to add_to_cutbuffer(), cut_marked_segment(), and
index 630cace2c953f85e37553a85931ef9589ff8362d..21c7539ef3053e5b5a2d116322c9b2f7151ab1a2 100644 (file)
@@ -2,7 +2,7 @@
 /**************************************************************************
  *   color.c                                                              *
  *                                                                        *
- *   Copyright (C) 1999-2003 Chris Allegretta                             *
+ *   Copyright (C) 1999-2004 Chris Allegretta                             *
  *   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 *
  *   the Free Software Foundation; either version 2, or (at your option)  *
index 7652c17f304f4bdaaefdd7cd981b30c4f3389811..40295800658dbb4fa54a887cd8625e5845673e38 100644 (file)
--- a/src/cut.c
+++ b/src/cut.c
@@ -2,7 +2,7 @@
 /**************************************************************************
  *   cut.c                                                                *
  *                                                                        *
- *   Copyright (C) 1999-2003 Chris Allegretta                             *
+ *   Copyright (C) 1999-2004 Chris Allegretta                             *
  *   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 *
  *   the Free Software Foundation; either version 2, or (at your option)  *
@@ -83,7 +83,7 @@ void add_to_cutbuffer(filestruct *inptr)
  * the first character after what was cut.  We do not do any screen
  * updates.
  *
- * Note cutbuffer might not be NULL if "cut to end" is used. */
+ * Note cutbuffer might not be NULL if cut to end is used. */
 void cut_marked_segment(void)
 {
     filestruct *top;
index 3fc823327052c20dcb2b77e3a293e9d59b3741ae..6a410ffeba7afb32ab5baa3b25f503e45ae76a65 100644 (file)
@@ -2,7 +2,7 @@
 /**************************************************************************
  *   files.c                                                              *
  *                                                                        *
- *   Copyright (C) 1999-2003 Chris Allegretta                             *
+ *   Copyright (C) 1999-2004 Chris Allegretta                             *
  *   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 *
  *   the Free Software Foundation; either version 2, or (at your option)  *
@@ -48,7 +48,7 @@
 static int fileformat = 0;     /* 0 = *nix, 1 = DOS, 2 = Mac */
 #endif
 
-/* Load file into edit buffer - takes data from file struct. */
+/* Load file into edit buffer -- takes data from file struct. */
 void load_file(int update)
 {
     current = fileage;
@@ -2349,7 +2349,7 @@ struct stat filestat(const char *path)
     return st;
 }
 
-/* Our sort routine for file listings - sort directories before
+/* Our sort routine for file listings -- sort directories before
  * files, and then alphabetically. */ 
 int diralphasort(const void *va, const void *vb)
 {
index e2c8b11b4e92634c70884e5d07a75f2bf140e462..6141e38a9f4e3064b20293faa43ca1606deba980 100644 (file)
@@ -2,7 +2,7 @@
 /**************************************************************************
  *   global.c                                                             *
  *                                                                        *
- *   Copyright (C) 1999-2003 Chris Allegretta                             *
+ *   Copyright (C) 1999-2004 Chris Allegretta                             *
  *   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 *
  *   the Free Software Foundation; either version 2, or (at your option)  *
@@ -92,7 +92,7 @@ char *help_text;              /* The text in the help window */
 /* More stuff for the marker select */
 
 #ifndef NANO_SMALL
-filestruct *mark_beginbuf;     /* the begin marker buffer */
+filestruct *mark_beginbuf;     /* The begin marker buffer */
 int mark_beginx;               /* X value in the string to start */
 #endif
 
index 93472f4b96220313e64d2fecc1d79f2747ae5179..b5933b50f990a576e8586de68225601b08f68694 100644 (file)
@@ -2,7 +2,7 @@
 /**************************************************************************
  *   move.c                                                               *
  *                                                                        *
- *   Copyright (C) 1999-2003 Chris Allegretta                             *
+ *   Copyright (C) 1999-2004 Chris Allegretta                             *
  *   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 *
  *   the Free Software Foundation; either version 2, or (at your option)  *
@@ -148,8 +148,8 @@ int do_up(void)
     current_x = actual_x(current->data, placewewant);
     if (current_y > 0) {
        update_line(current->next, 0);
-           /* It was necessary to change current first, so the mark
-            * display will change! */
+           /* It was necessary to change current first, so that the
+            * mark display will change! */
        update_line(current, current_x);
     } else
 #ifndef NANO_SMALL
index aa933b9f603d71d5063da7f42269541a188de50a..af59ebbf9ac4228859de2299e971e14eb5c0b185 100644 (file)
@@ -2,7 +2,7 @@
 /**************************************************************************
  *   nano.c                                                               *
  *                                                                        *
- *   Copyright (C) 1999-2003 Chris Allegretta                             *
+ *   Copyright (C) 1999-2004 Chris Allegretta                             *
  *   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 *
  *   the Free Software Foundation; either version 2, or (at your option)  *
@@ -186,7 +186,7 @@ void print_view_warning(void)
     statusbar(_("Key illegal in VIEW mode"));
 }
 
-/* Initialize global variables - no better way for now.  If
+/* Initialize global variables -- no better way for now.  If
  * save_cutbuffer is nonzero, don't set cutbuffer to NULL. */
 void global_init(int save_cutbuffer)
 {
index 41561b824fd6047ec8ed605066859d4dc35a2c91..440120f34a6b44f82c62a7de27ddd1fef99be8a2 100644 (file)
@@ -2,7 +2,7 @@
 /**************************************************************************
  *   nano.h                                                               *
  *                                                                        *
- *   Copyright (C) 1999-2003 Chris Allegretta                             *
+ *   Copyright (C) 1999-2004 Chris Allegretta                             *
  *   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 *
  *   the Free Software Foundation; either version 2, or (at your option)  *
@@ -198,8 +198,8 @@ typedef struct toggle {
    int val;            /* Sequence to toggle the key.  Should only need
                         * one. */
    const char *desc;   /* Description for when toggle is, uh, toggled,
-                          e.g. "Pico Messages"; we'll append Enabled or
-                          Disabled. */
+                        * e.g. "Cut to end"; we'll append Enabled or
+                        * Disabled. */
    int flag;           /* What flag actually gets toggled. */
    struct toggle *next;
 } toggle;
index 93accea35b450f0647ed780a0b7f6dc88f99e8ab..97ffc15c66d5de77b78564fe9728ed27d46fe252 100644 (file)
@@ -2,7 +2,7 @@
 /**************************************************************************
  *   proto.h                                                              *
  *                                                                        *
- *   Copyright (C) 1999-2003 Chris Allegretta                             *
+ *   Copyright (C) 1999-2004 Chris Allegretta                             *
  *   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 *
  *   the Free Software Foundation; either version 2, or (at your option)  *
@@ -19,7 +19,7 @@
  *                                                                        *
  **************************************************************************/
 
-/* Externs */
+/* Externs. */
 
 #include <sys/stat.h>
 
@@ -128,7 +128,7 @@ extern historyheadtype replace_history;
 
 extern int curses_ended;
 
-/* Functions we want available */
+/* Functions we want available. */
 
 /* Public functions in color.c */
 #ifdef ENABLE_COLOR
index 73bfc3ef48ca8761affa278d19028d6f93478a85..3df71e82d2be9c643b77d0a804c45587c7f3d075 100644 (file)
@@ -2,7 +2,7 @@
 /**************************************************************************
  *   rcfile.c                                                             *
  *                                                                        *
- *   Copyright (C) 1999-2003 Chris Allegretta                             *
+ *   Copyright (C) 1999-2004 Chris Allegretta                             *
  *   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 *
  *   the Free Software Foundation; either version 2, or (at your option)  *
@@ -233,7 +233,7 @@ char *parse_next_regex(char *ptr)
     if (*ptr == '\0')
        return NULL;
 
-    /* Null terminate and advance ptr */
+    /* Null terminate and advance ptr. */
     *ptr++ = '\0';
 
     while (*ptr == ' ' || *ptr == '\t')
index 778ee3abff1fe88a6c3b07222bb4d96147a7d134..51d73aa154530c1bede3dfccfe096473acabc0b8 100644 (file)
@@ -2,7 +2,7 @@
 /**************************************************************************
  *   search.c                                                             *
  *                                                                        *
- *   Copyright (C) 2000-2003 Chris Allegretta                             *
+ *   Copyright (C) 2000-2004 Chris Allegretta                             *
  *   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 *
  *   the Free Software Foundation; either version 2, or (at your option)  *
index 93d3a221220c22dbe24e42a9d25709b83ffa84af..af53c2eda994152c549e6ab899475108b6e2d810 100644 (file)
@@ -2,7 +2,7 @@
 /**************************************************************************
  *   utils.c                                                              *
  *                                                                        *
- *   Copyright (C) 1999-2003 Chris Allegretta                             *
+ *   Copyright (C) 1999-2004 Chris Allegretta                             *
  *   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 *
  *   the Free Software Foundation; either version 2, or (at your option)  *
index a072c2f37f4094bff3081cb48b9166a70f5d34ff..3d153f00354a19217831e45f3b7c7d378bed9f5a 100644 (file)
@@ -2,7 +2,7 @@
 /**************************************************************************
  *   winio.c                                                              *
  *                                                                        *
- *   Copyright (C) 1999-2003 Chris Allegretta                             *
+ *   Copyright (C) 1999-2004 Chris Allegretta                             *
  *   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 *
  *   the Free Software Foundation; either version 2, or (at your option)  *