diff --git a/REUSE.toml b/REUSE.toml index de5db5e0e85..6fda484bd20 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -99,6 +99,12 @@ precedence = "override" SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only" +[[annotations]] +path = ["**/*.index", "**/*.tags"] +comment = "QDoc generated documentation metadata files" +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"