Skip to content

Commit 52cd022

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 19d349b commit 52cd022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.licenses/libraries-repository-engine/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: |

.licenses/libraries-repository-engine/go/golang.org/x/crypto/sha3.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: go
55
summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and
66
the SHAKE variable-output-length hash functions defined by FIPS-202.
77
homepage: https://pkg.go.dev/golang.org/x/crypto/sha3
8-
license: other
8+
license: bsd-3-clause
99
licenses:
1010
- sources: [email protected]/LICENSE
1111
text: |

0 commit comments

Comments
 (0)