aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-15Release spdxconv v1.0.0 (2026-01-15)HEADv1.0.0mainShulhan
2026-01-15README: update the wording and grammarsShulhan
2026-01-15config: use embed for spdxconv.cfg templateShulhan
2026-01-15all: allow multiple pattern in match-file-commentShulhan
2026-01-15all: add test for Scan on new file without git historyShulhan
2026-01-15cmd/spdconv: update the usage to match with latest behaviourShulhan
2026-01-15spdxconv: set the SCM only during scan command, not on NewShulhan
2026-01-15report: do not return an error if report file does not existShulhan
2026-01-15go.mod: update pakakeh.go to tipShulhan
2026-01-15Makefile: add flag -failfast and -timeout to go test commandShulhan
2026-01-15all: move checking REUSE annotation after all files listedShulhan
2026-01-15all: add match-file-pattern for common filesShulhan
2026-01-15all: add group "done" in the reportShulhan
2026-01-15all: improve the scan by loading the existing reportShulhan
2026-01-15file: change the flag for grouping to use int instead of boolShulhan
2026-01-14all: handle binary file in post-scanShulhan
2026-01-14README: rewording and update header level on commandsShulhan
2026-01-14match_file_comment: do not add space on prefix and suffixShulhan
2026-01-14all: detect annotation from REUSE configurationShulhan
2026-01-14all: fix error when scanning and apply empty fileShulhan
2026-01-14report: group the file with missing copyright year as unknownShulhan
2026-01-14README: describe how the flow of scan commandShulhan
2026-01-14all: get the copyright year from git historyShulhan
2026-01-13Makefile: use the old test coverage using CGOShulhan
2026-01-13spdxconv: remove unused apply methodShulhan
2026-01-13all: split the delete_line_pattern into before and afterShulhan
2026-01-12all: fix default regex match license and copyright to ignore commentShulhan
2026-01-12all: add configuration for setting default copyright yearShulhan
2026-01-12all: remove prefix config from struct matchCopyright and matchLicenseShulhan
2026-01-12all: implement match-file-comment for seting comment based on file nameShulhan
2026-01-12config_match_license: remove unused field DeleteMatchShulhan
2026-01-11report: add SPDX identifiers to generated reportShulhan
2026-01-11all: exclude file that contains both SPDX license and copyright textShulhan
2026-01-11all: ignore symlink, COPYING, LICENSE, and LICENSESShulhan
2026-01-11all: fix slice bounds out of range when scanning dirShulhan
2026-01-11all: implement apply commandShulhan
2026-01-10report: store the index line number and comments in reportShulhan
2026-01-10report: add method loadReportShulhan
2026-01-09report: change the output to use CSV formatShulhan
2026-01-09all: implement the scan commandShulhan
2026-01-08all: fix wrong copyright year on some filesShulhan
2026-01-08cmd/spdxconv: implement "init" commandShulhan
2026-01-08all: add missing license and copyrightShulhan
2026-01-08all: implement conversion for SPDX-License-IdentifierShulhan
2026-01-07all: exclude file that have ".license" fileShulhan
2026-01-06all: add common make tasksShulhan
2026-01-06all: refactoring loadConfig and scanForSCMShulhan
2026-01-06spdxconv: tool to convert license and copyright to SPDX formatShulhan