summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/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/io/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/io/qt_attribution.json')
-rw-r--r--src/corelib/io/qt_attribution.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/corelib/io/qt_attribution.json b/src/corelib/io/qt_attribution.json
new file mode 100644
index 0000000000..2a616a2819
--- /dev/null
+++ b/src/corelib/io/qt_attribution.json
@@ -0,0 +1,13 @@
+{
+ "Id": "qtemporaryfile",
+ "Name": "Parts of QTemporaryFile",
+ "QDocModule": "qtcore",
+ "QtUsage": "Used in Qt Core. Disable the qtemporaryfile feature to avoid.",
+ "Path": "qtemporaryfile.cpp",
+
+ "Description": "Generates a unique file path and returns a native handle to the open file.",
+ "License": "BSD 3-clause \"New\" or \"Revised\" License",
+ "LicenseId": "BSD-3-Clause",
+ "LicenseFile": "QTEMPORARYFILE_LICENSE.txt",
+ "Copyright": "Copyright (c) 1987, 1993 The Regents of the University of California."
+}