PCRE: Document upstream version

Also update copyright.

Change-Id: I42a23701734c2c8d3ae43f70cc69dfb609b3a7a3
Reviewed-by: André Klitzing <aklitzing@gmail.com>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Kai Koehne 2016-11-18 10:02:33 +01:00 committed by André Klitzing
parent cb0d8ffdd9
commit 32b99a38c5

View File

@ -6,10 +6,11 @@
"Description": "The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.", "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/", "Homepage": "http://www.pcre.org/",
"Version": "8.39",
"License": "BSD 3-clause \"New\" or \"Revised\" License", "License": "BSD 3-clause \"New\" or \"Revised\" License",
"LicenseId": "BSD-3-Clause", "LicenseId": "BSD-3-Clause",
"LicenseFile": "LICENCE", "LicenseFile": "LICENCE",
"Copyright": "Copyright (c) 1997-2015 University of Cambridge "Copyright": "Copyright (c) 1997-2016 University of Cambridge
Copyright (c) 2010-2015 Zoltan Herczeg Copyright (c) 2009-2016 Zoltan Herczeg
Copyright (c) 2007-2012, Google Inc." Copyright (c) 2007-2012, Google Inc."
} }