From 7c12c8d113b9a7eae00e06ba75a6c6cce0d97d3d Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 9 Oct 2020 14:56:31 +0200 Subject: [PATCH] Fix copyright year of tinycbor [ChangeLog][Third-Party Code] Fix aggregated copyright information of TinyCBOR component to reflect the years in the individual source files. Note that this is not same as the Copyright year in the upstream MIT license text. Pick-to: 5.15 5.12 Change-Id: I238d973d937fbfc3a81627c4c65491fbb5cb3c30 Reviewed-by: Thiago Macieira --- src/3rdparty/tinycbor/qt_attribution.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdparty/tinycbor/qt_attribution.json b/src/3rdparty/tinycbor/qt_attribution.json index 5b6355d013a..6a64f1a7628 100644 --- a/src/3rdparty/tinycbor/qt_attribution.json +++ b/src/3rdparty/tinycbor/qt_attribution.json @@ -11,5 +11,5 @@ "LicenseId": "MIT", "LicenseFile": "LICENSE", "Version": "0.6+patches", - "Copyright": "Copyright (C) 2018 Intel Corporation" + "Copyright": "Copyright (C) 2015-2019 Intel Corporation" }