* added copyright for BRegion backend implementation

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21675 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2007-07-20 11:16:04 +00:00
parent 85b65f7585
commit 1255bc6988
1 changed files with 9 additions and 0 deletions

View File

@ -529,6 +529,15 @@ AboutView::AboutView(const BRect &rect)
"Copyright " B_UTF8_COPYRIGHT " 1997 Be Inc.\n"
"Copyright " B_UTF8_COPYRIGHT " 1999 Jake Hamby. \n\n");
// OpenGroup & DEC (BRegion backend) copyright
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuYellow);
fCreditsView->Insert("BRegion backend (XFree86)\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
fCreditsView->Insert(
"Copyright " B_UTF8_COPYRIGHT " 1987, 1988, 1998 The Open Group.\n"
"Copyright " B_UTF8_COPYRIGHT " 1987, 1988 Digital Equipment Corporation, Maynard, Massachusetts.\n"
"All rights reserved.\n\n");
// Konatu font
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuYellow);
fCreditsView->Insert("Konatu font\n");