diff options
author | Lucie Gérard <[email protected]> | 2025-07-07 15:20:41 +0200 |
---|---|---|
committer | Lucie Gérard <[email protected]> | 2025-07-09 11:00:40 +0200 |
commit | 6fc7b8a5c0dae7f54cbe3bef6920500c6bbce4d4 (patch) | |
tree | 1161b8ebff363a8e22d388315f3ead63e6070c9a | |
parent | 1f866bf5e5e022ad5b7e64fd5d12db4d7f090ba3 (diff) |
Change-Id: Ieaaad62d131febe5e7d361c6c8019cb03c3e52a8
Reviewed-by: Joerg Bornemann <[email protected]>
-rw-r--r-- | REUSE.toml | 16 | ||||
-rw-r--r-- | dist/REUSE.toml | 2 | ||||
-rw-r--r-- | src/plugins/sensors/iio-sensor-proxy/REUSE.toml | 2 |
3 files changed, 10 insertions, 10 deletions
@@ -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" |