From 0ab77c78c67226c118aa2df5ef8c144d660a3a0f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 18 Feb 2009 22:47:41 +0100 Subject: [PATCH] Remove remaining references to CVS. * bootstrap: Remove references to CVS. * README.alpha: Likewise. * clcommit.m4sh: Likewise. * doc/libtool.texi: Bump copyright years. (libtool script contents): Describe macro_revision as revision without reference to CVS. Signed-off-by: Ralf Wildenhues --- ChangeLog | 11 +++++++++++ README.alpha | 8 ++++---- bootstrap | 8 ++++---- clcommit.m4sh | 4 ++-- doc/libtool.texi | 8 ++++---- 5 files changed, 25 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 08aeff177..8308fc4e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2009-02-28 Andreas Schwab + Ralf Wildenhues + + Remove remaining references to CVS. + * bootstrap: Remove references to CVS. + * README.alpha: Likewise. + * clcommit.m4sh: Likewise. + * doc/libtool.texi: Bump copyright years. + (libtool script contents): Describe macro_revision as revision + without reference to CVS. + 2009-02-16 Ralf Wildenhues Do not pass $INSTALL via TESTS_ENVIRONMENT. diff --git a/README.alpha b/README.alpha index 2231630bf..903fafb59 100644 --- a/README.alpha +++ b/README.alpha @@ -21,10 +21,9 @@ subject line including the string `[PLATFORM]'. ================= If this distribution doesn't work for you, before you report the -problem, please try upgrading to the latest version from CVS first: +problem, please try upgrading to the latest version from git first: - export CVS_RSH=ssh - cvs -z3 -d :pserver:anonymous@cvs.sv.gnu.org:/sources/libtool co libtool + git clone git://git.savannah.gnu.org/libtool.git cd libtool ./bootstrap @@ -115,7 +114,8 @@ send the file `tests/testsuite.log' to the bug report mailing list, . -- - Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software + Foundation, Inc. Written by Gary V. Vaughan, 2004 This file is part of GNU Libtool. diff --git a/bootstrap b/bootstrap index f8b44c18d..0b3648f55 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh -# bootstrap -- Helps bootstrapping libtool, when checked out from CVS. +# bootstrap -- Helps bootstrapping libtool, when checked out from repository. # -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc, +# Copyright (C) 2003, 2004, 2005, 2006, 2009 Free Software Foundation, Inc, # Mritten by Gary V. Vaughan, 2003 # # This file is part of GNU Libtool. @@ -47,7 +47,7 @@ export SHELL case $1 in --help|-h*) cat < $auxdir/libtoolize <<'EOF' #! /bin/sh -# This is a dummy file for bootstrapping CVS libtool. +# This is a dummy file for bootstrapping libtool. echo "$0: Bootstrap detected, no files installed." | sed 's,^.*/,,g' exit 0 EOF diff --git a/clcommit.m4sh b/clcommit.m4sh index 73719ccf8..351076a3e 100644 --- a/clcommit.m4sh +++ b/clcommit.m4sh @@ -5,7 +5,7 @@ AS_INIT[]m4_divert_push([HEADER-COPYRIGHT])dnl # Written by Gary V. Vaughan # and Alexandre Oliva -# Copyright (C) 1999, 2000, 2004, 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2004, 2006, 2008, 2009 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -52,7 +52,7 @@ AS_INIT[]m4_divert_push([HEADER-COPYRIGHT])dnl # This script eases checking in changes to git-maintained projects # with ChangeLog files. It will check that there have been no -# conflicting commits in the CVS repository and print which files it +# conflicting commits in the git repository and print which files it # is going to commit to stderr. A list of files to compare and to # check in can be given in the command line. If it is not given, all # files in the current working directory are considered for check in. diff --git a/doc/libtool.texi b/doc/libtool.texi index 02340d923..0b35500cc 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -26,7 +26,7 @@ @ifnottex This file documents GNU Libtool @value{VERSION} -Copyright (C) 1996-2008 Free Software Foundation, Inc. +Copyright (C) 1996-2009 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 @@ -53,7 +53,7 @@ identical to this one except for the removal of this paragraph @page @vskip 0pt plus 1filll -Copyright @copyright{} 2008 Free Software Foundation, Inc. +Copyright @copyright{} 2009 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the @sc{gnu} Free Documentation License, Version 1.3 @@ -5902,7 +5902,7 @@ linking. @defvar macro_version @defvarx macro_revision -The release and CVS revision from which the libtool.m4 macros were +The release and revision from which the libtool.m4 macros were taken. This is used to ensure that macros and @code{ltmain.sh} correspond to the same Libtool version. @end defvar @@ -6080,7 +6080,7 @@ trick$ chmod +x libtool trick$ libtool --version ltmain.sh (GNU @@PACKAGE@@@@TIMESTAMP@@) @@VERSION@@ -Copyright (C) 2008 Free Software Foundation, Inc. +Copyright (C) 2009 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. trick$ -- 2.47.3