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:
Philippe Houdoin
2010-11-19 15:45:37 +00:00
parent 47dbffcd1e
commit 5a2f51f20e
3 changed files with 20 additions and 14 deletions
+7
View File
@@ -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();