2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

track the modification years even if we are not going to be updating the copyrights

This commit is contained in:
Mark Andrews 2005-05-13 01:47:36 +00:00
parent f5d30e2864
commit a9558a6c63

View File

@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # 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_types = ();
%file_years = (); %file_years = ();
@ -107,7 +107,9 @@ while (<FILES>) {
next; 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{$_} =~ /^PARENT:/);
next if ($file_years{$_} eq "DOCBOOK"); next if ($file_years{$_} eq "DOCBOOK");