Skip to content

Commit

Permalink
Manually define dependency license metadata that was not detected
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
per1234 committed Jan 10, 2025
1 parent 746755e commit 16c5fb4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ version: v3.0.1
type: go
summary: Package yaml implements YAML support for the Go language.
homepage: https://pkg.go.dev/gopkg.in/yaml.v3
license: other
# Apache-2.0 subsumes MIT
# https://www.gnu.org/licenses/license-compatibility.html#combining
license: apache-2.0
licenses:
- sources: LICENSE
text: |2
Expand Down

0 comments on commit 16c5fb4

Please sign in to comment.