winemaker: Print all copyrights in banner.

This commit is contained in:
André Hentschel 2009-04-23 19:07:54 +02:00 committed by Alexandre Julliard
parent f711704cc8
commit 0c53d2ef0d
1 changed files with 2 additions and 0 deletions

View File

@ -2465,6 +2465,8 @@ sub print_banner()
{
print "Winemaker $version\n";
print "Copyright 2000 Francois Gouget <fgouget\@codeweavers.com> for CodeWeavers\n";
print "Copyright 2004 Dimitrie O. Paun\n";
print "Copyright 2009 André Hentschel\n";
}
sub usage()