diff options
author | Lucie Gérard <[email protected]> | 2025-07-07 15:20:10 +0200 |
---|---|---|
committer | Lucie Gérard <[email protected]> | 2025-07-09 11:01:17 +0200 |
commit | e08686ed45808703010433e7b1dc72cea977dd19 (patch) | |
tree | 10d0df8f926a5ee432cf530964969398a54c0fe4 | |
parent | 8c53602c5c95661bc2f75f624c41e1dced5fddda (diff) |
Change-Id: I3ad8ac0ff9cb03117248c3a27b4646d90b82d2cb
Reviewed-by: Joerg Bornemann <[email protected]>
-rw-r--r-- | REUSE.toml | 18 | ||||
-rw-r--r-- | src/3rdparty/PhysX/REUSE.toml | 4 |
2 files changed, 11 insertions, 11 deletions
@@ -15,14 +15,14 @@ path = ["tests/auto/cooked/data/*cooked*", "tests/manual/convexmesh/meshes/*.mesh"] 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 = ["src/quick3dphysics/designer/images/*.png"] 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 GPL-3.0-only" [[annotations]] @@ -31,7 +31,7 @@ path = ["**CMakeLists.txt", ".cmake.conf", "**.yaml", "configure.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]] @@ -39,35 +39,35 @@ path = ["**/.gitattributes", "**.gitignore", "**.gitreview", "tests/baseline/dat "**.clang-format"] 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]] 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/**", "**/README*", "**.qdocconf", "**.metainfo"] 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]] @@ -76,7 +76,7 @@ path = ["tests/baseline/shared/qwidgetbaselinetest.cpp", "tests/baseline/shared/qwidgetbaselinetest.cpp"] precedence = "override" comment = "reuse can't parse those files." -SPDX-FileCopyrightText = "Copyright (C) 2021 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only" [[annotations]] diff --git a/src/3rdparty/PhysX/REUSE.toml b/src/3rdparty/PhysX/REUSE.toml index cbe33ab..9ca558f 100644 --- a/src/3rdparty/PhysX/REUSE.toml +++ b/src/3rdparty/PhysX/REUSE.toml @@ -10,14 +10,14 @@ SPDX-License-Identifier = "BSD-3-Clause" path = ["*.patch"] precedence = "override" comment = "Licensed as the code itself" -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 = ["*.py"] precedence = "closest" comment = "tool" -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 WITH Qt-GPL-exception-1.0" |