From 54bde54dd9f4282c0c52ccd7e093500442f01dcb Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 20 Jul 2022 10:40:39 +0200 Subject: 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 (cherry picked from commit ff55dc5f44730b1596b35231fadb15bd0eb1c60a) Reviewed-by: Qt Cherry-pick Bot --- cmake/FindFFmpeg.cmake | 2 -- 1 file changed, 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, # Copyright (c) 2017, Alexander Drozdov, # -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. include(FindPackageHandleStandardArgs) -- cgit v1.2.1