* 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
This commit is contained in:
Ingo Weinhold 2008-02-06 10:59:34 +00:00
parent a101e99aad
commit 05d8f5251b

View File

@ -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.