beansprout-custom/REUSE.toml
Ben Buhse 09f43674b5
Add man pages
beansprout(1) is basically just the README and beansprout(5) is basically
just docs/CONFIGURATION.md.

By default, the man pages are generated if scdoc is availabled, but they
can also be explicitly disabled with -Dman-pages.
2026-02-25 16:02:58 -06:00

16 lines
470 B
TOML

version = 1
[[annotations]]
path = ["README.md", "man/**", "docs/**"]
SPDX-FileCopyrightText = "2026 Ben Buhse <me@benbuhse.email>"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ["protocol/wlr-layer-shell-unstable-v1.xml"]
SPDX-FileCopyrightText = "2017 Drew DeVault"
SPDX-License-Identifier = "HPND"
[[annotations]]
path = [".gitignore", "examples/**"]
SPDX-FileCopyrightText = "2026 Ben Buhse <me@benbuhse.email>"
SPDX-License-Identifier = "CC0-1.0"