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
/
config.go
Age
Commit message (
Expand
)
Author
2026-01-15
config: use embed for spdxconv.cfg template
Shulhan
2026-01-15
all: allow multiple pattern in match-file-comment
Shulhan
2026-01-15
all: add match-file-pattern for common files
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: remove prefix config from struct matchCopyright and matchLicense
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-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-06
spdxconv: tool to convert license and copyright to SPDX format
Shulhan