summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <[email protected]>2025-07-07 15:20:41 +0200
committerLucie Gérard <[email protected]>2025-07-09 11:00:40 +0200
commit6fc7b8a5c0dae7f54cbe3bef6920500c6bbce4d4 (patch)
tree1161b8ebff363a8e22d388315f3ead63e6070c9a
parent1f866bf5e5e022ad5b7e64fd5d12db4d7f090ba3 (diff)
Remove year from Qt Copyright in REUSE.tomlHEADdev
Change-Id: Ieaaad62d131febe5e7d361c6c8019cb03c3e52a8 Reviewed-by: Joerg Bornemann <[email protected]>
-rw-r--r--REUSE.toml16
-rw-r--r--dist/REUSE.toml2
-rw-r--r--src/plugins/sensors/iio-sensor-proxy/REUSE.toml2
3 files changed, 10 insertions, 10 deletions
diff --git a/REUSE.toml b/REUSE.toml
index f023f396..5fa17ab6 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -3,13 +3,13 @@ version = 1
[[annotations]]
path = ["tests/**.txt", "tests/**.ui"]
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"
[[annotations]]
path = ["src/plugins/**"]
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"
[[annotations]]
@@ -18,39 +18,39 @@ path = ["**.qrc", "**CMakeLists.txt", "**.yaml", "**configure.json",
"**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"
-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/**"]
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/**", "**.qdocconf", "doc/**.dia"]
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"
-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"]
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"
[[annotations]]
diff --git a/dist/REUSE.toml b/dist/REUSE.toml
index f14104bf..6e06fc53 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/src/plugins/sensors/iio-sensor-proxy/REUSE.toml b/src/plugins/sensors/iio-sensor-proxy/REUSE.toml
index 1f693861..c607cd86 100644
--- a/src/plugins/sensors/iio-sensor-proxy/REUSE.toml
+++ b/src/plugins/sensors/iio-sensor-proxy/REUSE.toml
@@ -4,5 +4,5 @@ version = 1
path = ["*.xml"]
precedence = "closest"
comment = "to be confirmed"
-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"