File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
src/host/config.tests/hostcompiler
core/getdomainandregistry Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (C) 2016 Olivier Goffart <[email protected] >
2
- # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
2
+ # SPDX-License-Identifier: BSD-3-Clause
3
3
4
4
# This is the clang-format configuration style to be used by Qt,
5
5
# based on the rules from https://wiki.qt.io/Qt_Coding_Style and
Original file line number Diff line number Diff line change 1
1
// Copyright (C) 2018 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
3
3
4
4
#include < stdio.h>
5
5
int main ()
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
include (../../util/util.cmake )
5
5
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
qt_internal_add_test (tst_qtbug_110287
5
5
SOURCES
Original file line number Diff line number Diff line change 1
1
# Copyright (C) 2022 The Qt Company Ltd.
2
- # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
2
+ # SPDX-License-Identifier: BSD-3-Clause
3
3
4
4
if (NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT )
5
5
cmake_minimum_required (VERSION 3.19 )
Original file line number Diff line number Diff line change 1
1
# Copyright (C) 2023 The Qt Company Ltd.
2
- # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
2
+ # SPDX-License-Identifier: BSD-3-Clause
3
3
4
4
if (NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT )
5
5
cmake_minimum_required (VERSION 3.19 )
You can’t perform that action at this time.
0 commit comments