That the core system code of Haiku is distributed under the terms of the MIT

license was nowhere mentioned. I added an explaination to the copyrights section
and also mentioned that clicking a license name will open the respective
license for reading.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28557 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-11-08 10:31:52 +00:00
parent 67ef7f5678
commit 8b62d2f0e5

View File

@ -559,6 +559,21 @@ AboutView::AboutView(const BRect &rect)
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuGreen);
fCreditsView->Insert("\nCopyrights\n\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
fCreditsView->Insert("[Click a license name to read the respective "
"license.]\n\n");
// Haiku license
fCreditsView->Insert("The code that is unique to Haiku, especially the "
"kernel and all code that applications may link against, is "
"distributed under the terms of the ");
fCreditsView->InsertHyperText("MIT license",
new OpenFileAction("/etc/licenses/MIT"));
fCreditsView->Insert(". Some system libraries contain third party code "
"distributed under the LGPL license. You can find the copyrights "
"to third party code below.\n\n");
// GNU copyrights
AddCopyrightEntry("The GNU Project",
"Contains software from the GNU Project, "