summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qt_attribution.json
diff options
context:
space:
mode:
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."
+}