diff options
author | Lucie Gérard <[email protected]> | 2025-07-07 15:21:45 +0200 |
---|---|---|
committer | Lucie Gérard <[email protected]> | 2025-07-11 15:07:06 +0200 |
commit | 18e68e6b62900cd69c60cbca54c8f9463d703515 (patch) | |
tree | b7b7944253fc12a36274f200fa5fb40f18476ae2 | |
parent | 498c56654e4d4c68db30c620317f55caacd88d0c (diff) |
Change-Id: Ib1b5ae95acf7fcea1c184dff076f0c6c72a9cac9
Reviewed-by: Joerg Bornemann <[email protected]>
-rw-r--r-- | REUSE.toml | 16 | ||||
-rw-r--r-- | dist/REUSE.toml | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/REUSE.toml b/REUSE.toml index d7733c639..fb7568fd4 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -15,7 +15,7 @@ path = ["src/core/doc/QtWebEngineDoc", "src/pdf/plugins/imageformats/pdf/pdf.json"] precedence = "closest" comment = "module and plugin" -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]] @@ -69,7 +69,7 @@ path = ["tests/auto/widgets/qwebenginepage/resources/*", "tests/manual/widgets/webrtc/mediaPicker.ui"] 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]] @@ -78,42 +78,42 @@ path = ["**.pro", "**.qrc", "**CMakeLists.txt", ".cmake.conf", "**.yaml", "coin/qt-installer-package-config.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", ".gitmodules", "**.gitreview"] precedence = "closest" comment = "version control system. 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/**", "tests/manual/examples/**", "**/doc/snippets/**"] 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", "config_help.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" [[annotations]] 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" |