aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2023-09-29 17:00:06 +0200
committerUlf Hermann <ulf.hermann@qt.io>2023-09-29 18:04:22 +0200
commitfa2b22a7a12477118f6886dbfa95844d3fd4e19e (patch)
treeefa52be28647b944e96c60322eff9ba9c55d6549 /tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
parent54059d0dffd1966c8a442b3675eb979c32c16cbe (diff)
Add proper license header to tst_qmlcppcodegen.cpp
Fixes: QTBUG-105839 Change-Id: Icbb4c6e462c08be019ca203b11aaff840297ccd6 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp')
-rw-r--r--tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp b/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
index 5f79aa575d..a0e8b3dbbe 100644
--- a/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
+++ b/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
@@ -1,4 +1,5 @@
-// Copyright (C) 2021 The Qt Company Ltd.
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#include <data/birthdayparty.h>
#include <data/cppbaseclass.h>