Added WebPTranslator to Haiku image, with due credits in AboutSystem.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39516 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1549,6 +1549,13 @@ AboutView::_CreateCreditsView()
|
||||
.SetLicense("GNU GPL v2")
|
||||
.SetURL("http://gutenprint.sourceforge.net"));
|
||||
|
||||
// libwebp
|
||||
_AddPackageCredit(PackageCredit("libwebp")
|
||||
.SetCopyright(COPYRIGHT_STRING
|
||||
"2010 by Google Inc. All rights reserved.")
|
||||
.SetLicense("BSD (3-clause)")
|
||||
.SetURL("http://www.webmproject.org/code/#libwebp_webp_image_decoder_library"));
|
||||
|
||||
_AddCopyrightsFromAttribute();
|
||||
_AddPackageCreditEntries();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user