commit c9694b76364f0978ef21708f89592b7bcbe8554c
parent e4095334c308f02fd53400aa2ecb50758944ddfa
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 5 Oct 2007 16:44:45 +0000
update copyright notices, as my copyrights have now been assigned to the
Free Software Foundation
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4172 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
18 files changed, 24 insertions(+), 19 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-05 David Lawrence Ramsey <pooka109@gmail.com>
+
+ * src/*.c, src/*.h: Update copyright notices, as my copyrights
+ have now been assigned to the Free Software Foundation.
+
2007-09-16 David Lawrence Ramsey <pooka109@gmail.com>
* winio.c (edit_scroll): Fix problem where the screen wouldn't
diff --git a/src/browser.c b/src/browser.c
@@ -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) *
diff --git a/src/chars.c b/src/chars.c
@@ -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) *
diff --git a/src/color.c b/src/color.c
@@ -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) *
diff --git 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) *
diff --git a/src/files.c b/src/files.c
@@ -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) *
diff --git a/src/global.c b/src/global.c
@@ -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) *
diff --git a/src/help.c b/src/help.c
@@ -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) *
diff --git a/src/move.c b/src/move.c
@@ -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) *
diff --git a/src/nano.c b/src/nano.c
@@ -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) *
@@ -884,7 +884,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:"));
diff --git a/src/nano.h b/src/nano.h
@@ -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) *
diff --git a/src/prompt.c b/src/prompt.c
@@ -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) *
diff --git a/src/proto.h b/src/proto.h
@@ -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) *
diff --git a/src/rcfile.c b/src/rcfile.c
@@ -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) *
diff --git a/src/search.c b/src/search.c
@@ -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) *
diff --git a/src/text.c b/src/text.c
@@ -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) *
diff --git a/src/utils.c b/src/utils.c
@@ -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) *
diff --git a/src/winio.c b/src/winio.c
@@ -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.",
"",
"",
"",