AboutSystem: Drop GLU credit.

We use Mesa3d GLU now, which is under MIT license.
This commit is contained in:
Augustin Cavalier
2025-01-13 14:16:40 -05:00
parent 1c45ac1e20
commit 01b94ce7b8
2 changed files with 0 additions and 35 deletions
-6
View File
@@ -1850,12 +1850,6 @@ AboutView::_CreateCreditsView()
.SetLicense("MIT")
.SetURL("https://www.mesa3d.org"));
// SGI's GLU implementation copyrights
_AddPackageCredit(PackageCredit("GLU")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1991-2000 "
"Silicon Graphics, Inc. All rights reserved."))
.SetLicense("SGI Free B"));
// GLUT implementation copyrights
_AddPackageCredit(PackageCredit("GLUT")
.SetCopyrights(B_TRANSLATE(COPYRIGHT_STRING "1994-1997 Mark Kilgard. "