From: Stefano Lattarini Date: Wed, 22 Sep 2010 19:35:58 +0000 (+0200) Subject: Perl modules: remove references to "Automake CVS repository". X-Git-Tag: v1.11.1b~50^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=627f0a91fce4a715f871334342d4bdd877670dc2;p=thirdparty%2Fautomake.git Perl modules: remove references to "Automake CVS repository". * lib/Automake/Channels.pm: Update comments to refer to "Automke's git repository" rather than to "Automake's CVS repository". * lib/Automake/Configure_ac.pm: Likewise. * lib/Automake/FileUtils.pm: Likewise. * lib/Automake/Struct.pm: Likewise. * lib/Automake/XFile.pm: Likewise. * lib/Automake/Version.pm (=head1 DESCRIPTION): Refer to "git branches" rather than "CVS branches". --- diff --git a/ChangeLog b/ChangeLog index af0e7f451..00b9e4b95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2010-09-22 Stefano Lattarini + Perl modules: remove references to "Automake CVS repository". + * lib/Automake/Channels.pm: Update comments to refer to "Automke's + git repository" rather than to "Automake's CVS repository". + * lib/Automake/Configure_ac.pm: Likewise. + * lib/Automake/FileUtils.pm: Likewise. + * lib/Automake/Struct.pm: Likewise. + * lib/Automake/XFile.pm: Likewise. + * lib/Automake/Version.pm (=head1 DESCRIPTION): Refer to "git + branches" rather than "CVS branches". + Remove obsolete .cvsignore files. * .cvsignore, doc/.cvsignore, lib/.cvsignore, lib/am/.cvsignore, lib/Automake/.cvsignore, lib/Automake/tests/.cvsignore, diff --git a/lib/Automake/Channels.pm b/lib/Automake/Channels.pm index 8438fb438..9a2732c89 100644 --- a/lib/Automake/Channels.pm +++ b/lib/Automake/Channels.pm @@ -15,7 +15,7 @@ # along with this program. If not, see . ############################################################### -# The main copy of this file is in Automake's CVS repository. # +# The main copy of this file is in Automake's git repository. # # Updates should be sent to automake-patches@gnu.org. # ############################################################### diff --git a/lib/Automake/Configure_ac.pm b/lib/Automake/Configure_ac.pm index 646fad343..e2bebef77 100644 --- a/lib/Automake/Configure_ac.pm +++ b/lib/Automake/Configure_ac.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2005, 2006, 2010 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 @@ -14,7 +14,7 @@ # along with this program. If not, see . ############################################################### -# The main copy of this file is in Automake's CVS repository. # +# The main copy of this file is in Automake's git repository. # # Updates should be sent to automake-patches@gnu.org. # ############################################################### diff --git a/lib/Automake/FileUtils.pm b/lib/Automake/FileUtils.pm index e39750d30..ba7afc026 100644 --- a/lib/Automake/FileUtils.pm +++ b/lib/Automake/FileUtils.pm @@ -15,7 +15,7 @@ # along with this program. If not, see . ############################################################### -# The main copy of this file is in Automake's CVS repository. # +# The main copy of this file is in Automake's git repository. # # Updates should be sent to automake-patches@gnu.org. # ############################################################### diff --git a/lib/Automake/Struct.pm b/lib/Automake/Struct.pm index 9745779fc..ae42db27d 100644 --- a/lib/Automake/Struct.pm +++ b/lib/Automake/Struct.pm @@ -1,5 +1,5 @@ # autoconf -- create `configure' using m4 macros -# Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2006, 2010 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 @@ -21,7 +21,7 @@ # we would have two packages defining the same symbols. Boom. ############################################################### -# The main copy of this file is in Automake's CVS repository. # +# The main copy of this file is in Automake's git repository. # # Updates should be sent to automake-patches@gnu.org. # ############################################################### diff --git a/lib/Automake/Version.pm b/lib/Automake/Version.pm index 8b2a7bc4e..347f8f6d6 100644 --- a/lib/Automake/Version.pm +++ b/lib/Automake/Version.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2010 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 @@ -39,7 +39,7 @@ C are digits, C is a character, and C any alphanumeric word. Usually, C is used to label alpha releases or intermediate -snapshots, C is used for CVS branches or patched releases, and +snapshots, C is used for git branches or patched releases, and C is used for bug fixes releases on the C branch. For the purpose of ordering, C<1.4> is the same as C<1.4.0>, but diff --git a/lib/Automake/XFile.pm b/lib/Automake/XFile.pm index 7c8f5eb65..46483e65a 100644 --- a/lib/Automake/XFile.pm +++ b/lib/Automake/XFile.pm @@ -17,7 +17,7 @@ # Written by Akim Demaille . ############################################################### -# The main copy of this file is in Automake's CVS repository. # +# The main copy of this file is in Automake's git repository. # # Updates should be sent to automake-patches@gnu.org. # ###############################################################