summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-23 10:15:18 +0200
committerJörg Bornemann <joerg.bornemann@qt.io>2022-08-25 12:20:31 +0000
commitbf4ab5abd932d24f2e8a89c30a3d901f895bfeb4 (patch)
treee56550822356dfcfecad033bfd54d2a7fe512e80 /cmake
parentf97662104c92184cde4325a1139ee69b8b2930d1 (diff)
downloadqttools-bf4ab5abd932d24f2e8a89c30a3d901f895bfeb4.tar.gz
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I2df3a8aec11f30f301e3143e9960156b6f45e614 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindWrapLibClang.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindWrapLibClang.cmake b/cmake/FindWrapLibClang.cmake
index 088b92a9c..3a7ed71b4 100644
--- a/cmake/FindWrapLibClang.cmake
+++ b/cmake/FindWrapLibClang.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
if(TARGET WrapLibClang::WrapLibClang)
set(WrapLibClang_FOUND TRUE)