merge_copyrights revision 70e5a7403f0e0a3bd292b8287c5fed5772c15270
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync# Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync# Copyright (C) 1998-2001, 2003 Internet Software Consortium.
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync# Permission to use, copy, modify, and/or distribute this software for any
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync# purpose with or without fee is hereby granted, provided that the above
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync# copyright notice and this permission notice appear in all copies.
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync# PERFORMANCE OF THIS SOFTWARE.
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync# $Id: merge_copyrights,v 1.30 2007/06/19 23:47:24 tbox Exp $
ecbaea9ad65eebbee668d1023015855b750e6505vboxsyncopen(COPYRIGHTS, "<util/copyrights") || die "can't open ./util/copyrights: $!";
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time());
df92c5338febac90529df9fc5ba9c58fe828a747vboxsyncopen(FILES, "$find | sort |") || die "can't start \"$find\": $!";
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync # Strip any .in extension to find out the file's real type.
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync # .in files are processed by configure to produce the target file.
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync # Contributed code should maintain its own copyright.
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync } elsif ($base =~ /(\/\.cvsignore|\.gif|\.jpg|\.dsp|\.dsw)$/i) {
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync ($sec,$min,$hour,$mday,$mon,$c_year,$wday,$yday,$isdst) =
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync ($sec,$min,$hour,$mday,$mon,$m_year,$wday,$yday,$isdst) =
07cd6d300c7b0a828b31d83eb0c09876dd028040vboxsync # keep perl from issuing warnings about "used only once"
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync $dev = $ino = $mode = $nlink = $uid = $gid = $rdev = $size = 0;
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync if (! defined($file_years{$_}) || $file_years{$_} eq "????") {
1910146bc46e3eee5b8668806da594107fe9aabfvboxsync # track the modification years even if we are not going to be
453ae3ee24693b7cc05e53375f90331a8d2fad40vboxsync ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
453ae3ee24693b7cc05e53375f90331a8d2fad40vboxsync ($sec,$min,$hour,$mday,$mon,$m_year,$wday,$yday,$isdst) =