From a9558a6c63d9c6dbb2f3800b39ccb008652fcde3 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 13 May 2005 01:47:36 +0000 Subject: [PATCH] track the modification years even if we are not going to be updating the copyrights --- util/merge_copyrights | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/util/merge_copyrights b/util/merge_copyrights index 24f285e20a..d64d88bf00 100644 --- a/util/merge_copyrights +++ b/util/merge_copyrights @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: merge_copyrights,v 1.22 2005/05/12 02:18:57 marka Exp $ +# $Id: merge_copyrights,v 1.23 2005/05/13 01:47:36 marka Exp $ %file_types = (); %file_years = (); @@ -107,7 +107,9 @@ while () { next; } - next if $file_types{$_} eq "X"; + # track the modification years even if we are not going to be + # updating the copyrights. + # next if $file_types{$_} eq "X"; next if ($file_years{$_} =~ /^PARENT:/); next if ($file_years{$_} eq "DOCBOOK");