report-copyright revision 12708
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Generate report on copyright files
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
use strict;
use warnings;
use Cwd;
my @specs;
my $arg = shift;
my %owners;
my %copyright_files;
my @list = @_;
my $prev;
return @list;
return @uniq_list;
<html>
<head>
</head>
<body>
<table border=1 cellspacing=0>
my $missing = 0;
print "<td><a href=\"http://www.opensolaris.org/viewProfile.jspa?username=$owners{$spec}\">$owners{$spec}</a></td>\n";
$missing ++;
print "<td bgcolor=#aaffaa><a href=\"http://src.opensolaris.org/source/xref/jds/${repo}/${branch}/copyright/${copyright_files{$spec}}\">$copyright_files{$spec}</a></td>\n";
</table><p>
<table border=1 cellspacing=0>
my $first_spec = 1;
print "<tr><td valign=top><a href=\"http://www.opensolaris.org/viewProfile.jspa?username=$owners{$spec}\">$owners{$spec}</a></td>\n";
$first_spec = 0;
</table>
</font>
</body>
</html>