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
This commit is contained in:
@@ -1139,14 +1139,14 @@ AboutView::_CreateCreditsView()
|
|||||||
// FFMpeg copyrights
|
// FFMpeg copyrights
|
||||||
_AddPackageCredit(PackageCredit("FFMpeg libavcodec")
|
_AddPackageCredit(PackageCredit("FFMpeg libavcodec")
|
||||||
.SetCopyright(COPYRIGHT_STRING "2000-2007 Fabrice Bellard, et al.")
|
.SetCopyright(COPYRIGHT_STRING "2000-2007 Fabrice Bellard, et al.")
|
||||||
|
.SetLicenses("GNU LGPL v2.1", "GNU LGPL v2", NULL)
|
||||||
.SetURL("http://www.ffmpeg.org"));
|
.SetURL("http://www.ffmpeg.org"));
|
||||||
// TODO: License!
|
|
||||||
|
|
||||||
// AGG copyrights
|
// AGG copyrights
|
||||||
_AddPackageCredit(PackageCredit("AntiGrain Geometry")
|
_AddPackageCredit(PackageCredit("AntiGrain Geometry")
|
||||||
.SetCopyright(COPYRIGHT_STRING "2002-2006 Maxim Shemanarev (McSeem).")
|
.SetCopyright(COPYRIGHT_STRING "2002-2006 Maxim Shemanarev (McSeem).")
|
||||||
|
.SetLicenses("Anti-Grain Geometry", "BSD (3-clause)", "GPC", NULL)
|
||||||
.SetURL("http://www.antigrain.com"));
|
.SetURL("http://www.antigrain.com"));
|
||||||
// TODO: License!
|
|
||||||
|
|
||||||
// PDFLib copyrights
|
// PDFLib copyrights
|
||||||
_AddPackageCredit(PackageCredit("PDFLib")
|
_AddPackageCredit(PackageCredit("PDFLib")
|
||||||
@@ -1155,6 +1155,7 @@ AboutView::_CreateCreditsView()
|
|||||||
"PDFlib and PDFlib logo are registered trademarks of PDFlib GmbH.")
|
"PDFlib and PDFlib logo are registered trademarks of PDFlib GmbH.")
|
||||||
.SetURL("http://www.pdflib.com"));
|
.SetURL("http://www.pdflib.com"));
|
||||||
// TODO: License!
|
// TODO: License!
|
||||||
|
// NOTE: src/libs/pdflib/doc/PDFlib-license.pdf
|
||||||
|
|
||||||
// FreeType copyrights
|
// FreeType copyrights
|
||||||
_AddPackageCredit(PackageCredit("FreeType2")
|
_AddPackageCredit(PackageCredit("FreeType2")
|
||||||
@@ -1163,6 +1164,7 @@ AboutView::_CreateCreditsView()
|
|||||||
"The FreeType Project. All rights reserved.")
|
"The FreeType Project. All rights reserved.")
|
||||||
.SetURL("http://www.freetype.org"));
|
.SetURL("http://www.freetype.org"));
|
||||||
// TODO: License!
|
// TODO: License!
|
||||||
|
// NOTE: docs/freetype2/license.txt
|
||||||
|
|
||||||
// Mesa3D (http://www.mesa3d.org) copyrights
|
// Mesa3D (http://www.mesa3d.org) copyrights
|
||||||
_AddPackageCredit(PackageCredit("Mesa")
|
_AddPackageCredit(PackageCredit("Mesa")
|
||||||
|
|||||||
Reference in New Issue
Block a user