[haiku-commits] haiku: hrev48555 - src/apps/aboutsystem

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 23 Dec 2014 16:59:20 +0100 (CET)

hrev48555 adds 1 changeset to branch 'master'
old head: c0c891c5b774ee75354d1de75e7b12c1ef48d742
new head: 83cd45301927585f93f0f2f0ee9ab247b8a2eca1
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=83cd453+%5Ec0c891c

----------------------------------------------------------------------------

83cd453: 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.

                                 [ Adrien Destugues <pulkomandy@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev48555
Commit:      83cd45301927585f93f0f2f0ee9ab247b8a2eca1
URL:         http://cgit.haiku-os.org/haiku/commit/?id=83cd453
Author:      Adrien Destugues <pulkomandy@xxxxxxxxx>
Date:        Tue Dec 23 15:59:00 2014 UTC

----------------------------------------------------------------------------

1 file changed, 14 deletions(-)
src/apps/aboutsystem/AboutSystem.cpp | 14 --------------

----------------------------------------------------------------------------

diff --git a/src/apps/aboutsystem/AboutSystem.cpp 
b/src/apps/aboutsystem/AboutSystem.cpp
index dd25ead..9bc6ea7 100644
--- a/src/apps/aboutsystem/AboutSystem.cpp
+++ b/src/apps/aboutsystem/AboutSystem.cpp
@@ -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 "


Other related posts: