Skip to content

Commit 10da225

Browse files
lugerardjobor
authored andcommitted
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I2ad190e5536cdbdc8d2656e61892545d66911a02 Reviewed-by: Jörg Bornemann <[email protected]>
1 parent 0def039 commit 10da225

File tree

110 files changed

+110
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+110
-110
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2022 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
# Require the Qt (not WebEngine) minimum supported CMake version.
55
# Another WebEngine-specific version check will be done in configure.cmake

cmake/FindGPerf.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2022 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
find_program(GPerf_EXECUTABLE NAMES gperf)
55

cmake/FindGn.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2022 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
if(NOT DEFINED WEBENGINE_ROOT_BUILD_DIR)
55
set(WEBENGINE_ROOT_BUILD_DIR ${CMAKE_CURRENT_BINARY_DIR})

cmake/FindNinja.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2022 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
if (NOT DEFINED WEBENGINE_ROOT_BUILD_DIR)
55
set(WEBENGINE_ROOT_BUILD_DIR ${CMAKE_CURRENT_BINARY_DIR})

cmake/FindNodejs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2022 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
find_program(Nodejs_EXECUTABLE NAMES node nodejs)
55

cmake/FindPkgConfigHost.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2022 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
# this is just simply pkg config wrapper to pass executable path to gn
55

cmake/FindSnappy.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2022 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44

55
if(TARGET Snappy::Snappy)

cmake/Functions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2022 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
function(assertTargets)
55
qt_parse_all_arguments(arg "add_check_for_support"

cmake/Gn.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2022 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
# This is gn wrapper script and it assables final BUILD.gn based on:
55
# gn_config_target.cmake gn_config_c.cmake gn_config_cxx.cmake

configure.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2022 The Qt Company Ltd.
2-
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2+
# SPDX-License-Identifier: BSD-3-Clause
33

44
if(QT_CONFIGURE_RUNNING)
55
function(assertTargets)

0 commit comments

Comments
 (0)