index
:
spdxconv
main
Program to convert existing licenses and copyrights into SPDX format.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spdxconv.go
Age
Commit message (
Expand
)
Author
2026-01-15
Release spdxconv v1.0.0 (2026-01-15)
HEAD
v1.0.0
main
Shulhan
2026-01-15
spdxconv: set the SCM only during scan command, not on New
Shulhan
2026-01-15
all: move checking REUSE annotation after all files listed
Shulhan
2026-01-15
all: add group "done" in the report
Shulhan
2026-01-15
all: improve the scan by loading the existing report
Shulhan
2026-01-14
all: detect annotation from REUSE configuration
Shulhan
2026-01-14
all: get the copyright year from git history
Shulhan
2026-01-13
spdxconv: remove unused apply method
Shulhan
2026-01-12
all: implement match-file-comment for seting comment based on file name
Shulhan
2026-01-11
all: ignore symlink, COPYING, LICENSE, and LICENSES
Shulhan
2026-01-11
all: fix slice bounds out of range when scanning dir
Shulhan
2026-01-11
all: implement apply command
Shulhan
2026-01-09
all: implement the scan command
Shulhan
2026-01-08
cmd/spdxconv: implement "init" command
Shulhan
2026-01-08
all: implement conversion for SPDX-License-Identifier
Shulhan
2026-01-07
all: exclude file that have ".license" file
Shulhan
2026-01-06
all: refactoring loadConfig and scanForSCM
Shulhan
2026-01-06
spdxconv: tool to convert license and copyright to SPDX format
Shulhan