From: Mark Andrews Date: Fri, 13 May 2005 01:03:21 +0000 (+0000) Subject: copyright notice is now generated from the source X-Git-Tag: v9.2.6b1~78^2~146 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f6161d8b90541b52946ae845bc8e2bec2647d6cb;p=thirdparty%2Fbind9.git copyright notice is now generated from the source --- diff --git a/util/update_copyrights b/util/update_copyrights index f2e03d944e3..a5c6cfe7574 100644 --- a/util/update_copyrights +++ b/util/update_copyrights @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: update_copyrights,v 1.37 2005/05/12 08:08:44 marka Exp $ +# $Id: update_copyrights,v 1.38 2005/05/13 01:03:21 marka Exp $ require 5.002; @@ -111,6 +111,10 @@ foreach $file (keys %file_types) { } } + # copyright notice is now generated from the source. + if ($years_list eq "DOCBOOK") + next; + if ($years_list eq "DOCBOOK") { docbook($file); if (!defined $years_list) {