Skip to content

Commit edb3942

Browse files
committed
Manually define dependency license metadata that was not detected
The "Licensed" dependency license checker tool uses the licensee tool to automatically determine the license type based on metadata provided by the dependency author. This must be in a standardized format without any modifications. In cases where that wasn't done, it is necessary to determine the license type and update the dependency license metadata cache in the `.licenses` folder manually. The Licensed tool will check this data whenever the dependency version is updated to make sure the license hasn't changed.
1 parent be92efb commit edb3942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.licenses/arduino-lint/go/golang.org/x/crypto/internal/poly1305.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: go
55
summary: Package poly1305 implements Poly1305 one-time message authentication code
66
as specified in https://cr.yp.to/mac/poly1305-20050329.pdf.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/internal/poly1305
8-
license: other
8+
license: bsd-3-clause
99
licenses:
1010
- sources: [email protected]/LICENSE
1111
text: |

0 commit comments

Comments
 (0)