Skip to content

Commit 16c5fb4

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 746755e commit 16c5fb4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.licenses/library-registry-submission-parser/go/gopkg.in/yaml.v3.dep.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ version: v3.0.1
44
type: go
55
summary: Package yaml implements YAML support for the Go language.
66
homepage: https://pkg.go.dev/gopkg.in/yaml.v3
7-
license: other
7+
# Apache-2.0 subsumes MIT
8+
# https://www.gnu.org/licenses/license-compatibility.html#combining
9+
license: apache-2.0
810
licenses:
911
- sources: LICENSE
1012
text: |2

0 commit comments

Comments
 (0)