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:
@@ -1156,13 +1156,6 @@ AboutView::_CreateCreditsView()
|
|||||||
.SetLicense(kBSDFourClause)
|
.SetLicense(kBSDFourClause)
|
||||||
.SetURL("http://bzip.org"));
|
.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
|
// OpenEXR copyrights
|
||||||
_AddPackageCredit(PackageCredit("OpenEXR")
|
_AddPackageCredit(PackageCredit("OpenEXR")
|
||||||
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2005 Industrial "
|
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2005 Industrial "
|
||||||
@@ -1195,13 +1188,6 @@ AboutView::_CreateCreditsView()
|
|||||||
.SetLicense("Intel (ACPICA)")
|
.SetLicense("Intel (ACPICA)")
|
||||||
.SetURL("http://www.acpica.org"));
|
.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
|
// libpng copyrights
|
||||||
_AddPackageCredit(PackageCredit("libpng")
|
_AddPackageCredit(PackageCredit("libpng")
|
||||||
.SetCopyright(COPYRIGHT_STRING "2004, 2006-2008 Glenn "
|
.SetCopyright(COPYRIGHT_STRING "2004, 2006-2008 Glenn "
|
||||||
|
|||||||
Reference in New Issue
Block a user