From 32b99a38c563e4037362a25b2a749e2261bf16da Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 18 Nov 2016 10:02:33 +0100 Subject: [PATCH] PCRE: Document upstream version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also update copyright. Change-Id: I42a23701734c2c8d3ae43f70cc69dfb609b3a7a3 Reviewed-by: André Klitzing Reviewed-by: Topi Reiniö --- src/3rdparty/pcre/qt_attribution.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/3rdparty/pcre/qt_attribution.json b/src/3rdparty/pcre/qt_attribution.json index ec8832486b2..fc7515175a5 100644 --- a/src/3rdparty/pcre/qt_attribution.json +++ b/src/3rdparty/pcre/qt_attribution.json @@ -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.", "Homepage": "http://www.pcre.org/", + "Version": "8.39", "License": "BSD 3-clause \"New\" or \"Revised\" License", "LicenseId": "BSD-3-Clause", "LicenseFile": "LICENCE", - "Copyright": "Copyright (c) 1997-2015 University of Cambridge -Copyright (c) 2010-2015 Zoltan Herczeg + "Copyright": "Copyright (c) 1997-2016 University of Cambridge +Copyright (c) 2009-2016 Zoltan Herczeg Copyright (c) 2007-2012, Google Inc." }