summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre2/qt_attribution.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre2/qt_attribution.json')
-rw-r--r--src/3rdparty/pcre2/qt_attribution.json26
1 files changed, 23 insertions, 3 deletions
diff --git a/src/3rdparty/pcre2/qt_attribution.json b/src/3rdparty/pcre2/qt_attribution.json
index bcf7650993..828c4e8314 100644
--- a/src/3rdparty/pcre2/qt_attribution.json
+++ b/src/3rdparty/pcre2/qt_attribution.json
@@ -1,3 +1,4 @@
+[
{
"Id": "pcre2",
"Name": "PCRE2",
@@ -6,12 +7,31 @@
"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/",
- "Version": "10.22",
+ "Version": "10.32",
+ "DownloadLocation": "https://ftp.pcre.org/pub/pcre/pcre2-10.31.tar.bz2",
"License": "BSD 3-clause \"New\" or \"Revised\" License",
"LicenseId": "BSD-3-Clause",
"LicenseFile": "LICENCE",
- "Copyright": "Copyright (c) 1997-2016 University of Cambridge
-Copyright (c) 2009-2016 Zoltan Herczeg
+ "Copyright": "Copyright (c) 1997-2018 University of Cambridge
+Copyright (c) 2009-2018 Zoltan Herczeg
Copyright (c) 2007-2012 Google Inc.
Copyright (c) 2013-2013 Tilera Corporation (jiwang@tilera.com)"
+},
+{
+ "Id": "pcre2-sljit",
+ "Name": "PCRE2 - Stack-less Just-In-Time Compiler",
+ "QDocModule": "qtcore",
+ "QtUsage": "Optionally used in Qt Core (QRegularExpression). Configure with -system-pcre or -no-pcre to avoid.",
+
+ "Path": "src/sljit",
+ "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/",
+ "Version": "10.32",
+ "DownloadLocation": "https://ftp.pcre.org/pub/pcre/pcre2-10.31.tar.bz2",
+ "License": "BSD 2-clause \"Simplified\" License",
+ "LicenseId": "BSD-2-Clause",
+ "LicenseFile": "LICENCE-SLJIT",
+ "Copyright": "Copyright (c) Zoltan Herczeg
+Copyright 2013-2013 Tilera Corporation(jiwang@tilera.com)"
}
+]