Skip to content

Commit 09e162c

Browse files
authored
Update licenses (#46)
I ran this command to regenerate the license file: ``` go run $GOPATH/pkg/mod/github.com/google/[email protected]/tools/license_serializer/license_serializer.go -output assets ``` I also adjusted the path used for the license DB file, since licenseclassifier automatically uses the `licenses.db` path in whatever `-output` directory you give it.
1 parent ebd87ef commit 09e162c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

assets/assets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package assets // import "go.elastic.co/go-licence-detector/assets"
1919

2020
import _ "embed"
2121

22-
//go:embed licence.db
22+
//go:embed licenses.db
2323
var LicenceDB []byte
2424

2525
//go:embed rules.json

assets/licence.db

-5.31 MB
Binary file not shown.

assets/licenses.db

5.31 MB
Binary file not shown.

0 commit comments

Comments
 (0)