]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Perl modules: remove references to "Automake CVS repository".
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 22 Sep 2010 19:35:58 +0000 (21:35 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 22 Sep 2010 19:37:03 +0000 (21:37 +0200)
* 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".

ChangeLog
lib/Automake/Channels.pm
lib/Automake/Configure_ac.pm
lib/Automake/FileUtils.pm
lib/Automake/Struct.pm
lib/Automake/Version.pm
lib/Automake/XFile.pm

index af0e7f4511f3220a09ccda7ad3b7eba3e84759a3..00b9e4b951920ebfae0ac1bbb9b7b16ddee1d369 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2010-09-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       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,
index 8438fb43840bb966bc9a76af121a1a8fdffc4be9..9a2732c890223dcf372c86cb1d93be9507deee75 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ###############################################################
-# 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.         #
 ###############################################################
 
index 646fad3436b925c687bf90aba3af74814c541e52..e2bebef7726e47cbbf0a93cb96069e88350949ef 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 
 ###############################################################
-# 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.         #
 ###############################################################
 
index e39750d300bddc8ee10ddfb912572947c3905052..ba7afc0263d6051747fe12a43400d76460f1c951 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ###############################################################
-# 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.         #
 ###############################################################
 
index 9745779fcfe034cf5f8dbada53852ead15db619a..ae42db27d562ff25ea51421b1bc0d5f55d0b4e53 100644 (file)
@@ -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.         #
 ###############################################################
 
index 8b2a7bc4e13e7f7aca99cbdb6c8889dcc96a0c81..347f8f6d62c2eebd4f0890e972268e51284dbe39 100644 (file)
@@ -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<MICRO> are digits, C<ALPHA> is a character, and C<FORK> any
 alphanumeric word.
 
 Usually, C<ALPHA> is used to label alpha releases or intermediate
-snapshots, C<FORK> is used for CVS branches or patched releases, and
+snapshots, C<FORK> is used for git branches or patched releases, and
 C<MICRO> is used for bug fixes releases on the C<MAJOR.MINOR> branch.
 
 For the purpose of ordering, C<1.4> is the same as C<1.4.0>, but
index 7c8f5eb65bef553ed92b07f60529ea8480beb45c..46483e65a2800dfe160385f578ff2f400ae9d238 100644 (file)
@@ -17,7 +17,7 @@
 # Written by Akim Demaille <akim@freefriends.org>.
 
 ###############################################################
-# 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.         #
 ###############################################################