summaryrefslogtreecommitdiffstats
path: root/tests/manual/corelib/tools/customtypesending
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/corelib/tools/customtypesending')
-rw-r--r--tests/manual/corelib/tools/customtypesending/main.cpp2
-rw-r--r--tests/manual/corelib/tools/customtypesending/message.cpp2
-rw-r--r--tests/manual/corelib/tools/customtypesending/message.h2
-rw-r--r--tests/manual/corelib/tools/customtypesending/window.cpp2
-rw-r--r--tests/manual/corelib/tools/customtypesending/window.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/manual/corelib/tools/customtypesending/main.cpp b/tests/manual/corelib/tools/customtypesending/main.cpp
index 94f41d73a8..a8f95ffe8e 100644
--- a/tests/manual/corelib/tools/customtypesending/main.cpp
+++ b/tests/manual/corelib/tools/customtypesending/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 <QApplication>
#include "message.h"
diff --git a/tests/manual/corelib/tools/customtypesending/message.cpp b/tests/manual/corelib/tools/customtypesending/message.cpp
index dfb5c5359a..a7a8722673 100644
--- a/tests/manual/corelib/tools/customtypesending/message.cpp
+++ b/tests/manual/corelib/tools/customtypesending/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/customtypesending/message.h b/tests/manual/corelib/tools/customtypesending/message.h
index 2df50115c4..b16c92f177 100644
--- a/tests/manual/corelib/tools/customtypesending/message.h
+++ b/tests/manual/corelib/tools/customtypesending/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
diff --git a/tests/manual/corelib/tools/customtypesending/window.cpp b/tests/manual/corelib/tools/customtypesending/window.cpp
index f294af3ec2..fc158f10e6 100644
--- a/tests/manual/corelib/tools/customtypesending/window.cpp
+++ b/tests/manual/corelib/tools/customtypesending/window.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 <QtWidgets>
#include "window.h"
diff --git a/tests/manual/corelib/tools/customtypesending/window.h b/tests/manual/corelib/tools/customtypesending/window.h
index a3a318e382..974e7a7629 100644
--- a/tests/manual/corelib/tools/customtypesending/window.h
+++ b/tests/manual/corelib/tools/customtypesending/window.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 WINDOW_H
#define WINDOW_H