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 Mar 5, 2025
1 parent cdcb01d commit 8363c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v0.35.0
type: go
summary:
homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon
license: other
license: bsd-3-clause
licenses:
- sources: net@v0.35.0/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v0.35.0
type: go
summary:
homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon
license: other
license: bsd-3-clause
licenses:
- sources: net@v0.35.0/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v0.35.0
type: go
summary:
homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon
license: other
license: bsd-3-clause
licenses:
- sources: net@v0.35.0/LICENSE
text: |
Expand Down

0 comments on commit 8363c7a

Please sign in to comment.