Skip to content

Commit 8a9269e

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 8dba87a commit 8a9269e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.licenses/pluggable-discovery-protocol-handler/go/github.com/arduino/go-paths-helper.dep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name: github.com/arduino/go-paths-helper
33
version: v1.0.1
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper
7-
license: gpl-2.0
7+
license: gpl-2.0-or-later
88
licenses:
99
- sources: LICENSE
1010
text: |2

.licenses/pluggable-discovery-protocol-handler/go/github.com/arduino/go-properties-orderedmap.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v1.4.0
44
type: go
55
summary: Package properties is a library for handling maps of hierarchical properties.
66
homepage: https://pkg.go.dev/github.com/arduino/go-properties-orderedmap
7-
license: gpl-2.0
7+
license: gpl-2.0-or-later
88
licenses:
99
- sources: LICENSE
1010
text: |2

0 commit comments

Comments
 (0)