diff options
author | Lucie Gérard <[email protected]> | 2022-08-19 15:21:34 +0200 |
---|---|---|
committer | Lucie Gérard <[email protected]> | 2022-08-23 23:58:42 +0200 |
commit | 32df595275f5d50ab4458620808f80121bb9c6a0 (patch) | |
tree | ae25a410c6bd95fd4436ad3f5059e601f59eb7de /tests/manual/windowgeometry | |
parent | 501dfe1bc7266df0d9c04eaa244ad1c00f38c45b (diff) |
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718
Change-Id: I5d3ef70a31235868b9be6cb479b7621bf2a8ba39
Reviewed-by: Qt CI Bot <[email protected]>
Reviewed-by: Jörg Bornemann <[email protected]>
Diffstat (limited to 'tests/manual/windowgeometry')
-rw-r--r-- | tests/manual/windowgeometry/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/windowgeometry/CMakeLists.txt b/tests/manual/windowgeometry/CMakeLists.txt index bb1fe536f5e..6c1d8a156bb 100644 --- a/tests/manual/windowgeometry/CMakeLists.txt +++ b/tests/manual/windowgeometry/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 +# SPDX-License-Identifier: BSD-3-Clause # Generated from windowgeometry.pro. |