diff options
Diffstat (limited to 'REUSE.toml')
| -rw-r--r-- | REUSE.toml | 34 | +8 −26 |
1 files changed, 8 insertions, 26 deletions
diff --git a/REUSE.toml b/REUSE.toml index 708bc13..9da1d8d 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,37 +1,19 @@ -# SPDX-FileCopyrightText: 2026 Nikolay Govorov +# Copyright (c) 2026 Nikolay Govorov # SPDX-License-Identifier: AGPL-3.0-or-later version = 1 [[annotations]] path = [ - ".mailmap", - "VERSION", - "cmd/mirum-agent/build.zig.zon", - "cmd/mirum-server/web/*.json", "go.mod", "go.sum", - "mise.lock", - "packaging/dl/*", - "packaging/logo.svg", - "charts/mirum/templates/*", - "buf.*", -] -SPDX-FileCopyrightText = "2026 Nikolay Govorov" -SPDX-License-Identifier = "AGPL-3.0-or-later" - -[[annotations]] -path = [ + "VERSION", "CLA.md", -] -SPDX-FileCopyrightText = "2026 Nikolay Govorov" -SPDX-License-Identifier = "CC-BY-3.0" - -[[annotations]] -path = [ "README.md", - "charts/mirum/README.md", - "docs/**.md", + "pkg/logo.svg", + "pkg/dl/*", + "proto/buf.*", + "cmd/mirumd/web/*.json", ] -SPDX-FileCopyrightText = "2026 Nikolay Govorov" -SPDX-License-Identifier = "CC-BY-4.0" +SPDX-FileCopyrightText = "2026 Nikolay Govorov <me@govorov.online>" +SPDX-License-Identifier = "AGPL-3.0-or-later" |
