| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-08 | all: fix wrong copyright year on some files | Shulhan | |
| I wrote the initial codes in December 2025 but commit it on year 2026. | |||
| 2026-01-08 | all: add missing license and copyright | Shulhan | |
| Ah, the irony. | |||
| 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. | |||
