diff options
Diffstat (limited to 'REUSE.toml')
| -rw-r--r-- | REUSE.toml | 10 | +8 −2 |
1 files changed, 8 insertions, 2 deletions
diff --git a/REUSE.toml b/REUSE.toml index 2be7092..8cd1ea7 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -7,8 +7,6 @@ version = 1 path = [ ".mailmap", "CLA.md", - "CONCEPT.md", - "README.md", "VERSION", "cmd/mirum-server/web/*.json", "go.mod", @@ -19,3 +17,11 @@ path = [ ] SPDX-FileCopyrightText = "2026 Nikolay Govorov <me@govorov.online>" SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = [ + "README.md", + "docs/**.md", +] +SPDX-FileCopyrightText = "2026 Nikolay Govorov <me@govorov.online>" +SPDX-License-Identifier = "CC-BY-4.0" |
