CMake: Update default copyright for Qt SBOM packages

Task-number: QTBUG-122899
Change-Id: I087ff034023724e5bae736dbd8168198dc6bfce3
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
(cherry picked from commit 3809ebcb1381b9aaeed55bca43b34f33bc2d9271)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Alexandru Croitor 2024-09-06 11:27:43 +02:00 committed by Qt Cherry-pick Bot
parent c37256f6e4
commit 94187d9f79

View File

@ -2736,7 +2736,7 @@ endfunction()
# Get the default qt copyright. # Get the default qt copyright.
function(_qt_internal_sbom_get_default_qt_copyright_header out_var) function(_qt_internal_sbom_get_default_qt_copyright_header out_var)
set(${out_var} set(${out_var}
"Copyright (C) 2024 The Qt Company Ltd." "Copyright (C) The Qt Company Ltd. and other contributors."
PARENT_SCOPE) PARENT_SCOPE)
endfunction() endfunction()