diff options
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc new file mode 100644 index 0000000..ae008e6 --- /dev/null +++ b/CHANGELOG.adoc @@ -0,0 +1,27 @@ +// SPDX-License-Identifier: GPL-3.0-only +// SPDX-FileCopyrightText: 2026 M. Shulhan <ms@kilabit.info> + += spdxconv release changelog +:toc: +:sectanchors: + +[#spdxconv_v1_0_0] +== spdxconv v1.0.0 (2026-01-15) + +spdxconv is a program to insert or convert existing licenses and copyrights +into SPDX formats. + +This program works in tandem with +https://reuse.software[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. |
