summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>2018-06-19 15:39:47 +0200
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>2018-06-22 14:20:00 +0200
commit58b5e5d82f93561188d3540188b3f19bb7690424 (patch)
tree1f0294b8d5dd2ab94cf82394c940aafbd7388d2e
parent0b13d3e296faed005650241f6c4aa441e78125e7 (diff)
downloadautomake-58b5e5d82f93561188d3540188b3f19bb7690424.tar.gz
Fix Copyright of previous commit
To be squashed if this gets merged.
-rw-r--r--lib/Automake/VarAppend.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Automake/VarAppend.pm b/lib/Automake/VarAppend.pm
index 8f114cfef..6c7b6e681 100644
--- a/lib/Automake/VarAppend.pm
+++ b/lib/Automake/VarAppend.pm
@@ -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