summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 15:42:29 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-25 10:17:22 +0200
commitc47e029e79cddd187dd2ce42623337b54335667b (patch)
treeca27a654089a009243824d05eed1aef282a56e9f /cmake
parentfd1bdff20f34079058a0dbed5bd2f6c38dc408e6 (diff)
downloadqtimageformats-c47e029e79cddd187dd2ce42623337b54335667b.tar.gz
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I3598499ab89b0e88718eded846306511000e8db9 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindLibmng.cmake2
-rw-r--r--cmake/FindWrapJasper.cmake2
-rw-r--r--cmake/FindWrapWebP.cmake2
3 files changed, 3 insertions, 3 deletions
diff --git a/cmake/FindLibmng.cmake b/cmake/FindLibmng.cmake
index 53adc81..d074ef4 100644
--- a/cmake/FindLibmng.cmake
+++ b/cmake/FindLibmng.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 Libmng::Libmng)
set(Libmng_FOUND TRUE)
diff --git a/cmake/FindWrapJasper.cmake b/cmake/FindWrapJasper.cmake
index 7d5bcb2..871554b 100644
--- a/cmake/FindWrapJasper.cmake
+++ b/cmake/FindWrapJasper.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.
diff --git a/cmake/FindWrapWebP.cmake b/cmake/FindWrapWebP.cmake
index 597537c..574cbd2 100644
--- a/cmake/FindWrapWebP.cmake
+++ b/cmake/FindWrapWebP.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
# Latest upstream package provides both CMake and autotools building.
# Unfortunately Linux distros and homebrew build the package with autotools,