From 111ba64f2dcacf29aebb1f1f385c33d954e1ad2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Mon, 7 Jul 2025 15:18:36 +0200 Subject: [PATCH] Remove year from Qt Copyright in REUSE.toml Change-Id: I2ea224ce4692c7e815212ce8ab37e36d8cdb6a4c Reviewed-by: Joerg Bornemann --- REUSE.toml | 18 +++++++++--------- dist/REUSE.toml | 2 +- .../qtproject/qt/android/purchasing/REUSE.toml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index 904ce899a..c89bed27f 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -4,21 +4,21 @@ version = 1 path = ["tests/**.qml"] 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]] path = ["**.pro", ".cmake.conf", "**.yaml", ".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]] @@ -26,14 +26,14 @@ path = ["doc**/images/**", "examples/**", "doc**/snippets/**", "doc/src/platformintegration/platformintegration.h"] 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 = ["examples/demos/qtjennydemo/qtjenny_generator/**"] comment = "this must be after the build system table because example and snippets take precedence over build system" precedence = "closest" -SPDX-FileCopyrightText = "Copyright (C) 2025 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "Apache-2.0" [[annotations]] @@ -41,26 +41,26 @@ path = ["**/README*", "**.qdocconf", "doc/config/style/qt5-sidebar.html", "doc/c "doc**/images/**"] 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"] precedence = "override" 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 = ["examples/demos/qtjennydemo/qtjenny_generator/**/**.toml"] precedence = "closest" comment = "infrastructure" -SPDX-FileCopyrightText = "Copyright (C) 2025 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "Apache-2.0" [[annotations]] path = ["**/qt_attribution.json"] precedence = "override" comment = "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" diff --git a/dist/REUSE.toml b/dist/REUSE.toml index f14104bf6..6e06fc535 100644 --- a/dist/REUSE.toml +++ b/dist/REUSE.toml @@ -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" diff --git a/examples/demos/hangman/purchasing/android/src/org/qtproject/qt/android/purchasing/REUSE.toml b/examples/demos/hangman/purchasing/android/src/org/qtproject/qt/android/purchasing/REUSE.toml index 219cb4de4..e8a77ee7b 100644 --- a/examples/demos/hangman/purchasing/android/src/org/qtproject/qt/android/purchasing/REUSE.toml +++ b/examples/demos/hangman/purchasing/android/src/org/qtproject/qt/android/purchasing/REUSE.toml @@ -3,6 +3,6 @@ version = 1 [[annotations]] path = ["Base64.java", "Base64DecoderException.java", "Security.java"] precedence = "closest" -SPDX-FileCopyrightText = ["Copyright (C) 2015 The Qt Company Ltd.", +SPDX-FileCopyrightText = ["Copyright (C) The Qt Company Ltd.", "Copyright (c) 2012 Google Inc."] SPDX-License-Identifier = "Apache-2.0"