Removed duplicate license for GLU. Thanks Rimas.

This commit is contained in:
Humdinger 2011-11-25 15:34:28 +01:00
parent 692e9b11e4
commit 1f92d747ef
1 changed files with 3 additions and 3 deletions

View File

@ -1336,7 +1336,8 @@ AboutView::_CreateCreditsView()
// FreeType copyrights // FreeType copyrights
_AddPackageCredit(PackageCredit("FreeType2") _AddPackageCredit(PackageCredit("FreeType2")
.SetCopyright(B_TRANSLATE("Portions of this software are copyright. " .SetCopyright(B_TRANSLATE("Portions of this software are under "
"copyright.\n"
COPYRIGHT_STRING "1996-2006 " COPYRIGHT_STRING "1996-2006 "
"The FreeType Project. All rights reserved.")) "The FreeType Project. All rights reserved."))
.SetLicense("FTL") .SetLicense("FTL")
@ -1352,8 +1353,7 @@ AboutView::_CreateCreditsView()
// 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. SGI's Software FreeB license. " "Silicon Graphics, Inc. All rights reserved."))
"All rights reserved."))
.SetLicense("SGI Free B") .SetLicense("SGI Free B")
.SetURL("http://www.sgi.com/products/software/opengl")); .SetURL("http://www.sgi.com/products/software/opengl"));