* 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:
@@ -409,6 +409,7 @@ AboutView::AboutView(const BRect &rect)
|
|||||||
"Erik Jaesler\n"
|
"Erik Jaesler\n"
|
||||||
"Carwyn Jones\n"
|
"Carwyn Jones\n"
|
||||||
"Vasilis Kaoutsis\n"
|
"Vasilis Kaoutsis\n"
|
||||||
|
"James Kim\n"
|
||||||
"Euan Kirkhope\n"
|
"Euan Kirkhope\n"
|
||||||
"Jan Klötzke\n"
|
"Jan Klötzke\n"
|
||||||
"Marcin Konicki\n"
|
"Marcin Konicki\n"
|
||||||
@@ -559,6 +560,12 @@ AboutView::AboutView(const BRect &rect)
|
|||||||
AddCopyrightEntry("Vi IMproved",
|
AddCopyrightEntry("Vi IMproved",
|
||||||
"Copyright " B_UTF8_COPYRIGHT " Bram Moolenaar et al.");
|
"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
|
// Build a list of installed applications and show their
|
||||||
// long version info. Well-behaved apps usually give
|
// long version info. Well-behaved apps usually give
|
||||||
// copyright info there.
|
// copyright info there.
|
||||||
|
|||||||
Reference in New Issue
Block a user