summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-05 14:50:28 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-07 17:42:05 +0200
commitf2af3a1eff4921f0a8b0074de7207a7c278c91a3 (patch)
treed7c261af6df8b3c436b71b7ac6bb6f52c916969d /cmake
parent731e6b6f510b01e496860a208d304789aa72fca3 (diff)
Add license headers to cmake files
CMakeLists.txt and .cmake files of significant size (more than 2 lines according to our check in tst_license.pl) now have the copyright and license header. Existing copyright statements remain intact Task-number: QTBUG-88621 Change-Id: If5c61e7ebea0452847d411ea230438095111e030 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindAVFoundation.cmake3
-rw-r--r--cmake/FindFFmpeg.cmake2
-rw-r--r--cmake/FindGObject.cmake3
-rw-r--r--cmake/FindGStreamer.cmake3
-rw-r--r--cmake/FindMMRenderer.cmake3
-rw-r--r--cmake/FindMMRendererCore.cmake3
-rw-r--r--cmake/FindVAAPI.cmake3
-rw-r--r--cmake/FindWMF.cmake3
-rw-r--r--cmake/FindWrapPulseAudio.cmake3
9 files changed, 26 insertions, 0 deletions
diff --git a/cmake/FindAVFoundation.cmake b/cmake/FindAVFoundation.cmake
index feefe3d77..12631d7fa 100644
--- a/cmake/FindAVFoundation.cmake
+++ b/cmake/FindAVFoundation.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
find_library(AVFoundation_LIBRARY NAMES AVFoundation)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(AVFoundation DEFAULT_MSG AVFoundation_LIBRARY)
diff --git a/cmake/FindFFmpeg.cmake b/cmake/FindFFmpeg.cmake
index 5b0245219..628c8dfe6 100644
--- a/cmake/FindFFmpeg.cmake
+++ b/cmake/FindFFmpeg.cmake
@@ -1,3 +1,5 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
#.rst:
# FindFFmpeg
# ----------
diff --git a/cmake/FindGObject.cmake b/cmake/FindGObject.cmake
index 19a8a678d..ed12f5278 100644
--- a/cmake/FindGObject.cmake
+++ b/cmake/FindGObject.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# FindGObject
# ---------
#
diff --git a/cmake/FindGStreamer.cmake b/cmake/FindGStreamer.cmake
index c3becd731..cb4dc0cc5 100644
--- a/cmake/FindGStreamer.cmake
+++ b/cmake/FindGStreamer.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# FindGStreamer
# ---------
#
diff --git a/cmake/FindMMRenderer.cmake b/cmake/FindMMRenderer.cmake
index 5031b8ceb..2587421c4 100644
--- a/cmake/FindMMRenderer.cmake
+++ b/cmake/FindMMRenderer.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# FindMMRenderer
# ---------
#
diff --git a/cmake/FindMMRendererCore.cmake b/cmake/FindMMRendererCore.cmake
index b27df3892..fce17b8d6 100644
--- a/cmake/FindMMRendererCore.cmake
+++ b/cmake/FindMMRendererCore.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
find_library(MMRendererCore_LIBRARY NAMES mmrndcore)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(MMRendererCore DEFAULT_MSG MMRendererCore_LIBRARY)
diff --git a/cmake/FindVAAPI.cmake b/cmake/FindVAAPI.cmake
index e696b6fe4..744b37268 100644
--- a/cmake/FindVAAPI.cmake
+++ b/cmake/FindVAAPI.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
find_package(PkgConfig QUIET)
diff --git a/cmake/FindWMF.cmake b/cmake/FindWMF.cmake
index 7c6923c1e..e16e82706 100644
--- a/cmake/FindWMF.cmake
+++ b/cmake/FindWMF.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# FindWMF
# ---------
#
diff --git a/cmake/FindWrapPulseAudio.cmake b/cmake/FindWrapPulseAudio.cmake
index 67fb7401d..42ba092b2 100644
--- a/cmake/FindWrapPulseAudio.cmake
+++ b/cmake/FindWrapPulseAudio.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# FindWrapPulseAudio
# ---------
#