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
/
testdata
Age
Commit message (
Expand
)
Author
2026-01-15
all: allow multiple pattern in match-file-comment
Shulhan
2026-01-15
all: add test for Scan on new file without git history
Shulhan
2026-01-15
report: do not return an error if report file does not exist
Shulhan
2026-01-15
all: move checking REUSE annotation after all files listed
Shulhan
2026-01-15
all: add match-file-pattern for common files
Shulhan
2026-01-15
all: add group "done" in the report
Shulhan
2026-01-14
all: handle binary file in post-scan
Shulhan
2026-01-14
match_file_comment: do not add space on prefix and suffix
Shulhan
2026-01-14
all: detect annotation from REUSE configuration
Shulhan
2026-01-14
all: fix error when scanning and apply empty file
Shulhan
2026-01-14
all: get the copyright year from git history
Shulhan
2026-01-13
all: split the delete_line_pattern into before and after
Shulhan
2026-01-12
all: fix default regex match license and copyright to ignore comment
Shulhan
2026-01-12
all: add configuration for setting default copyright year
Shulhan
2026-01-12
all: implement match-file-comment for seting comment based on file name
Shulhan
2026-01-12
config_match_license: remove unused field DeleteMatch
Shulhan
2026-01-11
all: exclude file that contains both SPDX license and copyright text
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-10
report: store the index line number and comments in report
Shulhan
2026-01-10
report: add method loadReport
Shulhan
2026-01-09
all: implement the scan command
Shulhan
2026-01-08
all: fix wrong copyright year on some files
Shulhan
2026-01-08
cmd/spdxconv: implement "init" command
Shulhan
2026-01-08
all: add missing license and copyright
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