summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2018-10-09 11:58:02 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2018-10-10 07:52:03 +0000
commit0b6765353ad16023e433627291f33491b35bc907 (patch)
tree9ae085f43fe26b99c15e3bc7eaff970072768b3b /src
parent3d9fe069a9c836d659f794a1b9574df2e6c015bc (diff)
Fix glext and gles2ext attribution
Task-number: QTBUG-70903 Change-Id: I980d9cdd12a0d7565e36a38814b0e85a857bd2b7 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/gui/opengl/KHRONOS_LICENSE.txt2
-rw-r--r--src/gui/opengl/qt_attribution.json8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/opengl/KHRONOS_LICENSE.txt b/src/gui/opengl/KHRONOS_LICENSE.txt
index 63b1e1f940..6887ca9e95 100644
--- a/src/gui/opengl/KHRONOS_LICENSE.txt
+++ b/src/gui/opengl/KHRONOS_LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2014 The Khronos Group Inc.
+Copyright (c) 2013-2017 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
diff --git a/src/gui/opengl/qt_attribution.json b/src/gui/opengl/qt_attribution.json
index d3ff10d803..333e77fce5 100644
--- a/src/gui/opengl/qt_attribution.json
+++ b/src/gui/opengl/qt_attribution.json
@@ -8,11 +8,11 @@
"Path": "qopenglext.h",
"Homepage": "https://www.khronos.org/",
- "Version": "Revision 27684",
+ "Version": "20170325",
"License": "MIT License",
"LicenseId": "MIT",
"LicenseFile": "KHRONOS_LICENSE.txt",
- "Copyright": "Copyright (c) 2013-2014 The Khronos Group Inc."
+ "Copyright": "Copyright (c) 2013-2017 The Khronos Group Inc."
},
{
"Id": "opengl-es2-headers",
@@ -23,10 +23,10 @@
"Path": "qopengles2ext.h",
"Homepage": "https://www.khronos.org/",
- "Version": "Revision 27673",
+ "Version": "20170331",
"License": "MIT License",
"LicenseId": "MIT",
"LicenseFile": "KHRONOS_LICENSE.txt",
- "Copyright": "Copyright (c) 2013-2014 The Khronos Group Inc."
+ "Copyright": "Copyright (c) 2013-2017 The Khronos Group Inc."
}
]