diff options
author | Lucie Gérard <[email protected]> | 2022-08-26 10:37:37 +0200 |
---|---|---|
committer | Lucie Gérard <[email protected]> | 2022-09-07 17:01:30 +0200 |
commit | 1b9808737a74c539970cc95d93d09d42705c12bf (patch) | |
tree | c6720d32bee85bc77b3f7e1893fb78e2b37a1dd8 /examples/quick/models/stringlistmodel | |
parent | b6cf0672e6a4724e912329d205c2aecd53ef5053 (diff) |
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718
Change-Id: Id89ed14990804a5024183e75382cc539d4293da1
Reviewed-by: Qt CI Bot <[email protected]>
Reviewed-by: Jörg Bornemann <[email protected]>
Diffstat (limited to 'examples/quick/models/stringlistmodel')
-rw-r--r-- | examples/quick/models/stringlistmodel/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/models/stringlistmodel/CMakeLists.txt b/examples/quick/models/stringlistmodel/CMakeLists.txt index 458d476b43..847c7f7a99 100644 --- a/examples/quick/models/stringlistmodel/CMakeLists.txt +++ b/examples/quick/models/stringlistmodel/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +# SPDX-License-Identifier: BSD-3-Clause cmake_minimum_required(VERSION 3.16) project(stringlistmodel LANGUAGES CXX) |