mirror of https://github.com/qt/qtbase.git
Remove year from Qt Copyright in REUSE.toml
Change-Id: I2d5ec5fa766857e49dfca84838847ecdba8a6545 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
4fdc601c14
commit
d6a7ae6d95
28
REUSE.toml
28
REUSE.toml
|
@ -11,13 +11,13 @@ SPDX-License-Identifier = "BSD-3-Clause"
|
||||||
path = ["**tools/**", "util/**", "doc/global/template/scripts/extras.js",
|
path = ["**tools/**", "util/**", "doc/global/template/scripts/extras.js",
|
||||||
"doc/global/template/scripts/main.js"]
|
"doc/global/template/scripts/main.js"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["tests/**"]
|
path = ["tests/**"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
|
@ -29,43 +29,43 @@ path = ["bin/*", "coin/**","libexec/*","**_clang-format", "**.cmake", "**.conf",
|
||||||
"**.cfg", "**/Makefile", "**/CMakeLists.txt", "**.qrc", ".tag"]
|
"**.cfg", "**/Makefile", "**/CMakeLists.txt", "**.qrc", ".tag"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
comment = "build system"
|
comment = "build system"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "BSD-3-Clause"
|
SPDX-License-Identifier = "BSD-3-Clause"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["**PrivacyInfo.xcprivacy"]
|
path = ["**PrivacyInfo.xcprivacy"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "CC0-1.0"
|
SPDX-License-Identifier = "CC0-1.0"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["**/.gitattributes", "**.gitignore", "**.gitreview"]
|
path = ["**/.gitattributes", "**.gitignore", "**.gitreview"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["**/snippets/**", "examples/**", "src/tools/qlalr/examples/**"]
|
path = ["**/snippets/**", "examples/**", "src/tools/qlalr/examples/**"]
|
||||||
comment = "this must be after the build system table because example and snippets take precedence over build system"
|
comment = "this must be after the build system table because example and snippets take precedence over build system"
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["tests/manual/examples/**", "**/snippets/**"]
|
path = ["tests/manual/examples/**", "**/snippets/**"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["**/README*", "src/plugins/**/README*", "examples/**/README*", "tests/**/README*",
|
path = ["**/README*", "src/plugins/**/README*", "examples/**/README*",# "tests/**/README*",
|
||||||
"src/widgets/doc/snippets/common-table-model/README", "cmake/README.md",
|
"src/widgets/doc/snippets/common-table-model/README", "cmake/README.md",
|
||||||
"lib/README", "coin/instructions/README.md", "src/3rdparty/README",
|
"lib/README", "coin/instructions/README.md", "src/3rdparty/README",
|
||||||
"**.qdocconf", "**.qdocinc", "config_help.txt",
|
"**.qdocconf", "**.qdocinc", "config_help.txt",
|
||||||
"doc/global/template/style/*", "**/doc/**/images/**"]
|
"doc/global/template/style/*", "**/doc/**/images/**"]
|
||||||
comment = "documentation"
|
comment = "documentation"
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
|
@ -78,7 +78,7 @@ SPDX-License-Identifier = "CC0-1.0"
|
||||||
path = ["src/gui/doc/snippets/textdocument-images/images.qrc"]
|
path = ["src/gui/doc/snippets/textdocument-images/images.qrc"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
comment = "falls under **/doc/**/images/**, which is wrong"
|
comment = "falls under **/doc/**/images/**, which is wrong"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
|
@ -89,26 +89,26 @@ path = ["src/assets/icons/**.png", "src/assets/icons/**.svg", "src/android/**.xm
|
||||||
"src/gui/doc/includes/QtGuiDoc",
|
"src/gui/doc/includes/QtGuiDoc",
|
||||||
"src/opengl/doc/QtOpenGLDoc"]
|
"src/opengl/doc/QtOpenGLDoc"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["tests/auto/tools/rcc/data/legal/legal.qrc"]
|
path = ["tests/auto/tools/rcc/data/legal/legal.qrc"]
|
||||||
precedence = "override"
|
precedence = "override"
|
||||||
comment = "license in file not referring to the file itself"
|
comment = "license in file not referring to the file itself"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "BSD-3-Clause"
|
SPDX-License-Identifier = "BSD-3-Clause"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["**/qt_attribution.json"]
|
path = ["**/qt_attribution.json"]
|
||||||
precedence = "override"
|
precedence = "override"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["**.toml", "licenseRule.json"]
|
path = ["**.toml", "licenseRule.json"]
|
||||||
precedence = "override"
|
precedence = "override"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
|
|
|
@ -4,5 +4,5 @@ version = 1
|
||||||
path = ["*"]
|
path = ["*"]
|
||||||
precedence = "override"
|
precedence = "override"
|
||||||
comment = "Licensed as documentation."
|
comment = "Licensed as documentation."
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
||||||
|
|
|
@ -8,13 +8,13 @@ path = ["**.plist*", "features/data/configure.json", "features/data/testserver/D
|
||||||
"macx-xcode/default.xcscheme"]
|
"macx-xcode/default.xcscheme"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
comment = "build system"
|
comment = "build system"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "BSD-3-Clause"
|
SPDX-License-Identifier = "BSD-3-Clause"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["modules/README"]
|
path = ["modules/README"]
|
||||||
comment = "documentation"
|
comment = "documentation"
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
||||||
|
|
||||||
|
|
|
@ -10,5 +10,5 @@ SPDX-License-Identifier = "FTL OR GPL-2.0-only"
|
||||||
path = ["CMakeLists.txt"]
|
path = ["CMakeLists.txt"]
|
||||||
precedence = "override"
|
precedence = "override"
|
||||||
SPDX-FileCopyrightText = ["Copyright (C) 2013-2024 by David Turner, Robert Wilhelm, and Werner Lemberg.",
|
SPDX-FileCopyrightText = ["Copyright (C) 2013-2024 by David Turner, Robert Wilhelm, and Werner Lemberg.",
|
||||||
"Copyright (C) 2024 The Qt Company Ltd."]
|
"Copyright (C) The Qt Company Ltd."]
|
||||||
SPDX-License-Identifier = "FTL OR GPL-2.0-only"
|
SPDX-License-Identifier = "FTL OR GPL-2.0-only"
|
||||||
|
|
|
@ -46,5 +46,5 @@ SPDX-License-Identifier = "GPL-2.0-only"
|
||||||
path = "REUSE.toml"
|
path = "REUSE.toml"
|
||||||
comment = "The copyrights inside those files are not related to the file"
|
comment = "The copyrights inside those files are not related to the file"
|
||||||
precedence = "override"
|
precedence = "override"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "BSD-3-Clause"
|
SPDX-License-Identifier = "BSD-3-Clause"
|
||||||
|
|
|
@ -24,5 +24,5 @@ SPDX-License-Identifier = "FTL OR GPL-2.0-only"
|
||||||
path = ["REUSE.toml"]
|
path = ["REUSE.toml"]
|
||||||
comment = "The copyrights inside those files are not related to the file"
|
comment = "The copyrights inside those files are not related to the file"
|
||||||
precedence = "override"
|
precedence = "override"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "BSD-3-Clause"
|
SPDX-License-Identifier = "BSD-3-Clause"
|
||||||
|
|
|
@ -11,5 +11,5 @@ SPDX-License-Identifier = "FTL OR GPL-2.0-only"
|
||||||
path = "REUSE.toml"
|
path = "REUSE.toml"
|
||||||
comment = "The copyrights inside those files are not related to the file"
|
comment = "The copyrights inside those files are not related to the file"
|
||||||
precedence = "override"
|
precedence = "override"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "BSD-3-Clause"
|
SPDX-License-Identifier = "BSD-3-Clause"
|
||||||
|
|
|
@ -4,5 +4,5 @@ version = 1
|
||||||
path = "qt-text-input-method-unstable-v1.xml"
|
path = "qt-text-input-method-unstable-v1.xml"
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
comment = "License is in full text in file. Should it be changed?"
|
comment = "License is in full text in file. Should it be changed?"
|
||||||
SPDX-FileCopyrightText = "Copyright © 2020 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright © The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "MIT"
|
SPDX-License-Identifier = "MIT"
|
||||||
|
|
|
@ -4,12 +4,12 @@ version = 1
|
||||||
path = ["jar/build.gradle", "jar/settings.gradle", "templates/build.gradle", "templates_cmake/**"]
|
path = ["jar/build.gradle", "jar/settings.gradle", "templates/build.gradle", "templates_cmake/**"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
comment = "double check"
|
comment = "double check"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["java/READ-THIS-BEFORE-MANUALLY-ADDING-FILES-TO-PACKAGE.txt"]
|
path = ["java/READ-THIS-BEFORE-MANUALLY-ADDING-FILES-TO-PACKAGE.txt"]
|
||||||
comment = "documentation"
|
comment = "documentation"
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
||||||
|
|
|
@ -3,23 +3,23 @@ version = 1
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["snippets/**"]
|
path = ["snippets/**"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["**qdocinc", "**/images/**"]
|
path = ["**qdocinc", "**/images/**"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["src/corelib/doc/qtcore.qdocconf"]
|
path = ["src/corelib/doc/qtcore.qdocconf"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "BSD-3-Clause"
|
SPDX-License-Identifier = "BSD-3-Clause"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["src/corelib/doc/include/QtCoreDoc"]
|
path = ["src/corelib/doc/include/QtCoreDoc"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
||||||
|
|
|
@ -3,5 +3,5 @@ version = 1
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["*"]
|
path = ["*"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
||||||
|
|
|
@ -4,5 +4,5 @@ version = 1
|
||||||
path = ["jar/build.gradle", "jar/settings.gradle"]
|
path = ["jar/build.gradle", "jar/settings.gradle"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
comment = "double check"
|
comment = "double check"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
||||||
|
|
|
@ -6,19 +6,19 @@ path = ["**.json", "**.png", "**.svg", "**.xml",
|
||||||
"platforms/ios/module.modulemap",
|
"platforms/ios/module.modulemap",
|
||||||
"tracing/metadata_template.txt"]
|
"tracing/metadata_template.txt"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["platforms/wasm/**"]
|
path = ["platforms/wasm/**"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["**.qmake.conf", "networkinformation/android/jar/build.gradle",
|
path = ["**.qmake.conf", "networkinformation/android/jar/build.gradle",
|
||||||
"networkinformation/android/jar/settings.gradle"]
|
"networkinformation/android/jar/settings.gradle"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "BSD-3-Clause"
|
SPDX-License-Identifier = "BSD-3-Clause"
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,5 @@ version = 1
|
||||||
path = ["qibusinputcontextproxy.cpp", "qibusinputcontextproxy.h", "qibusproxy.cpp",
|
path = ["qibusinputcontextproxy.cpp", "qibusinputcontextproxy.h", "qibusproxy.cpp",
|
||||||
"qibusproxy.h", "qibusproxyportal.cpp", "qibusproxyportal.h"]
|
"qibusproxy.h", "qibusproxyportal.cpp", "qibusproxyportal.h"]
|
||||||
precedence = "override"
|
precedence = "override"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
||||||
|
|
|
@ -3,23 +3,23 @@ version = 1
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["dialogs/*.ui", "widgets/*.ui", "dialogs/images/*.png"]
|
path = ["dialogs/*.ui", "widgets/*.ui", "dialogs/images/*.png"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["doc/**"]
|
path = ["doc/**"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["**.json"]
|
path = ["**.json"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "BSD-3-Clause"
|
SPDX-License-Identifier = "BSD-3-Clause"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["doc/snippets/**"]
|
path = ["doc/snippets/**"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
||||||
|
|
|
@ -3,24 +3,24 @@ version = 1
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["styles/images/*.png", "dialogs/images/*.png", "styles/images/*.svg"]
|
path = ["styles/images/*.png", "dialogs/images/*.png", "styles/images/*.svg"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["doc/**"]
|
path = ["doc/**"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["doc/snippets/**"]
|
path = ["doc/snippets/**"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["doc/snippets/common-table-model/README"]
|
path = ["doc/snippets/common-table-model/README"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,5 @@ version = 1
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["version.inc"]
|
path = ["version.inc"]
|
||||||
precedence = "override"
|
precedence = "override"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2019 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
||||||
|
|
|
@ -3,5 +3,5 @@ version = 1
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["Widget.ui"]
|
path = ["Widget.ui"]
|
||||||
precedence = "override"
|
precedence = "override"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2016 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
||||||
|
|
|
@ -4,11 +4,11 @@ version = 1
|
||||||
path = ["tests/testdata/**", "test.lexgen"]
|
path = ["tests/testdata/**", "test.lexgen"]
|
||||||
comment = "test data"
|
comment = "test data"
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["lexgen.lexgen", "css3-simplified.lexgen"]
|
path = ["lexgen.lexgen", "css3-simplified.lexgen"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"
|
||||||
|
|
|
@ -10,11 +10,11 @@ SPDX-License-Identifier = "Apache-2.0"
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["Makefile"]
|
path = ["Makefile"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "BSD-3-Clause"
|
SPDX-License-Identifier = "BSD-3-Clause"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = ["README.md"]
|
path = ["README.md"]
|
||||||
precedence = "closest"
|
precedence = "closest"
|
||||||
SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
|
SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
|
||||||
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"
|
||||||
|
|
Loading…
Reference in New Issue