Remove year from Qt Copyright in REUSE.toml
Change-Id: I2c514b2f839a480d3bc2006f8698c753b11ca8cb Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
b1dfe8ed5b
commit
3189d6dae3
16
REUSE.toml
16
REUSE.toml
|
|
@ -4,7 +4,7 @@ version = 1
|
|||
path = ["tests/**.ui", "tests/**.txt", "tests/**.nfc"]
|
||||
precedence = "closest"
|
||||
comment = "test"
|
||||
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"
|
||||
|
||||
[[annotations]]
|
||||
|
|
@ -12,7 +12,7 @@ path = ["src/android/bluetooth/AndroidManifest.xml",
|
|||
"src/android/nfc/AndroidManifest.xml"]
|
||||
precedence = "closest"
|
||||
comment = "modile anf plugins"
|
||||
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"
|
||||
|
||||
[[annotations]]
|
||||
|
|
@ -20,41 +20,41 @@ path = ["**.pro", ".cmake.conf", "**.yaml", "**.cfg", "**.plist",
|
|||
"**CMakeLists.txt", "**ci_config_linux.json", ".tag"]
|
||||
precedence = "closest"
|
||||
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"
|
||||
|
||||
[[annotations]]
|
||||
path = ["**/.gitattributes", "**.gitignore", "**.gitreview"]
|
||||
precedence = "closest"
|
||||
comment = "infrastructure"
|
||||
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"
|
||||
|
||||
[[annotations]]
|
||||
path = ["**/doc/snippets/**", "**/examples/**"]
|
||||
comment = "this must be after the build system table because example and snippets take precedence over build system"
|
||||
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"
|
||||
|
||||
[[annotations]]
|
||||
path = ["**/doc/images/**", "**/README*", "**.qdocconf", "src/nfc/ApiChangesQt6.txt"]
|
||||
comment = "documentation"
|
||||
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"
|
||||
|
||||
[[annotations]]
|
||||
path = ["**.toml", "licenseRule.json"]
|
||||
comment = "infrastructure"
|
||||
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"
|
||||
|
||||
[[annotations]]
|
||||
path = ["**/qt_attribution.json"]
|
||||
comment = "documentation"
|
||||
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"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ version = 1
|
|||
path = ["*"]
|
||||
precedence = "override"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ version = 1
|
|||
path = ["**"]
|
||||
precedence = "closest"
|
||||
comment = "some generated files have no license in file"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@ path = ["org.freedesktop.dbus.objectmanager.xml",
|
|||
"org.neard.Adapter.xml",
|
||||
"org.neard.Tag.xml"]
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue