# 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 = ();
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");