diff --git a/ChangeLog b/ChangeLog
index d4ea1676a3e634bdef516a3154fbc872ffe4b605..b440334d61d8523a06ad99161afbcc2c1b8246fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-17  Derek Price  <derek@ximbiot.com>
+
+	* FAQ, INSTALL, README: Update Copyright notice.
+	* HACKING: Ditto. Update Savannah URLs.
+
 2006-07-11  Derek Price  <derek@ximbiot.com>
 
 	* configure.in: Don't check for <direct.h>.
diff --git a/FAQ b/FAQ
index e6320492d5570e18309c9e0ce1e030610553ed34..3d02f7ef56f4bb716c735450eb15af5ea8043430 100644
--- a/FAQ
+++ b/FAQ
@@ -1,6 +1,6 @@
 -------------------------------------------------------------------------------
 
-   CVS is Copyright (C) 1989-2005 The Free Software Foundation, Inc.
+   CVS is Copyright (C) 1986-2006 The Free Software Foundation, Inc.
 
    CVS is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/HACKING b/HACKING
index 49300af568116319f7bb0bb5e2244b43d7fbc417..d53d1d1fdb39a6053d9d7e79a8c3633565d17b23 100644
--- a/HACKING
+++ b/HACKING
@@ -2,7 +2,7 @@ How to write code for CVS
 
 * License of CVS
 
-    CVS is Copyright (C) 1989-2005 The Free Software Foundation, Inc.
+    CVS is Copyright (C) 1986-2006 The 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
@@ -23,8 +23,10 @@ How to write code for CVS
 
 Patches against the development version of CVS are most likely to be accepted:
 
-	$ export CVS_RSH="ssh"
-	$ cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/cvsroot/cvs co ccvs
+	$ cvs -z3 -d:pserver:anonymous@cvs.sv.nongnu.org:/sources/cvs co ccvs
+
+See the Savannah sources page <http://savannah.nongnu.org/cvs/?group=cvs> for
+more information.
 
 * Compiler options
 
diff --git a/INSTALL-CVS b/INSTALL-CVS
index 5d16369cfb1dd981a70fd7d92014acbe6fc14b8a..2b2a0c8f222ddd342464249f58e482df6445c0d2 100644
--- a/INSTALL-CVS
+++ b/INSTALL-CVS
@@ -1,6 +1,6 @@
 -------------------------------------------------------------------------------
 
-CVS is Copyright (C) 1989-2005 The Free Software Foundation, Inc.
+CVS is Copyright (C) 1986-2006 The Free Software Foundation, Inc.
 
 CVS is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/README b/README
index cb1757a052c45459ce63b7a7956941f6a2dbd69c..c43de3d35903ec11c0cac488ef861b2e06473d0d 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
 				CVS Kit
 
-	   Copyright (C) 1986-2005 Free Software Foundation, Inc.
+	   Copyright (C) 1986-2006 Free Software Foundation, Inc.
 
-	   Portions Copyright (C) 1998-2005 Derek Price,
+	   Portions Copyright (C) 1998-2006 Derek Price,
 	                                    & Ximbiot <http://ximbiot.com>.
 	   Portions Copyright (C) 1993-1994 Brian Berliner.
 	   Portions Copyright (C) 1992 Brian Berliner and Jeff Polk.