Remove year from Qt Copyright in REUSE.toml

Change-Id: If0871b0987a9e92fd18911b3a30320b745e8e138
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Lucie Gérard 2025-07-07 15:19:02 +02:00
parent a98a392ced
commit 01453e395b
2 changed files with 8 additions and 8 deletions

View File

@ -3,13 +3,13 @@ version = 1
[[annotations]] [[annotations]]
path = ["tests/auto/**", "tests/shared/images/**"] path = ["tests/auto/**", "tests/shared/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 GPL-3.0-only" SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
[[annotations]] [[annotations]]
path = ["src/plugins/**.json"] path = ["src/plugins/**.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 = "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]]
@ -17,31 +17,31 @@ path = ["**.pro", ".cmake.conf", "**.yaml", ".tag",
"**.pri", "qt_cmdline.cmake", "**ci_config_linux.json"] "**.pri", "qt_cmdline.cmake", "**ci_config_linux.json"]
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 = ["**/.gitattributes", "**.gitignore", "**.gitreview"] path = ["**/.gitattributes", "**.gitignore", "**.gitreview"]
precedence = "closest" precedence = "closest"
comment = "infrastructure" 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" SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
[[annotations]] [[annotations]]
path = ["**/README*", "**.qdocconf", "config_help.txt"] path = ["**/README*", "**.qdocconf", "config_help.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"
[[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]]
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"

2
dist/REUSE.toml vendored
View File

@ -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"