summaryrefslogtreecommitdiffstats
path: root/tests/manual/corelib/tools/customtype
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/corelib/tools/customtype')
-rw-r--r--tests/manual/corelib/tools/customtype/main.cpp2
-rw-r--r--tests/manual/corelib/tools/customtype/message.cpp2
-rw-r--r--tests/manual/corelib/tools/customtype/message.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/corelib/tools/customtype/main.cpp b/tests/manual/corelib/tools/customtype/main.cpp
index e37aa0dab8..2368db6ec0 100644
--- a/tests/manual/corelib/tools/customtype/main.cpp
+++ b/tests/manual/corelib/tools/customtype/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QCoreApplication>
#include <QDebug>
diff --git a/tests/manual/corelib/tools/customtype/message.cpp b/tests/manual/corelib/tools/customtype/message.cpp
index eb0e4b8d7a..221480d56f 100644
--- a/tests/manual/corelib/tools/customtype/message.cpp
+++ b/tests/manual/corelib/tools/customtype/message.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "message.h"
diff --git a/tests/manual/corelib/tools/customtype/message.h b/tests/manual/corelib/tools/customtype/message.h
index d359f79161..3b91938eb7 100644
--- a/tests/manual/corelib/tools/customtype/message.h
+++ b/tests/manual/corelib/tools/customtype/message.h
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef MESSAGE_H
#define MESSAGE_H