Skip to content

Commit d544ded

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 2e5d111 commit d544ded

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.licenses/serial-monitor/go/github.com/arduino/go-paths-helper.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v1.6.1
44
type: go
55
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/serial-monitor/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.6.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

.licenses/serial-monitor/go/github.com/arduino/pluggable-monitor-protocol-handler.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ summary: Package monitor is a library for handling the Arduino Pluggable-Monitor
77
The library implements the state machine and the parsing logic to communicate with
88
a pluggable-monitor client.
99
homepage: https://pkg.go.dev/github.com/arduino/pluggable-monitor-protocol-handler
10-
license: other
10+
license: gpl-3.0-only
1111
licenses:
1212
- sources: LICENSE.txt
1313
text: |

.licenses/serial-monitor/go/golang.org/x/sys/internal/unsafeheader.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: go
55
summary: Package unsafeheader contains header declarations for the Go runtime's slice
66
and string implementations.
77
homepage: https://pkg.go.dev/golang.org/x/sys/internal/unsafeheader
8-
license: other
8+
license: bsd-3-clause
99
licenses:
1010
- sources: sys@v0.0.0-20210823070655-63515b42dcdf/LICENSE
1111
text: |

.licenses/serial-monitor/go/golang.org/x/sys/unix.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.0.0-20210823070655-63515b42dcdf
44
type: go
55
summary: Package unix contains an interface to the low-level operating system primitives.
66
homepage: https://pkg.go.dev/golang.org/x/sys/unix
7-
license: other
7+
license: bsd-3-clause
88
licenses:
99
- sources: sys@v0.0.0-20210823070655-63515b42dcdf/LICENSE
1010
text: |

0 commit comments

Comments
 (0)