diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2016-01-20 17:24:57 -0800 |
---|---|---|
committer | Thiago Macieira <thiago.macieira@intel.com> | 2016-01-21 22:44:16 +0000 |
commit | 23bd4651c7dd82924b44c019f96f872eb7a0f2ca (patch) | |
tree | 5e38b2bd2f349c40c07ee678488a46d0cf9375f9 /config.tests/common | |
parent | ad38ece3c8267a2169a387101225fad10370b99c (diff) | |
download | qtbase-23bd4651c7dd82924b44c019f96f872eb7a0f2ca.tar.gz |
Update the Intel copyright year
Not that we require it, but since The Qt Company did it for all files
they have copyright, even if they haven't touched the file in years
(especially not in 2016), I'm doing the same.
Change-Id: I7a9e11d7b64a4cc78e24ffff142b4c9d53039846
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'config.tests/common')
-rw-r--r-- | config.tests/common/atomic64/atomic64.cpp | 2 | ||||
-rw-r--r-- | config.tests/common/avx2/avx2.cpp | 2 | ||||
-rw-r--r-- | config.tests/common/avx512/avx512.cpp | 2 | ||||
-rw-r--r-- | config.tests/common/c++14/c++14.cpp | 2 | ||||
-rw-r--r-- | config.tests/common/c++1z/c++1z.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/config.tests/common/atomic64/atomic64.cpp b/config.tests/common/atomic64/atomic64.cpp index 98560bdbac..077936074d 100644 --- a/config.tests/common/atomic64/atomic64.cpp +++ b/config.tests/common/atomic64/atomic64.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Intel Corporation. +** Copyright (C) 2016 Intel Corporation. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the FOO module of the Qt Toolkit. diff --git a/config.tests/common/avx2/avx2.cpp b/config.tests/common/avx2/avx2.cpp index 5519299b54..2df7e908dd 100644 --- a/config.tests/common/avx2/avx2.cpp +++ b/config.tests/common/avx2/avx2.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Intel Corporation. +** Copyright (C) 2016 Intel Corporation. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the configuration of the Qt Toolkit. diff --git a/config.tests/common/avx512/avx512.cpp b/config.tests/common/avx512/avx512.cpp index b223c77023..ca1a5d1357 100644 --- a/config.tests/common/avx512/avx512.cpp +++ b/config.tests/common/avx512/avx512.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Intel Corporation. +** Copyright (C) 2016 Intel Corporation. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the configuration of the Qt Toolkit. diff --git a/config.tests/common/c++14/c++14.cpp b/config.tests/common/c++14/c++14.cpp index 105c112db0..1129213d1f 100644 --- a/config.tests/common/c++14/c++14.cpp +++ b/config.tests/common/c++14/c++14.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Intel Corporation. +** Copyright (C) 2016 Intel Corporation. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the configuration module of the Qt Toolkit. diff --git a/config.tests/common/c++1z/c++1z.cpp b/config.tests/common/c++1z/c++1z.cpp index 60ba133daf..a30196f57d 100644 --- a/config.tests/common/c++1z/c++1z.cpp +++ b/config.tests/common/c++1z/c++1z.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Intel Corporation. +** Copyright (C) 2016 Intel Corporation. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the configuration module of the Qt Toolkit. |