summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 16:40:48 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-23 15:46:30 +0200
commit78cced518fb8e8152047b5bf2a29112d3f30b1a2 (patch)
tree1f5c0ff7b4d5ca9a19c40e4151e68bceb288d22f /cmake
parent6d05584e17b1cdcf1246f1ed8ce365717e52ea2f (diff)
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: Iab6aaba3efbb0e887673eb9523354ba78aba6520 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindWrapIconv.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindWrapIconv.cmake b/cmake/FindWrapIconv.cmake
index 3bb8fd1..cc804ca 100644
--- a/cmake/FindWrapIconv.cmake
+++ b/cmake/FindWrapIconv.cmake
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
# We can't create the same interface imported target multiple times, CMake will complain if we do
# that. This can happen if the find_package call is done in multiple different subdirectories.