From 94187d9f79979d9107a48f59a346320adaacea8c Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 6 Sep 2024 11:27:43 +0200 Subject: [PATCH] CMake: Update default copyright for Qt SBOM packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-122899 Change-Id: I087ff034023724e5bae736dbd8168198dc6bfce3 Reviewed-by: Kai Köhne (cherry picked from commit 3809ebcb1381b9aaeed55bca43b34f33bc2d9271) Reviewed-by: Qt Cherry-pick Bot --- cmake/QtPublicSbomHelpers.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/QtPublicSbomHelpers.cmake b/cmake/QtPublicSbomHelpers.cmake index 99faea2149a..cde11e680b2 100644 --- a/cmake/QtPublicSbomHelpers.cmake +++ b/cmake/QtPublicSbomHelpers.cmake @@ -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()