AboutSystem: fix/remove broken links

There seem to be no obvious alternatives to the URLs for:

* Bitstream Charter
* GLU
* Ralink

Those URLs were removed.

Fixes #18932

Change-Id: I20a1a9e4d4808f5f6cbaa0f34f2aaf24be8f90f3
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7831
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Humdinger
2024-07-08 12:49:05 +00:00
committed by nephele nephele
parent 8773f8b854
commit ed33555f4c
+31 -34
View File
@@ -1818,7 +1818,7 @@ AboutView::_CreateCreditsView()
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2006 Maxim " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2006 Maxim "
"Shemanarev (McSeem).")) "Shemanarev (McSeem)."))
.SetLicenses("Anti-Grain Geometry", kBSDThreeClause, NULL) .SetLicenses("Anti-Grain Geometry", kBSDThreeClause, NULL)
.SetURL("http://www.antigrain.com")); .SetURL("https://agg.sourceforge.net/antigrain.com"));
// FreeType copyrights // FreeType copyrights
_AddPackageCredit(PackageCredit("FreeType2") _AddPackageCredit(PackageCredit("FreeType2")
@@ -1828,21 +1828,20 @@ AboutView::_CreateCreditsView()
"All rights reserved.", "All rights reserved.",
NULL) NULL)
.SetLicense("FreeType") .SetLicense("FreeType")
.SetURL("http://www.freetype.org")); .SetURL("https://www.freetype.org"));
// Mesa3D (http://www.mesa3d.org) copyrights // Mesa3D (http://www.mesa3d.org) copyrights
_AddPackageCredit(PackageCredit("Mesa") _AddPackageCredit(PackageCredit("Mesa")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1999-2006 Brian Paul. " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1999-2006 Brian Paul. "
"Mesa3D Project. All rights reserved.")) "Mesa3D Project. All rights reserved."))
.SetLicense("MIT") .SetLicense("MIT")
.SetURL("http://www.mesa3d.org")); .SetURL("https://www.mesa3d.org"));
// SGI's GLU implementation copyrights // SGI's GLU implementation copyrights
_AddPackageCredit(PackageCredit("GLU") _AddPackageCredit(PackageCredit("GLU")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1991-2000 " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1991-2000 "
"Silicon Graphics, Inc. All rights reserved.")) "Silicon Graphics, Inc. All rights reserved."))
.SetLicense("SGI Free B") .SetLicense("SGI Free B"));
.SetURL("http://www.sgi.com/products/software/opengl"));
// GLUT implementation copyrights // GLUT implementation copyrights
_AddPackageCredit(PackageCredit("GLUT") _AddPackageCredit(PackageCredit("GLUT")
@@ -1852,7 +1851,7 @@ AboutView::_CreateCreditsView()
COPYRIGHT_STRING "1999 Jake Hamby.", COPYRIGHT_STRING "1999 Jake Hamby.",
NULL) NULL)
.SetLicense("MIT") .SetLicense("MIT")
.SetURL("http://www.opengl.org/resources/libraries/glut")); .SetURL("https://www.opengl.org/resources/libraries/glut"));
// OpenGroup & DEC (BRegion backend) copyright // OpenGroup & DEC (BRegion backend) copyright
_AddPackageCredit(PackageCredit("BRegion backend (XFree86)") _AddPackageCredit(PackageCredit("BRegion backend (XFree86)")
@@ -1871,8 +1870,7 @@ AboutView::_CreateCreditsView()
B_TRANSLATE("BITSTREAM CHARTER is a registered trademark of " B_TRANSLATE("BITSTREAM CHARTER is a registered trademark of "
"Bitstream Inc."), "Bitstream Inc."),
NULL) NULL)
.SetLicense("Bitstream Charter") .SetLicense("Bitstream Charter"));
.SetURL("http://www.bitstream.com/"));
// Noto fonts copyright // Noto fonts copyright
_AddPackageCredit(PackageCredit("Noto fonts") _AddPackageCredit(PackageCredit("Noto fonts")
@@ -1880,7 +1878,7 @@ AboutView::_CreateCreditsView()
"2012-2016 Google Internationalization team."), "2012-2016 Google Internationalization team."),
NULL) NULL)
.SetLicense("SIL Open Font Licence v1.1") .SetLicense("SIL Open Font Licence v1.1")
.SetURL("http://www.google.com/get/noto/")); .SetURL("https://fonts.google.com/noto"));
// expat copyrights // expat copyrights
_AddPackageCredit(PackageCredit("expat") _AddPackageCredit(PackageCredit("expat")
@@ -1889,21 +1887,21 @@ AboutView::_CreateCreditsView()
B_TRANSLATE(COPYRIGHT_STRING "2001-2003 Expat maintainers."), B_TRANSLATE(COPYRIGHT_STRING "2001-2003 Expat maintainers."),
NULL) NULL)
.SetLicense("Expat") .SetLicense("Expat")
.SetURL("http://expat.sourceforge.net")); .SetURL("https://libexpat.github.io"));
// zlib copyrights // zlib copyrights
_AddPackageCredit(PackageCredit("zlib") _AddPackageCredit(PackageCredit("zlib")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1995-2004 Jean-loup " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1995-2004 Jean-loup "
"Gailly and Mark Adler.")) "Gailly and Mark Adler."))
.SetLicense("Zlib") .SetLicense("Zlib")
.SetURL("http://www.zlib.net")); .SetURL("https://www.zlib.net"));
// zip copyrights // zip copyrights
_AddPackageCredit(PackageCredit("Info-ZIP") _AddPackageCredit(PackageCredit("Info-ZIP")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1990-2002 Info-ZIP. " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1990-2002 Info-ZIP. "
"All rights reserved.")) "All rights reserved."))
.SetLicense("Info-ZIP") .SetLicense("Info-ZIP")
.SetURL("http://www.info-zip.org")); .SetURL("https://infozip.sourceforge.net"));
// bzip2 copyrights // bzip2 copyrights
_AddPackageCredit(PackageCredit("bzip2") _AddPackageCredit(PackageCredit("bzip2")
@@ -1917,13 +1915,13 @@ AboutView::_CreateCreditsView()
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2014 Industrial " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2014 Industrial "
"Light & Magic, a division of Lucas Digital Ltd. LLC.")) "Light & Magic, a division of Lucas Digital Ltd. LLC."))
.SetLicense(kBSDThreeClause) .SetLicense(kBSDThreeClause)
.SetURL("http://www.openexr.com")); .SetURL("https://openexr.com"));
// acpica copyrights // acpica copyrights
_AddPackageCredit(PackageCredit("ACPI Component Architecture (ACPICA)") _AddPackageCredit(PackageCredit("ACPI Component Architecture (ACPICA)")
.SetCopyright(COPYRIGHT_STRING "1999-2018 Intel Corp.") .SetCopyright(COPYRIGHT_STRING "1999-2018 Intel Corp.")
.SetLicense("Intel (ACPICA)") .SetLicense("Intel (ACPICA)")
.SetURL("https://www.acpica.org")); .SetURL("https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/overview.html"));
// libpng copyrights // libpng copyrights
_AddPackageCredit(PackageCredit("libpng") _AddPackageCredit(PackageCredit("libpng")
@@ -1937,7 +1935,7 @@ AboutView::_CreateCreditsView()
"Lane, Guido Vollbeding. This software is based in part on the " "Lane, Guido Vollbeding. This software is based in part on the "
"work of the Independent JPEG Group.")) "work of the Independent JPEG Group."))
.SetLicense("LibJPEG") .SetLicense("LibJPEG")
.SetURL("http://www.ijg.org")); .SetURL("https://www.ijg.org"));
// libprint copyrights // libprint copyrights
_AddPackageCredit(PackageCredit("libprint") _AddPackageCredit(PackageCredit("libprint")
@@ -1949,14 +1947,14 @@ AboutView::_CreateCreditsView()
_AddPackageCredit(PackageCredit("Cortex") _AddPackageCredit(PackageCredit("Cortex")
.SetCopyright(COPYRIGHT_STRING "1999-2000 Eric Moon.") .SetCopyright(COPYRIGHT_STRING "1999-2000 Eric Moon.")
.SetLicense(kBSDThreeClause) .SetLicense(kBSDThreeClause)
.SetURL("http://cortex.sourceforge.net/documentation")); .SetURL("https://cortex.sourceforge.net/documentation"));
// FluidSynth copyrights // FluidSynth copyrights
_AddPackageCredit(PackageCredit("FluidSynth") _AddPackageCredit(PackageCredit("FluidSynth")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2003 Peter Hanappe " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2003 Peter Hanappe "
"and others.")) "and others."))
.SetLicense(kLGPLv2) .SetLicense(kLGPLv2)
.SetURL("http://www.fluidsynth.org")); .SetURL("https://www.fluidsynth.org"));
// Xiph.org Foundation copyrights // Xiph.org Foundation copyrights
_AddPackageCredit(PackageCredit("Xiph.org Foundation") _AddPackageCredit(PackageCredit("Xiph.org Foundation")
@@ -1964,42 +1962,42 @@ AboutView::_CreateCreditsView()
B_TRANSLATE(COPYRIGHT_STRING "1994-2008 Xiph.Org. " B_TRANSLATE(COPYRIGHT_STRING "1994-2008 Xiph.Org. "
"All rights reserved."), NULL) "All rights reserved."), NULL)
.SetLicense(kBSDThreeClause) .SetLicense(kBSDThreeClause)
.SetURL("http://www.xiph.org")); .SetURL("https://www.xiph.org"));
// Matroska // Matroska
_AddPackageCredit(PackageCredit("libmatroska") _AddPackageCredit(PackageCredit("libmatroska")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2003 Steve Lhomme. " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2003 Steve Lhomme. "
"All rights reserved.")) "All rights reserved."))
.SetLicense(kLGPLv21) .SetLicense(kLGPLv21)
.SetURL("http://www.matroska.org")); .SetURL("https://www.matroska.org"));
// BColorQuantizer (originally CQuantizer code) // BColorQuantizer (originally CQuantizer code)
_AddPackageCredit(PackageCredit("CQuantizer") _AddPackageCredit(PackageCredit("CQuantizer")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1996-1997 Jeff Prosise. " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1996-1997 Jeff Prosise. "
"All rights reserved.")) "All rights reserved."))
.SetLicense("CQuantizer") .SetLicense("CQuantizer")
.SetURL("http://www.xdp.it")); .SetURL("https://jacobfilipp.com/MSJ/wicked1097.html"));
// MAPM (Mike's Arbitrary Precision Math Library) used by DeskCalc // MAPM (Mike's Arbitrary Precision Math Library) used by DeskCalc
_AddPackageCredit(PackageCredit("MAPM") _AddPackageCredit(PackageCredit("MAPM")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1999-2007 Michael C. " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1999-2007 Michael C. "
"Ring. All rights reserved.")) "Ring. All rights reserved."))
.SetLicense("MAPM") .SetLicense("MAPM")
.SetURL("http://tc.umn.edu/~ringx004")); .SetURL("https://github.com/LuaDist/mapm"));
// MkDepend 1.7 copyright (Makefile dependency generator) // MkDepend 1.7 copyright (Makefile dependency generator)
_AddPackageCredit(PackageCredit("MkDepend") _AddPackageCredit(PackageCredit("MkDepend")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1995-2001 Lars Düning. " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1995-2001 Lars Düning. "
"All rights reserved.")) "All rights reserved."))
.SetLicense("MIT") .SetLicense("MIT")
.SetURL("http://bearnip.com/lars/be")); .SetURL("https://ftp.sunet.se/mirror/media/Oakvalley/soamc/001/Raw_Datafiles/04_LHA-STD/08/Part00442/6be4_8-04-08.dat"));
// libhttpd copyright (used as Poorman backend) // libhttpd copyright (used as Poorman backend)
_AddPackageCredit(PackageCredit("libhttpd") _AddPackageCredit(PackageCredit("libhttpd")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1995, 1998-2001 " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1995, 1998-2001 "
"Jef Poskanzer. All rights reserved.")) "Jef Poskanzer. All rights reserved."))
.SetLicense(kBSDTwoClause) .SetLicense(kBSDTwoClause)
.SetURL("http://www.acme.com/software/thttpd/")); .SetURL("https://www.acme.com/software/thttpd"));
#ifdef __i386__ #ifdef __i386__
// Udis86 copyrights // Udis86 copyrights
@@ -2007,14 +2005,14 @@ AboutView::_CreateCreditsView()
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2004 " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2002-2004 "
"Vivek Mohan. All rights reserved.")) "Vivek Mohan. All rights reserved."))
.SetLicense(kBSDTwoClause) .SetLicense(kBSDTwoClause)
.SetURL("http://udis86.sourceforge.net")); .SetURL("https://udis86.sourceforge.net"));
// Intel PRO/Wireless 2100 & 2200BG firmwares // Intel PRO/Wireless 2100 & 2200BG firmwares
_AddPackageCredit(PackageCredit("Intel PRO/Wireless 2100 & 2200BG firmwares") _AddPackageCredit(PackageCredit("Intel PRO/Wireless 2100 & 2200BG firmwares")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2003-2006 " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2003-2006 "
"Intel Corporation. All rights reserved.")) "Intel Corporation. All rights reserved."))
.SetLicense(kIntel2xxxFirmware) .SetLicense(kIntel2xxxFirmware)
.SetURL("http://www.intellinuxwireless.org/")); .SetURL("http://www.intellinuxwireless.org"));
// Intel wireless firmwares // Intel wireless firmwares
_AddPackageCredit( _AddPackageCredit(
@@ -2022,21 +2020,20 @@ AboutView::_CreateCreditsView()
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2006-2015 " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2006-2015 "
"Intel Corporation. All rights reserved.")) "Intel Corporation. All rights reserved."))
.SetLicense(kIntelFirmware) .SetLicense(kIntelFirmware)
.SetURL("http://www.intellinuxwireless.org/")); .SetURL("http://www.intellinuxwireless.org"));
// Marvell 88w8363 // Marvell 88w8363
_AddPackageCredit(PackageCredit("Marvell 88w8363") _AddPackageCredit(PackageCredit("Marvell 88w8363")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2007-2009 " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2007-2009 "
"Marvell Semiconductor, Inc. All rights reserved.")) "Marvell Semiconductor, Inc. All rights reserved."))
.SetLicense(kMarvellFirmware) .SetLicense(kMarvellFirmware)
.SetURL("http://www.marvell.com/")); .SetURL("https://www.marvell.com"));
// Ralink Firmware RT2501/RT2561/RT2661 // Ralink Firmware RT2501/RT2561/RT2661
_AddPackageCredit(PackageCredit("Ralink Firmware RT2501/RT2561/RT2661") _AddPackageCredit(PackageCredit("Ralink Firmware RT2501/RT2561/RT2661")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2007 " .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2007 "
"Ralink Technology Corporation. All rights reserved.")) "Ralink Technology Corporation. All rights reserved."))
.SetLicense(kRalinkFirmware) .SetLicense(kRalinkFirmware));
.SetURL("http://www.ralinktech.com/"));
#endif #endif
// Gutenprint // Gutenprint
@@ -2044,14 +2041,14 @@ AboutView::_CreateCreditsView()
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING
"1999-2010 by the authors of Gutenprint. All rights reserved.")) "1999-2010 by the authors of Gutenprint. All rights reserved."))
.SetLicense(kGPLv2) .SetLicense(kGPLv2)
.SetURL("http://gutenprint.sourceforge.net/")); .SetURL("https://gimp-print.sourceforge.io"));
// libwebp // libwebp
_AddPackageCredit(PackageCredit("libwebp") _AddPackageCredit(PackageCredit("libwebp")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING
"2010-2011 Google Inc. All rights reserved.")) "2010-2011 Google Inc. All rights reserved."))
.SetLicense(kBSDThreeClause) .SetLicense(kBSDThreeClause)
.SetURL("http://www.webmproject.org/code/#libwebp_webp_image_library")); .SetURL("https://www.webmproject.org/code/#webp-repositories"));
// libavif // libavif
_AddPackageCredit(PackageCredit("libavif") _AddPackageCredit(PackageCredit("libavif")
@@ -2065,19 +2062,19 @@ AboutView::_CreateCreditsView()
.SetCopyright(B_TRANSLATE("2001 by Andy Ritger based on the " .SetCopyright(B_TRANSLATE("2001 by Andy Ritger based on the "
"Generalized Timing Formula")) "Generalized Timing Formula"))
.SetLicense(kBSDThreeClause) .SetLicense(kBSDThreeClause)
.SetURL("http://gtf.sourceforge.net/")); .SetURL("https://gtf.sourceforge.net"));
// libqrencode // libqrencode
_AddPackageCredit(PackageCredit("libqrencode") _AddPackageCredit(PackageCredit("libqrencode")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2006-2012 Kentaro Fukuchi")) .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2006-2012 Kentaro Fukuchi"))
.SetLicense(kLGPLv21) .SetLicense(kLGPLv21)
.SetURL("http://fukuchi.org/works/qrencode/")); .SetURL("https://fukuchi.org/works/qrencode"));
// scrypt // scrypt
_AddPackageCredit(PackageCredit("scrypt") _AddPackageCredit(PackageCredit("scrypt")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2009 Colin Percival")) .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2009 Colin Percival"))
.SetLicense(kBSDTwoClause) .SetLicense(kBSDTwoClause)
.SetURL("https://tarsnap.com/scrypt.html")); .SetURL("https://www.tarsnap.com/scrypt.html"));
_AddCopyrightsFromAttribute(); _AddCopyrightsFromAttribute();
_AddPackageCreditEntries(); _AddPackageCreditEntries();