Remove unrar and lp_solve from AboutSystem.

These were outsourced and are not Haiku dependencies anymore.
This list may need some more cleanup: I'm not sure why we credit Bullet
Physics, for example.
This commit is contained in:
Adrien Destugues 2014-12-23 16:59:00 +01:00
parent c0c891c5b7
commit 83cd453019

View File

@ -1156,13 +1156,6 @@ AboutView::_CreateCreditsView()
.SetLicense(kBSDFourClause)
.SetURL("http://bzip.org"));
// lp_solve copyrights
_AddPackageCredit(PackageCredit("lp_solve")
.SetCopyright(COPYRIGHT_STRING
"Michel Berkelaar, Kjell Eikland, Peter Notebaert")
.SetLicense(kLGPLv21)
.SetURL("http://lpsolve.sourceforge.net/"));
// OpenEXR copyrights
_AddPackageCredit(PackageCredit("OpenEXR")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2005 Industrial "
@ -1195,13 +1188,6 @@ AboutView::_CreateCreditsView()
.SetLicense("Intel (ACPICA)")
.SetURL("http://www.acpica.org"));
// unrar copyrights
_AddPackageCredit(PackageCredit("unrar")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2008 Alexander "
"L. Roshal. All rights reserved."))
.SetLicense("UnRAR")
.SetURL("http://www.rarlab.com"));
// libpng copyrights
_AddPackageCredit(PackageCredit("libpng")
.SetCopyright(COPYRIGHT_STRING "2004, 2006-2008 Glenn "