summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanne Kangas <janne.kangas@qt.io>2017-10-12 10:41:11 +0300
committerJanne Kangas <janne.kangas@qt.io>2017-10-16 07:39:24 +0000
commite4f13eb06f287d8d09c64d09bbe4bf8ce231c146 (patch)
tree31f710edbbd57e4fa278621bae5022200754c32a
parenteee97c048f9cdc1cc05d6a516a3da56a13accd64 (diff)
Add version to attributions and remove duplicate PCRE attribution
Task-Id: QT3DS-52 Change-Id: Iff5854c441a92eec5b33aae3fe4746b3e3cad1ef Reviewed-by: Janne Koskinen <janne.p.koskinen@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--1.4.0/qt_attribution.json13
-rw-r--r--TinyXML/2.5.3/qt_attribution.json1
2 files changed, 2 insertions, 12 deletions
diff --git a/1.4.0/qt_attribution.json b/1.4.0/qt_attribution.json
index 0961bdf..f1506ee 100644
--- a/1.4.0/qt_attribution.json
+++ b/1.4.0/qt_attribution.json
@@ -6,6 +6,7 @@
"QtUsage": "Used by Qt3DStudio Studio component.",
"Description": "The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document.",
+ "Version": "1.4.0",
"Homepage": "https://www.khronos.org/collada/wiki/COLLADA_DOM",
"License": "MIT Open Source License",
"LicenseId": "MIT",
@@ -25,18 +26,6 @@
"Copyright": " Copyright 1997- Boost contributors"
},
{
- "Id": "pcre",
- "Name": "PCRE",
- "QDocModule": "qt3dstudio",
- "QtUsage": "Used by Qt3DStudio Studio and Runtime components.",
-
- "Description": "The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.",
- "Homepage": "http://www.pcre.org/",
- "License": "BSD 3-clause \"New\" or \"Revised\" License",
- "LicenseId": "BSD-3-Clause",
- "Copyright": " Copyright (c) 1997-2008 University of Cambridge. Copyright (c) 2007-2008, Google Inc."
- },
- {
"Id": "libxml",
"Name": "LibXML",
"QDocModule": "qt3dstudio",
diff --git a/TinyXML/2.5.3/qt_attribution.json b/TinyXML/2.5.3/qt_attribution.json
index 9d07d2f..c91e373 100644
--- a/TinyXML/2.5.3/qt_attribution.json
+++ b/TinyXML/2.5.3/qt_attribution.json
@@ -5,6 +5,7 @@
"QtUsage": "Used by ColladaDOM which in turn is used by Qt3DStudio Studio component.",
"Description": "TinyXML is a simple, small, C++ XML parser.",
+ "Version": "2.5.3",
"Homepage": "http://www.grinninglizard.com/tinyxml/index.html",
"License": "ZLib License",
"LicenseId": "ZLib",