summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 11:33:20 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-23 15:42:20 +0200
commit7c270e5fc80ce149c6d5d63f85d662fb43279470 (patch)
tree5518266219eeaeb2d6b6a62b2963d920ebf9673e /cmake
parent65345a04c67c585c4d38d56cb1416a3033434aaf (diff)
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: Iaf0950f30b9332ec7f04113971bc58547e31a2b9 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/FindAVFoundation.cmake2
-rw-r--r--cmake/FindFFmpeg.cmake2
-rw-r--r--cmake/FindGObject.cmake2
-rw-r--r--cmake/FindGStreamer.cmake2
-rw-r--r--cmake/FindMMRenderer.cmake2
-rw-r--r--cmake/FindMMRendererCore.cmake2
-rw-r--r--cmake/FindVAAPI.cmake2
-rw-r--r--cmake/FindWMF.cmake2
-rw-r--r--cmake/FindWrapPulseAudio.cmake2
9 files changed, 9 insertions, 9 deletions
diff --git a/cmake/FindAVFoundation.cmake b/cmake/FindAVFoundation.cmake
index 12631d7fa..3dad5d677 100644
--- a/cmake/FindAVFoundation.cmake
+++ b/cmake/FindAVFoundation.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
find_library(AVFoundation_LIBRARY NAMES AVFoundation)
include(FindPackageHandleStandardArgs)
diff --git a/cmake/FindFFmpeg.cmake b/cmake/FindFFmpeg.cmake
index e43eb012c..8157091bf 100644
--- a/cmake/FindFFmpeg.cmake
+++ b/cmake/FindFFmpeg.cmake
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
#.rst:
# FindFFmpeg
# ----------
diff --git a/cmake/FindGObject.cmake b/cmake/FindGObject.cmake
index ed12f5278..54dd35ead 100644
--- a/cmake/FindGObject.cmake
+++ b/cmake/FindGObject.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
# FindGObject
# ---------
diff --git a/cmake/FindGStreamer.cmake b/cmake/FindGStreamer.cmake
index cb4dc0cc5..dc6776606 100644
--- a/cmake/FindGStreamer.cmake
+++ b/cmake/FindGStreamer.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
# FindGStreamer
# ---------
diff --git a/cmake/FindMMRenderer.cmake b/cmake/FindMMRenderer.cmake
index 2587421c4..43dcf3f00 100644
--- a/cmake/FindMMRenderer.cmake
+++ b/cmake/FindMMRenderer.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
# FindMMRenderer
# ---------
diff --git a/cmake/FindMMRendererCore.cmake b/cmake/FindMMRendererCore.cmake
index fce17b8d6..3f07e3720 100644
--- a/cmake/FindMMRendererCore.cmake
+++ b/cmake/FindMMRendererCore.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
find_library(MMRendererCore_LIBRARY NAMES mmrndcore)
include(FindPackageHandleStandardArgs)
diff --git a/cmake/FindVAAPI.cmake b/cmake/FindVAAPI.cmake
index 744b37268..a3ea6cd58 100644
--- a/cmake/FindVAAPI.cmake
+++ b/cmake/FindVAAPI.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
find_package(PkgConfig QUIET)
diff --git a/cmake/FindWMF.cmake b/cmake/FindWMF.cmake
index e16e82706..2f4633c34 100644
--- a/cmake/FindWMF.cmake
+++ b/cmake/FindWMF.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
# FindWMF
# ---------
diff --git a/cmake/FindWrapPulseAudio.cmake b/cmake/FindWrapPulseAudio.cmake
index 42ba092b2..1940f0912 100644
--- a/cmake/FindWrapPulseAudio.cmake
+++ b/cmake/FindWrapPulseAudio.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
# FindWrapPulseAudio
# ---------