update_copyrights revision 2da2220fe7af2c45724b50b0187523b1fab0cf08
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# Copyright (C) 1998-2001 Internet Software Consortium.
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# Permission to use, copy, modify, and distribute this software for any
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# purpose with or without fee is hereby granted, provided that the above
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# copyright notice and this permission notice appear in all copies.
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# PERFORMANCE OF THIS SOFTWARE.
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# $Id: update_copyrights,v 1.45 2006/12/22 02:40:14 sra Exp $
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Huntrequire 5.002;
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# Map copyright owners to the files containing copyright messages.
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# The first line of the copyright message is not in the file;
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt# it is constructed by this script.
my $f = $owner2filename{$owner};
@copyright_text = <COPYRIGHT>;
$owner2text{$owner} = [ @copyright_text ];
my $years_list;
my $parent;
$file_types{$file} = $type;
$file_years{$file} = $years;
$parent = $_[0];
$parent = $_[0];
my $holder = shift;
return $result;
$textp = $owner2text{$owner};
$c_comment = 0;
$shell_comment = 0;
$m4_comment = 0;
$sgml_comment = 0;
$zone_comment = 0;
$man_comment = 0;
$c_comment = 1;
$shell_comment = 1;
$zone_comment = 1;
$man_comment = 1;
$m4_comment = 1;
$sgml_comment = 1;
$_ = <SOURCE>;
$_ = <SOURCE>;
$_ = <SOURCE>;
last if $_ =~ /\*\//;
$_ = <SOURCE>;
$first = $_;
last;
$first = $_;
$_ = <SOURCE>;
$first = $_;
last;
$_ = <SOURCE>;
$_ = <SOURCE>;
last if s/.*-->//;
$_ = <SOURCE>;
$first = $_;
$first = $_;
/Permission to use, copy, modify, and / ||
$first = $_;
$first = $_;
print TARGET $before_copyright if $before_copyright;
print TARGET $start_comment if $start_comment;
$last_year = 0;
$anchor_year = 0;
$last_year = $year;
$last_year = 0;
$anchor_year = 0;
$last_year = $year;
$last_year = 0;
$anchor_year = 0;
$last_year = $year;
$firstline =~ s/\@SYSYEARS\@/$sysyears/;
$secondline =~ s/\@SFTYEARS\@/$sftyears/;
$thirdline =~ s/\@NOMYEARS\@/$nomyears/;
print TARGET $secondline =~ /^$/ ? $nonspaceprefix : $prefix;
print TARGET $thirdline =~ /^$/ ? $nonspaceprefix : $prefix;
print TARGET $end_comment if $end_comment;
undef $/;
$_ = <SOURCE>;
s:<articleinfo>.*?</articleinfo>:<articleinfo>\n$r </articleinfo>:s;
print TARGET $_;