From 05d8f5251b38c1e891b82177642788a8cfee315e Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 6 Feb 2008 10:59:34 +0000 Subject: [PATCH] * Added James Kim to the list of contributors. * Added temporary copyright entry for lp_solve as a placeholder, until I know what it should say. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23890 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index e7c53c3e8b..a6473cf130 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -409,6 +409,7 @@ AboutView::AboutView(const BRect &rect) "Erik Jaesler\n" "Carwyn Jones\n" "Vasilis Kaoutsis\n" + "James Kim\n" "Euan Kirkhope\n" "Jan Klötzke\n" "Marcin Konicki\n" @@ -559,6 +560,12 @@ AboutView::AboutView(const BRect &rect) AddCopyrightEntry("Vi IMproved", "Copyright " B_UTF8_COPYRIGHT " Bram Moolenaar et al."); + // lp_solve copyrights + // TODO: Fix! + AddCopyrightEntry("lp_solve", + "Copyright " B_UTF8_COPYRIGHT + " ??? (http://lpsolve.sourceforge.net/)."); + // Build a list of installed applications and show their // long version info. Well-behaved apps usually give // copyright info there.