diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-05 22:35:40 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-06 00:27:33 +0700 |
| commit | 2cda75bc9385da199b4db5f6cc2692bfd694fcf1 (patch) | |
| tree | 75841e8ab18c3838256461e3a8b8c66c5d844ad5 /go.sum | |
| download | spdxconv-2cda75bc9385da199b4db5f6cc2692bfd694fcf1.tar.xz | |
spdxconv: tool to convert license and copyright to SPDX format
This is the initial implementation, work in progress, with the following
functions,
* loading the spdxconv.cfg file
* scanning list of files to be converted
* detect .git repository and exclude files ignored by .gitignore
No conversion logic is implemented yet.
Diffstat (limited to 'go.sum')
| -rw-r--r-- | go.sum | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +git.sr.ht/~shulhan/pakakeh.go v0.60.2 h1:ZSRE77lYm+mkhvg9pSrxCIO81ydbqt93qbsWuZJpjtI= +git.sr.ht/~shulhan/pakakeh.go v0.60.2/go.mod h1:1MkKXbLZRHTcnheeSEbRpGztkym4Yxzh90ep+jCxbDc= +golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 h1:fQsdNF2N+/YewlRZiricy4P1iimyPKZ/xwniHj8Q2a0= +golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93/go.mod h1:EPRbTFwzwjXj9NpYyyrvenVh9Y+GFeEvMNh7Xuz7xgU= |
