Skip to content

Commit 5351144

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 01cd995 commit 5351144

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

.licenses/mdns-discovery/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/mdns-discovery/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.5.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/mdns-discovery/go/github.com/arduino/pluggable-discovery-protocol-handler.dep.yml

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

.licenses/mdns-discovery/go/github.com/miekg/dns.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v1.1.31
44
type: go
55
summary: Package dns implements a full featured interface to the Domain Name System.
66
homepage: https://pkg.go.dev/github.com/miekg/dns
7-
license: other
7+
license: bsd-3-clause
88
licenses:
99
- sources: LICENSE
1010
text: |

.licenses/mdns-discovery/go/golang.org/x/crypto/ed25519.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.0.0-20201002094018-c90954cbb977
44
type: go
55
summary: Package ed25519 implements the Ed25519 signature algorithm.
66
homepage: https://pkg.go.dev/golang.org/x/crypto/ed25519
7-
license: other
7+
license: bsd-3-clause
88
licenses:
99
- sources: crypto@v0.0.0-20201002094018-c90954cbb977/LICENSE
1010
text: |

.licenses/mdns-discovery/go/golang.org/x/net/bpf.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 bpf implements marshaling and unmarshaling of programs for the Berkeley
66
Packet Filter virtual machine, and provides a Go implementation of the virtual machine.
77
homepage: https://pkg.go.dev/golang.org/x/net/bpf
8-
license: other
8+
license: bsd-3-clause
99
licenses:
1010
- sources: net@v0.0.0-20200930145003-4acb6c075d10/LICENSE
1111
text: |

.licenses/mdns-discovery/go/golang.org/x/net/internal/iana.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 iana provides protocol number resources managed by the Internet Assigned
66
Numbers Authority (IANA).
77
homepage: https://pkg.go.dev/golang.org/x/net/internal/iana
8-
license: other
8+
license: bsd-3-clause
99
licenses:
1010
- sources: net@v0.0.0-20200930145003-4acb6c075d10/LICENSE
1111
text: |

.licenses/mdns-discovery/go/golang.org/x/net/internal/socket.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.0.0-20200930145003-4acb6c075d10
44
type: go
55
summary: Package socket provides a portable interface for socket system calls.
66
homepage: https://pkg.go.dev/golang.org/x/net/internal/socket
7-
license: other
7+
license: bsd-3-clause
88
licenses:
99
- sources: net@v0.0.0-20200930145003-4acb6c075d10/LICENSE
1010
text: |

.licenses/mdns-discovery/go/golang.org/x/net/ipv4.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 ipv4 implements IP-level socket options for the Internet Protocol
66
version 4.
77
homepage: https://pkg.go.dev/golang.org/x/net/ipv4
8-
license: other
8+
license: bsd-3-clause
99
licenses:
1010
- sources: net@v0.0.0-20200930145003-4acb6c075d10/LICENSE
1111
text: |

.licenses/mdns-discovery/go/golang.org/x/net/ipv6.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 ipv6 implements IP-level socket options for the Internet Protocol
66
version 6.
77
homepage: https://pkg.go.dev/golang.org/x/net/ipv6
8-
license: other
8+
license: bsd-3-clause
99
licenses:
1010
- sources: net@v0.0.0-20200930145003-4acb6c075d10/LICENSE
1111
text: |

0 commit comments

Comments
 (0)