]> git.wh0rd.org Git - nano.git/commitdiff
update copyright notices, as my copyrights have now been assigned to the
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 5 Oct 2007 16:44:45 +0000 (16:44 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 5 Oct 2007 16:44:45 +0000 (16:44 +0000)
Free Software Foundation

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

18 files changed:
ChangeLog
src/browser.c
src/chars.c
src/color.c
src/cut.c
src/files.c
src/global.c
src/help.c
src/move.c
src/nano.c
src/nano.h
src/prompt.c
src/proto.h
src/rcfile.c
src/search.c
src/text.c
src/utils.c
src/winio.c

index 596663ae9e711bc25af09564013640341c7f9995..254ba301e91006437791c4246b02c5ebb91c6fcf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,9 @@ CVS code -
          Sections, Front-Cover Texts, or Back-Cover Texts.  Changes to
          doc/man/*.1, doc/man/nanorc.5, doc/man/fr/*.1,
          doc/man/fr/nanorc.5, and doc/texinfo/nano.texi. (DLR)
+       - Update copyright notices, as my copyrights have now been
+         assigned to the Free Software Foundation.  Changes to *.c and
+         *.h. (DLR)
 - chars.c:
   nstrncasecmp(), mbstrncasecmp()
        - For efficiency, return zero immediately if s1 and s2 point to
index 24a207861bb6e08ce34b12c672bbc634e5e4632f..6c95b0d5d921dcce4df537157c0430b5b033d662 100644 (file)
@@ -3,7 +3,7 @@
  *   browser.c                                                            *
  *                                                                        *
  *   Copyright (C) 2001, 2002, 2003, 2004 Chris Allegretta                *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index 61f58dfb1da6e828ca35049d367f05a45f64c059..4e97c4c8231b23c083164fbd07492af9abe9e64f 100644 (file)
@@ -3,7 +3,7 @@
  *   chars.c                                                              *
  *                                                                        *
  *   Copyright (C) 2001, 2002, 2003, 2004 Chris Allegretta                *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index 988600410e9a5add2b4758c73e3166699b01ddfd..9d67a73f9960f252e4672d336ff454ed5843e640 100644 (file)
@@ -3,7 +3,7 @@
  *   color.c                                                              *
  *                                                                        *
  *   Copyright (C) 2001, 2002, 2003, 2004 Chris Allegretta                *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index 48411ea0aed9e9d8459cb0757f3295a67430f2ae..387bec879b22e37f25ec2b6d7fd83284e722a763 100644 (file)
--- a/src/cut.c
+++ b/src/cut.c
@@ -3,7 +3,7 @@
  *   cut.c                                                                *
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta    *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index 3a688e9bd9b5b6e8cd852ce87e11788aaa93204e..81a51a3aaa2ecd2df0a2403a151cc8cc2686ebc8 100644 (file)
@@ -3,7 +3,7 @@
  *   files.c                                                              *
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta    *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index f9bc5624e1a3fe1a45e50761e38b6c96c1d3133d..d923f29fb13717f83784f02d091d35ef3bdaefb8 100644 (file)
@@ -3,7 +3,7 @@
  *   global.c                                                             *
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta    *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index ff35dd809fd26af8ec8495e614105c182b0bc6f7..33cd893c4a1b7159f8490aed580a2a09eaa8fe62 100644 (file)
@@ -3,7 +3,7 @@
  *   help.c                                                               *
  *                                                                        *
  *   Copyright (C) 2000, 2001, 2002, 2003, 2004 Chris Allegretta          *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index c7e882628a919909a2277f8047b3cff77f42dcfe..ebc443252414f796a6752db7b8a95909c702742c 100644 (file)
@@ -3,7 +3,7 @@
  *   move.c                                                               *
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta    *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index 811d0f1ccdf524b628d3030ecfdfef9eeb397f23..b1c55b07d976039ebc3e5d5126711e99d4e65f53 100644 (file)
@@ -3,7 +3,7 @@
  *   nano.c                                                               *
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta    *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
@@ -882,7 +882,7 @@ void version(void)
     printf(_(" GNU nano version %s (compiled %s, %s)\n"), VERSION,
        __TIME__, __DATE__);
     printf(" (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta\n");
-    printf(" (C) 2005, 2006, 2007 David Lawrence Ramsey\n");
+    printf(" (C) 2005, 2006, 2007 Free Software Foundation, Inc.\n");
     printf(
        _(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/"));
     printf(_("\n Compiled options:"));
index 832d68db9a6d8b034d0252ab0c81b00a0f4aa50b..aa340c67055d8e08116d26575203d142b79472fe 100644 (file)
@@ -3,7 +3,7 @@
  *   nano.h                                                               *
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta    *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index d56dcd95daf0e7e126ad4732592f5976ae089026..b31b3291a0caff74bff5a90ed0ebd9f2bfca6dac 100644 (file)
@@ -3,7 +3,7 @@
  *   prompt.c                                                             *
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta    *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index d5f2f0091e180498f069f7827cf469b3d80e5850..09547e90254e9183ef5d36b0ae9f543ab689610c 100644 (file)
@@ -3,7 +3,7 @@
  *   proto.h                                                              *
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta    *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index 91f96966956b89cd9ed911e62d01b15702d9afd6..b54981d8b155859fb9e60adc68dc225b1d76d45d 100644 (file)
@@ -3,7 +3,7 @@
  *   rcfile.c                                                             *
  *                                                                        *
  *   Copyright (C) 2001, 2002, 2003, 2004 Chris Allegretta                *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index 9638159048b8dc7ea799cfec611fdf2960a14165..5b277828419d9b1b223567db318152a69a7f490f 100644 (file)
@@ -3,7 +3,7 @@
  *   search.c                                                             *
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta    *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index f3a2f9968fc3645a4d6bb0b5b269bfaa296790bb..3aa7af0f3b1168433daba5814c60eecca46e295b 100644 (file)
@@ -3,7 +3,7 @@
  *   text.c                                                               *
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta    *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index 58d7758cb1a39cbfa0a8348069adc430591cee49..34288eeceeebac3a833c957f7d8d0936dae10a00 100644 (file)
@@ -3,7 +3,7 @@
  *   utils.c                                                              *
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta    *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
index 1c73a3b546e07a68d1d79189f44ac44425937806..d0158b83f0644bfd4c90ad0e63f961a21d9c0255 100644 (file)
@@ -3,7 +3,7 @@
  *   winio.c                                                              *
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta    *
- *   Copyright (C) 2005, 2006, 2007 David Lawrence Ramsey                 *
+ *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.        *
  *   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 3, or (at your option)  *
@@ -3339,7 +3339,7 @@ void do_credits(void)
        "",
        "",
        "(C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta",
-       "(C) 2005, 2006, 2007 David Lawrence Ramsey",
+       "(C) 2005, 2006, 2007 Free Software Foundation, Inc.",
        "",
        "",
        "",