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
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
README: update the wording and grammars
Shulhan
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 test for Scan on new file without git history
Shulhan
2026-01-15
cmd/spdconv: update the usage to match with latest behaviour
Shulhan
2026-01-15
spdxconv: set the SCM only during scan command, not on New
Shulhan
2026-01-15
report: do not return an error if report file does not exist
Shulhan
2026-01-15
go.mod: update pakakeh.go to tip
Shulhan
2026-01-15
Makefile: add flag -failfast and -timeout to go test command
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-15
all: improve the scan by loading the existing report
Shulhan
2026-01-15
file: change the flag for grouping to use int instead of bool
Shulhan
2026-01-14
all: handle binary file in post-scan
Shulhan
2026-01-14
README: rewording and update header level on commands
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
report: group the file with missing copyright year as unknown
Shulhan
2026-01-14
README: describe how the flow of scan command
Shulhan
2026-01-14
all: get the copyright year from git history
Shulhan
2026-01-13
Makefile: use the old test coverage using CGO
Shulhan
2026-01-13
spdxconv: remove unused apply method
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-11
report: add SPDX identifiers to generated report
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
report: change the output to use CSV format
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: add common make tasks
Shulhan
2026-01-06
all: refactoring loadConfig and scanForSCM
Shulhan
2026-01-06
spdxconv: tool to convert license and copyright to SPDX format
Shulhan