]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix Copyright of previous commit
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Tue, 19 Jun 2018 13:39:47 +0000 (15:39 +0200)
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Fri, 22 Jun 2018 12:20:00 +0000 (14:20 +0200)
To be squashed if this gets merged.

lib/Automake/VarAppend.pm

index 8f114cfef7f0c28895cf3566f701ccd242c3b8c0..6c7b6e6810b7f745891afff8e11ce448a56f468b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2018  Matthias Paulmier
+# Copyright (C) 2018  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
@@ -40,13 +40,12 @@ This package provides methods for appending values to variables.
 
 It is used by the C<Automake::Variable> class in its C<define> function.
 
-=head2 Functions
+=head2 FUNCTIONS
 
 =item C<append_var_cur_cond ($self, $var, $owner, $where, $def, $value,
 $comment)>
 
-Append $value to an existing $var defined for the current condition.  This is
-only used in the define method of this file.
+Append $value to an existing $var defined for the current condition.
 
 =cut