diff options
Diffstat (limited to 'REUSE.toml')
| -rw-r--r-- | REUSE.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/REUSE.toml b/REUSE.toml index cc53e482c1..5ec4afbba4 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -19,7 +19,8 @@ path = [ ".clang-format", ".clang-tidy", "CODEOWNERS", - "hooks/**" + "hooks/**", + "ci/**" ] SPDX-License-Identifier = "CC0-1.0" SPDX-FileCopyrightText = "NONE" @@ -75,8 +76,8 @@ SPDX-License-Identifier = "GPL-3.0-or-later" SPDX-FileCopyrightText = "2026 Project Tick" [[annotations]] -path = ["uvim/**"] -SPDX-License-Identifier = "Vim" +path = ["mnv/**"] +SPDX-License-Identifier = "Vim AND GPL-3.0-or-later" SPDX-FileCopyrightText = "Bram Moolenaar & Vim Contributors & Project Tick" [[annotations]] |
