| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-06 | all: refactoring loadConfig and scanForSCM | Shulhan | |
| Previously, given the following command, $ spdxconv $path the loadConfig load the configuration from the path directory. This changes it to load the configuration from the current working directory where the tools run, not from $path directory. While for scanForSCM, previously its detect SCM from $path up to "/", now its scan from $path to current working directory only. While at it, we rename the dummySCM type to noSCM. | |||
