From 880a657a4e20f926d07a463a69fd7bbeab33ee85 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Sun, 28 Mar 2010 15:12:33 +0000 Subject: [PATCH] Updated some more licenses. Added a note about Freetype, which allows us to choose either the FTL or GPL. Added a note about PDFLib, whose license file is a pdf and lists some additional requirements for binary redistribution. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35984 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 437ef3f059..e40ae695ed 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1139,14 +1139,14 @@ AboutView::_CreateCreditsView() // FFMpeg copyrights _AddPackageCredit(PackageCredit("FFMpeg libavcodec") .SetCopyright(COPYRIGHT_STRING "2000-2007 Fabrice Bellard, et al.") + .SetLicenses("GNU LGPL v2.1", "GNU LGPL v2", NULL) .SetURL("http://www.ffmpeg.org")); - // TODO: License! // AGG copyrights _AddPackageCredit(PackageCredit("AntiGrain Geometry") .SetCopyright(COPYRIGHT_STRING "2002-2006 Maxim Shemanarev (McSeem).") + .SetLicenses("Anti-Grain Geometry", "BSD (3-clause)", "GPC", NULL) .SetURL("http://www.antigrain.com")); - // TODO: License! // PDFLib copyrights _AddPackageCredit(PackageCredit("PDFLib") @@ -1155,6 +1155,7 @@ AboutView::_CreateCreditsView() "PDFlib and PDFlib logo are registered trademarks of PDFlib GmbH.") .SetURL("http://www.pdflib.com")); // TODO: License! + // NOTE: src/libs/pdflib/doc/PDFlib-license.pdf // FreeType copyrights _AddPackageCredit(PackageCredit("FreeType2") @@ -1163,6 +1164,7 @@ AboutView::_CreateCreditsView() "The FreeType Project. All rights reserved.") .SetURL("http://www.freetype.org")); // TODO: License! + // NOTE: docs/freetype2/license.txt // Mesa3D (http://www.mesa3d.org) copyrights _AddPackageCredit(PackageCredit("Mesa")