summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Giboudeaux <christophe@krop.fr>2022-07-20 10:40:39 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-07-23 08:41:22 +0000
commit54bde54dd9f4282c0c52ccd7e093500442f01dcb (patch)
tree7c4127cad2b6897973b7537757af6d0ad8e5d2a1
parent8b7dd02e4f1666eec511a2f8b7125c141629e13d (diff)
downloadqtmultimedia-54bde54dd9f4282c0c52ccd7e093500442f01dcb.tar.gz
CMake: Remove the COPYING-CMAKE-SCRIPTS reference in FindFFmpeg.cmake
FindFFmpeg.cmake already contains a SPDX license header. Change-Id: I3f7cde136644f94e49f221b4a04972f181c36baf Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit ff55dc5f44730b1596b35231fadb15bd0eb1c60a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--cmake/FindFFmpeg.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/FindFFmpeg.cmake b/cmake/FindFFmpeg.cmake
index 37d2b69f6..47d876920 100644
--- a/cmake/FindFFmpeg.cmake
+++ b/cmake/FindFFmpeg.cmake
@@ -59,8 +59,6 @@
# Copyright (c) 2011, Michael Jansen, <kde@michael-jansen.biz>
# Copyright (c) 2017, Alexander Drozdov, <adrozdoff@gmail.com>
#
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
include(FindPackageHandleStandardArgs)