There was an error while loading. Please reload this page.
1 parent 12d35f9 commit c19be28Copy full SHA for c19be28
2 files changed
README.md
@@ -144,3 +144,7 @@ for profiling a single run.
144
- Legal-path caps follow `licenses.LegalFileRoles`. Names such as
145
`license.rs` are included; `THIRD_PARTY_LICENSES.txt` and `PATENTS` are not.
146
- No `blame` or `diff A..B` subcommands yet.
147
+
148
+## License
149
150
+MIT
go.mod
@@ -2,6 +2,8 @@ module github.com/git-pkgs/git-spdx
2
3
go 1.26.0
4
5
+toolchain go1.26.7
6
7
require github.com/git-pkgs/licenses v0.7.1-0.20260906201711-03e6909a1db1
8
9
require (
0 commit comments