You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-28 02:41:51 +03:00
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.
This commit is contained in:
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package gcfg reads "INI-style" text-based configuration files with "name=value"
|
||||
pairs grouped into sections (gcfg files).
|
||||
homepage: https://pkg.go.dev/github.com/go-git/gcfg
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.5.0
|
||||
type: go
|
||||
summary: Package scanner implements a scanner for gcfg configuration text.
|
||||
homepage: https://pkg.go.dev/github.com/go-git/gcfg/scanner
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: gcfg@v1.5.0/LICENSE
|
||||
text: |
|
||||
|
@ -5,7 +5,7 @@ type: go
|
||||
summary: Package token defines constants representing the lexical tokens of the gcfg
|
||||
configuration syntax and basic operations on tokens (printing, predicates).
|
||||
homepage: https://pkg.go.dev/github.com/go-git/gcfg/token
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: gcfg@v1.5.0/LICENSE
|
||||
text: |
|
||||
|
@ -4,7 +4,7 @@ version: v1.5.0
|
||||
type: go
|
||||
summary: Package types defines helpers for type conversions.
|
||||
homepage: https://pkg.go.dev/github.com/go-git/gcfg/types
|
||||
license: other
|
||||
license: bsd-3-clause
|
||||
licenses:
|
||||
- sources: gcfg@v1.5.0/LICENSE
|
||||
text: |
|
||||
|
Reference in New Issue
Block a user