Skip to content

Commit 024884f

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 3f52ba1 commit 024884f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: go
55
summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation
66
Function (HKDF) as defined in RFC 5869.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf
8-
license: other
8+
license: bsd-3-clause
99
licenses:
1010
- sources: [email protected]/LICENSE
1111
text: |

Diff for: .licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: go
55
summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation
66
Function (HKDF) as defined in RFC 5869.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf
8-
license: other
8+
license: bsd-3-clause
99
licenses:
1010
- sources: [email protected]/LICENSE
1111
text: |

Diff for: .licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: go
55
summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation
66
Function (HKDF) as defined in RFC 5869.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf
8-
license: other
8+
license: bsd-3-clause
99
licenses:
1010
- sources: [email protected]/LICENSE
1111
text: |

0 commit comments

Comments
 (0)