diff --git a/ChangeLog b/ChangeLog
index 7fae523443d835cfb6359e3346115077d16c92d5..b7e9f738e6f189996d0f6066d1de5d53be0b6869 100644
--- 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
index 24a207861bb6e08ce34b12c672bbc634e5e4632f..6c95b0d5d921dcce4df537157c0430b5b033d662 100644
--- 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
index 61f58dfb1da6e828ca35049d367f05a45f64c059..4e97c4c8231b23c083164fbd07492af9abe9e64f 100644
--- 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
index 988600410e9a5add2b4758c73e3166699b01ddfd..9d67a73f9960f252e4672d336ff454ed5843e640 100644
--- 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
index 48411ea0aed9e9d8459cb0757f3295a67430f2ae..387bec879b22e37f25ec2b6d7fd83284e722a763 100644
--- 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
index 3a688e9bd9b5b6e8cd852ce87e11788aaa93204e..81a51a3aaa2ecd2df0a2403a151cc8cc2686ebc8 100644
--- 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
index 1f5f018ae2a2415b32756b89c1c92d3f9c18b84a..09be1ba8ad919f2f50a8940672dfe509feac9b0c 100644
--- 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
index c3eae7c6b5eb0c9414172d754cb841f3e008cf31..e69a2641f05ebfdace5dc51b3c94d9fed432aac4 100644
--- 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
index c7e882628a919909a2277f8047b3cff77f42dcfe..ebc443252414f796a6752db7b8a95909c702742c 100644
--- 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
index e9186545690b8cd86a617a787591f54aa911e9f3..cc144c312e83d3e4b4d06369e294a6aa63b32c02 100644
--- 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
index 832d68db9a6d8b034d0252ab0c81b00a0f4aa50b..aa340c67055d8e08116d26575203d142b79472fe 100644
--- 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
index d56dcd95daf0e7e126ad4732592f5976ae089026..b31b3291a0caff74bff5a90ed0ebd9f2bfca6dac 100644
--- 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
index d5f2f0091e180498f069f7827cf469b3d80e5850..09547e90254e9183ef5d36b0ae9f543ab689610c 100644
--- 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
index 91f96966956b89cd9ed911e62d01b15702d9afd6..b54981d8b155859fb9e60adc68dc225b1d76d45d 100644
--- 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
index 9638159048b8dc7ea799cfec611fdf2960a14165..5b277828419d9b1b223567db318152a69a7f490f 100644
--- 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
index f3a2f9968fc3645a4d6bb0b5b269bfaa296790bb..3aa7af0f3b1168433daba5814c60eecca46e295b 100644
--- 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
index 58d7758cb1a39cbfa0a8348069adc430591cee49..34288eeceeebac3a833c957f7d8d0936dae10a00 100644
--- 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
index 1c73a3b546e07a68d1d79189f44ac44425937806..d0158b83f0644bfd4c90ad0e63f961a21d9c0255 100644
--- 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.",
 	"",
 	"",
 	"",