Ticket #11015: 0002-AboutSystem-remove-outsourced-software.patch

File 0002-AboutSystem-remove-outsourced-software.patch, 9.1 KB (added by waddlesplash, 10 years ago)

Second patch.

  • src/apps/aboutsystem/AboutSystem.cpp

    From 9904886518343161a69311d57d8ebea3d9979788 Mon Sep 17 00:00:00 2001
    From: Augustin Cavalier <waddlesplash@gmail.com>
    Date: Thu, 10 Jul 2014 12:17:33 -0400
    Subject: [PATCH 1/2] AboutSystem: remove outsourced software.
    
    Copyrights and descriptions for these can now be found in HaikuDepot,
    or they are no longer used (an OpenGrok search for any of these does
    not return any code.)
    ---
     src/apps/aboutsystem/AboutSystem.cpp | 125 +----------------------------------
     1 file changed, 2 insertions(+), 123 deletions(-)
    
    diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp
    index 58b0bfc..f059b82 100644
    a b AboutView::_CreateCreditsView()  
    10481048        "http://www.netbsd.org");
    10491049            // TODO: License!
    10501050
    1051     // FFMpeg copyrights
    1052     _AddPackageCredit(PackageCredit("FFMpeg libavcodec")
    1053         .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2000-2007 Fabrice "
    1054             "Bellard, et al."))
    1055         .SetLicenses(kLGPLv21, kLGPLv2, NULL)
    1056         .SetURL("http://www.ffmpeg.org"));
    1057 
    10581051    // AGG copyrights
    10591052    _AddPackageCredit(PackageCredit("AntiGrain Geometry")
    10601053        .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2006 Maxim "
    AboutView::_CreateCreditsView()  
    10701063        .SetLicense("PDFlib Lite")
    10711064        .SetURL("http://www.pdflib.com"));
    10721065
    1073     // FreeType copyrights
    1074     _AddPackageCredit(PackageCredit("FreeType2")
    1075         .SetCopyright(B_TRANSLATE("Portions of this software are under "
    1076             "copyright.\n"
    1077             COPYRIGHT_STRING "1996-2006 "
    1078             "The FreeType Project. All rights reserved."))
    1079         .SetLicense("FTL")
    1080         .SetURL("http://www.freetype.org"));
    1081 
    1082     // Mesa3D (http://www.mesa3d.org) copyrights
    1083     _AddPackageCredit(PackageCredit("Mesa")
    1084         .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1999-2006 Brian Paul. "
    1085             "Mesa3D Project. All rights reserved."))
    1086         .SetLicense("MIT")
    1087         .SetURL("http://www.mesa3d.org"));
    1088 
    1089     // SGI's GLU implementation copyrights
    1090     _AddPackageCredit(PackageCredit("GLU")
    1091         .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1991-2000 "
    1092             "Silicon Graphics, Inc. All rights reserved."))
    1093         .SetLicense("SGI Free B")
    1094         .SetURL("http://www.sgi.com/products/software/opengl"));
    1095 
    10961066    // GLUT implementation copyrights
    10971067    _AddPackageCredit(PackageCredit("GLUT")
    10981068        .SetCopyrights(B_TRANSLATE(COPYRIGHT_STRING "1994-1997 Mark Kilgard. "
    AboutView::_CreateCreditsView()  
    11031073        .SetLicense("GLUT (Mark Kilgard)")
    11041074        .SetURL("http://www.opengl.org/resources/libraries/glut"));
    11051075
    1106     // OpenGroup & DEC (BRegion backend) copyright
    1107     _AddPackageCredit(PackageCredit("BRegion backend (XFree86)")
    1108         .SetCopyrights(COPYRIGHT_STRING "1987-1988, 1998 The Open Group.",
    1109             B_TRANSLATE(COPYRIGHT_STRING "1987-1988 Digital Equipment "
    1110             "Corporation, Maynard, Massachusetts.\n"
    1111             "All rights reserved."),
    1112             NULL)
    1113         .SetLicenses("OpenGroup", "DEC", NULL));
    1114             // TODO: URL
    1115 
    11161076    // VL-Gothic font
    11171077    _AddPackageCredit(PackageCredit("VL-Gothic font")
    11181078        .SetCopyrights(B_TRANSLATE(COPYRIGHT_STRING "1990-2003 Wada Laboratory,"
    AboutView::_CreateCreditsView()  
    11351095        .SetLicense("Expat")
    11361096        .SetURL("http://expat.sourceforge.net"));
    11371097
    1138     // zlib copyrights
    1139     _AddPackageCredit(PackageCredit("zlib")
    1140         .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1995-2004 Jean-loup "
    1141             "Gailly and Mark Adler."))
    1142         .SetLicense("Zlib")
    1143         .SetURL("http://www.zlib.net"));
    1144 
    11451098    // zip copyrights
    11461099    _AddPackageCredit(PackageCredit("Info-ZIP")
    11471100        .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1990-2002 Info-ZIP. "
    AboutView::_CreateCreditsView()  
    11491102        .SetLicense("Info-ZIP")
    11501103        .SetURL("http://www.info-zip.org"));
    11511104
    1152     // bzip2 copyrights
    1153     _AddPackageCredit(PackageCredit("bzip2")
    1154         .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1996-2005 Julian R "
    1155             "Seward. All rights reserved."))
    1156         .SetLicense(kBSDFourClause)
    1157         .SetURL("http://bzip.org"));
    1158 
    1159     // lp_solve copyrights
    1160     _AddPackageCredit(PackageCredit("lp_solve")
    1161         .SetCopyright(COPYRIGHT_STRING
    1162             "Michel Berkelaar, Kjell Eikland, Peter Notebaert")
    1163         .SetLicense(kLGPLv21)
    1164         .SetURL("http://lpsolve.sourceforge.net/"));
    1165 
    11661105    // OpenEXR copyrights
    11671106    _AddPackageCredit(PackageCredit("OpenEXR")
    11681107        .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2005 Industrial "
    AboutView::_CreateCreditsView()  
    11951134        .SetLicense("Intel (ACPICA)")
    11961135        .SetURL("http://www.acpica.org"));
    11971136
    1198     // unrar copyrights
    1199     _AddPackageCredit(PackageCredit("unrar")
    1200         .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2008 Alexander "
    1201             "L. Roshal. All rights reserved."))
    1202         .SetLicense("UnRAR")
    1203         .SetURL("http://www.rarlab.com"));
    1204 
    1205     // libpng copyrights
    1206     _AddPackageCredit(PackageCredit("libpng")
    1207         .SetCopyright(COPYRIGHT_STRING "2004, 2006-2008 Glenn "
    1208             "Randers-Pehrson.")
    1209         .SetLicense("LibPNG")
    1210         .SetURL("http://www.libpng.org"));
    1211 
    1212     // libjpeg copyrights
    1213     _AddPackageCredit(PackageCredit("libjpeg")
    1214         .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1994-2009, Thomas G. "
    1215             "Lane, Guido Vollbeding. This software is based in part on the "
    1216             "work of the Independent JPEG Group."))
    1217         .SetLicense("LibJPEG")
    1218         .SetURL("http://www.ijg.org"));
    1219 
    12201137    // libprint copyrights
    12211138    _AddPackageCredit(PackageCredit("libprint")
    12221139        .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1999-2000 Y.Takagi. "
    AboutView::_CreateCreditsView()  
    12541171        .SetLicense(kMITNoPromotion)
    12551172        .SetURL("http://xmlsoft.org"));
    12561173
    1257     // Xiph.org Foundation copyrights
    1258     _AddPackageCredit(PackageCredit("Xiph.org Foundation")
    1259         .SetCopyrights("libvorbis, libogg, libtheora, libspeex",
    1260             B_TRANSLATE(COPYRIGHT_STRING "1994-2008 Xiph.Org. "
    1261             "All rights reserved."), NULL)
    1262         .SetLicense(kBSDThreeClause)
    1263         .SetURL("http://www.xiph.org"));
    1264 
    12651174    // The Tcpdump Group
    12661175    _AddPackageCredit(PackageCredit("The Tcpdump Group")
    12671176        .SetCopyright("tcpdump, libpcap")
    AboutView::_CreateCreditsView()  
    12891198        .SetLicense("MAPM")
    12901199        .SetURL("http://tc.umn.edu/~ringx004"));
    12911200
    1292     // MkDepend 1.7 copyright (Makefile dependency generator)
    1293     _AddPackageCredit(PackageCredit("MkDepend")
    1294         .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1995-2001 Lars Düning. "
    1295             "All rights reserved."))
    1296         .SetLicense("MkDepend")
    1297         .SetURL("http://bearnip.com/lars/be"));
    1298 
    12991201    // libhttpd copyright (used as Poorman backend)
    13001202    _AddPackageCredit(PackageCredit("libhttpd")
    13011203        .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1995, 1998-2001 "
    AboutView::_CreateCreditsView()  
    13101212            "Vivek Mohan. All rights reserved."))
    13111213        .SetLicense(kBSDTwoClause)
    13121214        .SetURL("http://udis86.sourceforge.net"));
    1313 #endif
    13141215
    1315 #ifdef __INTEL__
    13161216    // Intel PRO/Wireless 2100 Firmware
    13171217    _AddPackageCredit(PackageCredit("Intel PRO/Wireless 2100 Firmware")
    13181218        .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2003-2006 "
    13191219            "Intel Corporation. All rights reserved."))
    13201220        .SetLicense(kIntel2xxxFirmware)
    13211221        .SetURL("http://ipw2100.sourceforge.net/"));
    1322 #endif
    13231222
    1324 #ifdef __INTEL__
    13251223    // Intel PRO/Wireless 2200BG Firmware
    13261224    _AddPackageCredit(PackageCredit("Intel PRO/Wireless 2200BG Firmware")
    13271225        .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2004-2005 "
    13281226            "Intel Corporation. All rights reserved."))
    13291227        .SetLicense(kIntel2xxxFirmware)
    13301228        .SetURL("http://ipw2200.sourceforge.net/"));
    1331 #endif
    13321229
    1333 #ifdef __INTEL__
    13341230    // Intel PRO/Wireless 3945ABG/BG Network Connection Adapter Firmware
    13351231    _AddPackageCredit(
    13361232        PackageCredit(
    AboutView::_CreateCreditsView()  
    13391235            "Intel Corporation. All rights reserved."))
    13401236        .SetLicense(kIntelFirmware)
    13411237        .SetURL("http://www.intellinuxwireless.org/"));
    1342 #endif
    1343 #ifdef __INTEL__
     1238
    13441239    // Intel Wireless WiFi Link 4965AGN Adapter Firmware
    13451240    _AddPackageCredit(
    13461241        PackageCredit("Intel Wireless WiFi Link 4965AGN Adapter Firmware")
    AboutView::_CreateCreditsView()  
    13481243            "Intel Corporation. All rights reserved."))
    13491244        .SetLicense(kIntelFirmware)
    13501245        .SetURL("http://www.intellinuxwireless.org/"));
    1351 #endif
    13521246
    1353 #ifdef __INTEL__
    13541247    // Marvell 88w8363
    13551248    _AddPackageCredit(PackageCredit("Marvell 88w8363")
    13561249        .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2007-2009 "
    13571250            "Marvell Semiconductor, Inc. All rights reserved."))
    13581251        .SetLicense(kMarvellFirmware)
    13591252        .SetURL("http://www.marvell.com/"));
    1360 #endif
    13611253
    1362 #ifdef __INTEL__
    13631254    // Ralink Firmware RT2501/RT2561/RT2661
    13641255    _AddPackageCredit(PackageCredit("Ralink Firmware RT2501/RT2561/RT2661")
    13651256        .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2007 "
    AboutView::_CreateCreditsView()  
    13681259        .SetURL("http://www.ralinktech.com/"));
    13691260#endif
    13701261
    1371     // Gutenprint
    1372     _AddPackageCredit(PackageCredit("Gutenprint")
    1373         .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING
    1374             "1999-2010 by the authors of Gutenprint. All rights reserved."))
    1375         .SetLicense(kGPLv2)
    1376         .SetURL("http://gutenprint.sourceforge.net/"));
    1377 
    13781262    // libwebp
    13791263    _AddPackageCredit(PackageCredit("libwebp")
    13801264        .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING
    AboutView::_CreateCreditsView()  
    13891274        .SetLicense(kBSDThreeClause)
    13901275        .SetURL("http://gtf.sourceforge.net/"));
    13911276
    1392     // libqrencode
    1393     _AddPackageCredit(PackageCredit("libqrencode")
    1394         .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2006-2012 Kentaro Fukuchi"))
    1395         .SetLicense(kLGPLv21)
    1396         .SetURL("http://fukuchi.org/works/qrencode/"));
    1397 
    13981277    _AddCopyrightsFromAttribute();
    13991278    _AddPackageCreditEntries();
    14001279