summaryrefslogtreecommitdiffstats
path: root/tests/manual/findfiles
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/findfiles')
-rw-r--r--tests/manual/findfiles/main.cpp2
-rw-r--r--tests/manual/findfiles/window.cpp2
-rw-r--r--tests/manual/findfiles/window.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/findfiles/main.cpp b/tests/manual/findfiles/main.cpp
index 27409403a5..8c25b7e031 100644
--- a/tests/manual/findfiles/main.cpp
+++ b/tests/manual/findfiles/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>
diff --git a/tests/manual/findfiles/window.cpp b/tests/manual/findfiles/window.cpp
index f3e7253c75..278fb7dd62 100644
--- a/tests/manual/findfiles/window.cpp
+++ b/tests/manual/findfiles/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>
diff --git a/tests/manual/findfiles/window.h b/tests/manual/findfiles/window.h
index 2c2e3100c0..ff166bf63d 100644
--- a/tests/manual/findfiles/window.h
+++ b/tests/manual/findfiles/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