From 8b62d2f0e53f9a0c3396a8c01324b60c0b6dd9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 8 Nov 2008 10:31:52 +0000 Subject: [PATCH] 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 --- src/apps/aboutsystem/AboutSystem.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index f558de2fd6..fa6c699e28 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -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, "