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");