summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qt_attribution.json
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-10-25 14:23:22 +0200
committerTony Sarajärvi <tony.sarajarvi@qt.io>2016-10-28 12:46:39 +0000
commiteb9681397609eee38703f0e0f005a234f95ad99f (patch)
treed545f6e31b905a9582fb8b0943d09e90011d220a /src/corelib/kernel/qt_attribution.json
parentcc842ca4aa2d66cb19027ee6d144c6625a4ff0f0 (diff)
Document use of BSD code in Qt Core
Change-Id: I31305e40dc57ddd37e5ef35a52cc99dc7ebb3bc5 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib/kernel/qt_attribution.json')
-rw-r--r--src/corelib/kernel/qt_attribution.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/corelib/kernel/qt_attribution.json b/src/corelib/kernel/qt_attribution.json
new file mode 100644
index 0000000000..37764a5330
--- /dev/null
+++ b/src/corelib/kernel/qt_attribution.json
@@ -0,0 +1,13 @@
+{
+ "Id": "qeventdispatcher_cf",
+ "Name": "QEventDispatcher on macOS",
+ "QDocModule": "qtcore",
+ "QtUsage": "Used in Qt Core on macOS.",
+ "Path": "qeventdispatcher_cf_p.h",
+
+ "Description": "Implementation of QAbstractEventDispatcher for macOS.",
+ "License": "BSD 3-clause \"New\" or \"Revised\" License",
+ "LicenseId": "BSD-3-Clause",
+ "LicenseFile": "QEVENTDISPATCHER_CF_LICENSE.txt",
+ "Copyright": "Copyright (c) 2007-2008, Apple, Inc."
+}