]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
track the modification years even if we are not going to be updating the copyrights
authorMark Andrews <marka@isc.org>
Fri, 13 May 2005 01:47:36 +0000 (01:47 +0000)
committerMark Andrews <marka@isc.org>
Fri, 13 May 2005 01:47:36 +0000 (01:47 +0000)
util/merge_copyrights

index 24f285e20ada9332e628e1d5897f01e68fd8e644..d64d88bf0016820081324044c83efadd7de891d7 100644 (file)
@@ -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 (<FILES>) {
             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");