mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 13:38:56 +01:00
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:
parent
67ef7f5678
commit
8b62d2f0e5
@ -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, "
|
||||
|
Loading…
x
Reference in New Issue
Block a user