aboutsummaryrefslogtreecommitdiff
path: root/_doc
AgeCommit message (Collapse)Author
2026-01-15Release spdxconv v1.0.0 (2026-01-15)HEADv1.0.0mainShulhan
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.
2026-01-08cmd/spdxconv: implement "init" commandShulhan
The init command create the spdxconv configuration file in the current directory.