CMake: Update default copyright for Qt SBOM packages

Pick-to: 6.8
Task-number: QTBUG-122899
Change-Id: I087ff034023724e5bae736dbd8168198dc6bfce3
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
This commit is contained in:
Alexandru Croitor 2024-09-06 11:27:43 +02:00
parent 95b39102d6
commit 3809ebcb13

View File

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