summaryrefslogtreecommitdiffstats
path: root/src/gui/vulkan/qt_attribution.json
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2017-03-20 17:00:46 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2017-03-22 15:41:03 +0000
commita653669b20bdf46dc63eab5f895952acbf067b80 (patch)
tree56ecbf950c5766677f2b28e646bd3370190bf843 /src/gui/vulkan/qt_attribution.json
parent8d72aba9e3358fdf51578533ab7f46602f7fd103 (diff)
Add license attribution for vk.xml
Same license as the existing OpenGL stuff. Change-Id: I6d0a77a7213f496971b5c3a8676dedb8e4377ceb Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/gui/vulkan/qt_attribution.json')
-rw-r--r--src/gui/vulkan/qt_attribution.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/gui/vulkan/qt_attribution.json b/src/gui/vulkan/qt_attribution.json
new file mode 100644
index 0000000000..3c09e9f498
--- /dev/null
+++ b/src/gui/vulkan/qt_attribution.json
@@ -0,0 +1,17 @@
+[
+ {
+ "Id": "vulkan-xml-spec",
+ "Name": "Vulkan API Registry",
+ "QDocModule": "qtgui",
+ "Description": "Vulkan XML API Registry.",
+ "QtUsage": "Used to dynamically generate the sources for the QVulkan(Device)Functions classes.",
+ "Path": "vk.xml",
+
+ "Homepage": "https://www.khronos.org/",
+ "Version": "1.0.39",
+ "License": "MIT License",
+ "LicenseId": "MIT",
+ "LicenseFile": "KHRONOS_LICENSE.txt",
+ "Copyright": "Copyright (c) 2015-2017 The Khronos Group Inc."
+ }
+]