mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-18 08:32:17 -04:00
perl not C
This commit is contained in:
parent
bc4bc62e23
commit
fc16774e1b
1 changed files with 2 additions and 3 deletions
|
|
@ -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.26.206.10 2005/05/13 00:59:38 marka Exp $
|
||||
# $Id: update_copyrights,v 1.26.206.11 2005/05/13 01:07:57 marka Exp $
|
||||
|
||||
require 5.002;
|
||||
|
||||
|
|
@ -112,8 +112,7 @@ foreach $file (keys %file_types) {
|
|||
}
|
||||
|
||||
# copyright notice is now generated from the source.
|
||||
if ($years_list eq "DOCBOOK")
|
||||
next;
|
||||
next if ($years_list eq "DOCBOOK");
|
||||
|
||||
if ($years_list eq "DOCBOOK") {
|
||||
docbook($file);
|
||||
|
|
|
|||
Loading…
Reference in a new issue