]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: typo for Channels.pm, mention files for which we are the master.
authorKarl Berry <karl@freefriends.org>
Wed, 24 Jan 2024 23:43:24 +0000 (15:43 -0800)
committerKarl Berry <karl@freefriends.org>
Wed, 24 Jan 2024 23:43:24 +0000 (15:43 -0800)
* HACKING: mention files for which we are the master.
* lib/Automake/ChannelDefs.pm: typo for Automake::Channels;
mention that we hold the master copy of this.
* lib/Automake/Channels.pm: update/add text for master copy notice.
* lib/Automake/Configure_ac.pm: likewise.
* lib/Automake/FileUtils.pm: likewise.
* lib/Automake/Getopt.pm: likewise.
* lib/Automake/XFile.pm: likewise.

HACKING
lib/Automake/ChannelDefs.pm
lib/Automake/Channels.pm
lib/Automake/Configure_ac.pm
lib/Automake/FileUtils.pm
lib/Automake/Getopt.pm
lib/Automake/XFile.pm

diff --git a/HACKING b/HACKING
index 6b6232ef298db7331d7eb5cdd85edf1e233e5514..5e6aabaa2f350eb6a43c4bf5d4c2c7e66c452082 100644 (file)
--- a/HACKING
+++ b/HACKING
   should be updated by hand whenever the GPL gets updated (which
   shouldn't happen that often anyway :-).
 
+  Conversely, automake holds the master copy of a number of files that
+  are copied into other projects, such as install-sh, mdate-sh,
+  Channels.pm and ChannelDefs.pm, and plenty more; grep for bug-automake
+  in lib/* for most of the scripts, and see <gnulib>/config/srclist.txt
+  and <autoconf>/build-aux/fetch.pl for lists of such files on two
+  notable receiving ends. Do your best not to break them.
+
 * All changes from the last release that are not trivial bug fixes should
   be mentioned in NEWS.
 
index e3d1cc032e8105d16d3e863061892532782ed24a..bb0ae0bb0686d954ba69bfc91a6be8b81c799081 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
+##################################################################
+# The master copy of this file is in Automake's source repository.
+# Please send updates to automake-patches@gnu.org.          
+##################################################################
+
 package Automake::ChannelDefs;
 
 =head1 NAME
@@ -69,7 +74,7 @@ our @EXPORT = qw (&prog_error &error &fatal &verb
 =head2 CHANNELS
 
 The following channels can be used as the first argument of
-C<Automake::Channel::msg>.  For some of them we list a shorthand
+C<Automake::Channels::msg>.  For some of them we list a shorthand
 function that makes the code more readable.
 
 =over 4
index 8a65f68abafa98ada91fe45d13dcd3a106383692..de6020a6e3301c1dd9c40a1aa179a45fe958553f 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-###############################################################
-# The main copy of this file is in Automake's git repository. #
-# Updates should be sent to automake-patches@gnu.org.         #
-###############################################################
+##################################################################
+# The master copy of this file is in Automake's source repository.
+# Please send updates to automake-patches@gnu.org.          
+##################################################################
 
 package Automake::Channels;
 
index 1ca65c95caaa124a65271820d3241e5e9bd88a43..825848f4ac6a24dca1124354774fdbe50c736807 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-###############################################################
-# The main copy of this file is in Automake's git repository. #
-# Updates should be sent to automake-patches@gnu.org.         #
-###############################################################
+##################################################################
+# The master copy of this file is in Automake's source repository.
+# Please send updates to automake-patches@gnu.org.          
+##################################################################
 
 package Automake::Configure_ac;
 
index f28e2c52b2bd02156e4c41bcd5addbf32004474c..31c61048e65dbb16537bd6abfc1cc9486bb37dd3 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-###############################################################
-# The main copy of this file is in Automake's git repository. #
-# Updates should be sent to automake-patches@gnu.org.         #
-###############################################################
+##################################################################
+# The master copy of this file is in Automake's source repository.
+# Please send updates to automake-patches@gnu.org.          
+##################################################################
 
 package Automake::FileUtils;
 
index f33263e7caada1694c9281a81b171d05783814a6..8f6458ede39331ac74c745e554884eec5d75db42 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
+##################################################################
+# The master copy of this file is in Automake's source repository.
+# Please send updates to automake-patches@gnu.org.          
+##################################################################
+
 package Automake::Getopt;
 
 =head1 NAME
index 244d372744652cbbfd726d077c31987384eba4fc..81af13e3860cee7269ec41eb089611b086c94304 100644 (file)
 
 # Written by Akim Demaille <akim@freefriends.org>.
 
-###############################################################
-# The main copy of this file is in Automake's git repository. #
-# Updates should be sent to automake-patches@gnu.org.         #
-###############################################################
+##################################################################
+# The master copy of this file is in Automake's source repository.
+# Please send updates to automake-patches@gnu.org.          
+##################################################################
 
 package Automake::XFile;