aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/qt_attribution.json
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-12-21 10:13:03 +0100
committerKai Koehne <kai.koehne@qt.io>2018-01-04 11:13:53 +0000
commitf2696acaf7bef9d3427a357dd28d1ec52231024b (patch)
treefcbf00397668da009eef288bfa573fd40d772017 /src/imports/controls/material/qt_attribution.json
parent108f4829e43ed32cf1c6f925364d443c10bd7f80 (diff)
Document license and attribute third party code
[ChangeLog][Third-Party Code] Document constants from AngularJS in src/imports/controls/material/ElevationEffect.qml Task-number: QTBUG-65409 Change-Id: Ibd0dcf643abe036f34cea364f267fde8510057ea Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/imports/controls/material/qt_attribution.json')
-rw-r--r--src/imports/controls/material/qt_attribution.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/imports/controls/material/qt_attribution.json b/src/imports/controls/material/qt_attribution.json
new file mode 100644
index 00000000..01b45e9f
--- /dev/null
+++ b/src/imports/controls/material/qt_attribution.json
@@ -0,0 +1,13 @@
+{
+ "Id": "shadow_angular_material",
+ "Name": "Shadow values from Angular Material",
+ "QDocModule": "qtquickcontrols2",
+ "QtUsage": "Used in the Material Style of Qt Quick Controls 2.",
+ "Files": "ElevationEffect.qml",
+ "Description": "Shadow values for the elevation effect.",
+ "Homepage": "https://angularjs.org/",
+ "License": "MIT License",
+ "LicenseId": "MIT",
+ "LicenseFile": "LICENSE_ANGULARJS.txt",
+ "Copyright": "Copyright (c) 2014-2016 Google, Inc"
+}