summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-10-09 14:56:31 +0200
committerKai Koehne <kai.koehne@qt.io>2020-10-12 13:20:12 +0200
commit7c12c8d113b9a7eae00e06ba75a6c6cce0d97d3d (patch)
treeeedee8015ea05b1173ffdaf6b2261f0b86a9a9d7
parentb683d8727f4461abe2207c413769e6909e850a7c (diff)
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 <thiago.macieira@intel.com>
-rw-r--r--src/3rdparty/tinycbor/qt_attribution.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/tinycbor/qt_attribution.json b/src/3rdparty/tinycbor/qt_attribution.json
index 5b6355d013..6a64f1a762 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"
}