* Added license files for GLU & GLUT

* Updated AboutSystem to reference new licenses
 * information based on http://www.mesa3d.org/license.html


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35996 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2010-03-29 17:22:08 +00:00
parent c98bab29e9
commit 58aaef72e0
3 changed files with 40 additions and 4 deletions
+6 -4
View File
@@ -1178,8 +1178,9 @@ AboutView::_CreateCreditsView()
_AddPackageCredit(PackageCredit("GLU")
.SetCopyright(COPYRIGHT_STRING
"1991-2000 Silicon Graphics, Inc. "
"SGI's Software FreeB license. All rights reserved."));
// TODO: License!
"SGI's Software FreeB license. All rights reserved.")
.SetLicense("SGI Free B")
.SetURL("http://www.sgi.com/products/software/opengl"));
// GLUT implementation copyrights
_AddPackageCredit(PackageCredit("GLUT")
@@ -1187,8 +1188,9 @@ AboutView::_CreateCreditsView()
"All rights reserved.",
COPYRIGHT_STRING "1997 Be Inc.",
COPYRIGHT_STRING "1999 Jake Hamby.",
NULL));
// TODO: License!
NULL)
.SetLicense("GLUT (Mark Kilgard)")
.SetURL("http://www.opengl.org/resources/libraries/glut"));
// OpenGroup & DEC (BRegion backend) copyright
_AddPackageCredit(PackageCredit("BRegion backend (XFree86)")