|
spdxconv is a program to insert or convert existing licenses and copyrights
into SPDX formats.
This program works in tandem with [REUSE software](https://reuse.software).
Features:
- *REUSE Integration:* Detects annotations from `REUSE.toml`.
- *Customizable Defaults:* Set default license identifiers and copyright
holders.
- *Smart Comments:* Customizable patterns to set comment syntax based on
file names.
- *Regex Extraction:* Capture existing licenses, years, authors, and
contact info using regex.
- *Git Integration:* Automatically derives the copyright year from the
first commit in git history.
|