summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libwebp/qt_attribution.json
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-09-15 17:03:06 +0200
committerKai Koehne <kai.koehne@qt.io>2016-09-19 07:38:51 +0000
commit7795bb6c194692abbca31a9734c83a78362c8063 (patch)
tree484b08004b210a4a0236be6364ede950323efdfc /src/3rdparty/libwebp/qt_attribution.json
parentd3ac5245d024d78b1366839174fca557778ded98 (diff)
Add documentation for 3rdparty code
Use new licensescanner / qt_attribution.json file infrastructure to generate documentation about 3rdparty licenses. Change-Id: Ic81d8c33be094e51b6e4ca0f35074136170f491b Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/3rdparty/libwebp/qt_attribution.json')
-rw-r--r--src/3rdparty/libwebp/qt_attribution.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/3rdparty/libwebp/qt_attribution.json b/src/3rdparty/libwebp/qt_attribution.json
new file mode 100644
index 0000000..6084e7a
--- /dev/null
+++ b/src/3rdparty/libwebp/qt_attribution.json
@@ -0,0 +1,14 @@
+{
+ "Id": "libwebp",
+ "Name": "WebP (libwebp)",
+ "QDocModule": "qtimageformats",
+ "QtUsage": "Used in the qwebp image plugin if no system libwebp is found.",
+
+ "Description": "WebP is a new image format that provides lossless and lossy compression for images on the web.",
+ "Homepage": "https://developers.google.com/speed/webp/",
+ "Version": "0.5.0",
+ "License": "BSD 3-clause \"New\" or \"Revised\" License",
+ "LicenseId": "BSD-3-Clause",
+ "LicenseFile": "COPYING",
+ "Copyright": "Copyright (c) 2010, Google Inc. All rights reserved."
+}