From 1f92d747ef5cf73a75661413b06529f9c5570da9 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Fri, 25 Nov 2011 15:34:28 +0100 Subject: [PATCH] Removed duplicate license for GLU. Thanks Rimas. --- src/apps/aboutsystem/AboutSystem.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 869cf5a357..6e5d151d75 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1336,7 +1336,8 @@ AboutView::_CreateCreditsView() // FreeType copyrights _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 " "The FreeType Project. All rights reserved.")) .SetLicense("FTL") @@ -1352,8 +1353,7 @@ AboutView::_CreateCreditsView() // SGI's GLU implementation copyrights _AddPackageCredit(PackageCredit("GLU") .SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "1991-2000 " - "Silicon Graphics, Inc. SGI's Software FreeB license. " - "All rights reserved.")) + "Silicon Graphics, Inc. All rights reserved.")) .SetLicense("SGI Free B") .SetURL("http://www.sgi.com/products/software/opengl"));