From fa809d65a5ffe84cda81a89b0e6deeb08088c73a Mon Sep 17 00:00:00 2001 From: dprice <dprice@users.savannah.nongnu.org> Date: Mon, 17 Jul 2006 13:02:17 +0000 Subject: [PATCH] Merge changes from 1.11.x. --- ChangeLog | 5 +++++ FAQ | 2 +- HACKING | 8 +++++--- INSTALL-CVS | 2 +- README | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index d4ea1676a..b440334d6 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 e6320492d..3d02f7ef5 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 49300af56..d53d1d1fd 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 5d16369cf..2b2a0c8f2 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 cb1757a05..c43de3d35 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. -- GitLab