diff --git a/cmake/QtSortModuleDependencies.cmake b/cmake/QtSortModuleDependencies.cmake index d27f1818..2f8cdb59 100644 --- a/cmake/QtSortModuleDependencies.cmake +++ b/cmake/QtSortModuleDependencies.cmake @@ -1,3 +1,6 @@ +# Copyright (C) 2024 The Qt Company Ltd. +# SPDX-License-Identifier: BSD-3-Clause + # The script produces the list of qt submodules that are required to build the submodules listed # in the QT_BUILD_SUBMODULES variable. The resulting list preserves the required build order. # Usage: diff --git a/cmake/QtSynchronizeRepo.cmake b/cmake/QtSynchronizeRepo.cmake index b56ac2c2..eabd5c7c 100644 --- a/cmake/QtSynchronizeRepo.cmake +++ b/cmake/QtSynchronizeRepo.cmake @@ -1,3 +1,6 @@ +# Copyright (C) 2024 The Qt Company Ltd. +# SPDX-License-Identifier: BSD-3-Clause + # This script is to be called (ideally from a git-sync-to alias script): # cmake -DSYNC_TO_MODULE="$1" -DSYNC_TO_BRANCH="$2" -P cmake/QtSynchronizeRepo.cmake # Or as follows (ideally from a git-qt-foreach alias script):