From: Mark Andrews Date: Fri, 13 May 2005 01:47:36 +0000 (+0000) Subject: track the modification years even if we are not going to be updating the copyrights X-Git-Tag: v9.2.6b1~78^2~143 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a9558a6c63d9c6dbb2f3800b39ccb008652fcde3;p=thirdparty%2Fbind9.git track the modification years even if we are not going to be updating the copyrights --- diff --git a/util/merge_copyrights b/util/merge_copyrights index 24f285e20ad..d64d88bf001 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");