Skip to content

Commit 0eccd0c

Browse files
committed
Updated license cache
1 parent 0b9bcb3 commit 0eccd0c

File tree

8 files changed

+641
-341
lines changed

8 files changed

+641
-341
lines changed

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

Lines changed: 621 additions & 285 deletions
Large diffs are not rendered by default.

.licenses/serial-discovery/go/github.com/arduino/go-properties-orderedmap.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/arduino/go-properties-orderedmap
3-
version: v1.7.2
3+
version: v1.8.1
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/arduino/pluggable-discovery-protocol-handler/v2
3-
version: v2.1.1
3+
version: v2.2.1
44
type: go
55
summary: Package discovery is a library for handling the Arduino Pluggable-Discovery
66
protocol (https://github.com/arduino/tooling-rfcs/blob/main/RFCs/0002-pluggable-discovery.md#pluggable-discovery-api-via-stdinstdout)

.licenses/serial-discovery/go/github.com/pkg/errors.dep.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.licenses/serial-discovery/go/go.bug.st/serial.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: go.bug.st/serial
3-
version: v1.6.1
3+
version: v1.6.4
44
type: go
55
summary: Package serial is a cross-platform serial library for the go language.
66
homepage: https://pkg.go.dev/go.bug.st/serial
@@ -9,7 +9,7 @@ licenses:
99
- sources: LICENSE
1010
text: |2+
1111
12-
Copyright (c) 2014-2023, Cristian Maglie.
12+
Copyright (c) 2014-2024, Cristian Maglie.
1313
All rights reserved.
1414
1515
Redistribution and use in source and binary forms, with or without
@@ -43,7 +43,7 @@ licenses:
4343
4444
- sources: README.md
4545
text: |-
46-
The software is release under a [BSD 3-clause license]
46+
This software is released under the [BSD 3-clause license].
4747
4848
[contributors]: https://github.com/bugst/go-serial/graphs/contributors
4949
[BSD 3-clause license]: https://github.com/bugst/go-serial/blob/master/LICENSE

.licenses/serial-discovery/go/go.bug.st/serial/enumerator.dep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
name: go.bug.st/serial/enumerator
3-
version: v1.6.1
3+
version: v1.6.4
44
type: go
55
summary: Package enumerator is a golang cross-platform library for USB serial port
66
discovery.
77
homepage: https://pkg.go.dev/go.bug.st/serial/enumerator
88
license: bsd-3-clause
99
licenses:
10-
- sources: serial@v1.6.1/LICENSE
10+
- sources: serial@v1.6.4/LICENSE
1111
text: |2+
1212
13-
Copyright (c) 2014-2023, Cristian Maglie.
13+
Copyright (c) 2014-2024, Cristian Maglie.
1414
All rights reserved.
1515
1616
Redistribution and use in source and binary forms, with or without
@@ -42,9 +42,9 @@ licenses:
4242
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4343
POSSIBILITY OF SUCH DAMAGE.
4444
45-
- sources: serial@v1.6.1/README.md
45+
- sources: serial@v1.6.4/README.md
4646
text: |-
47-
The software is release under a [BSD 3-clause license]
47+
This software is released under the [BSD 3-clause license].
4848
4949
[contributors]: https://github.com/bugst/go-serial/graphs/contributors
5050
[BSD 3-clause license]: https://github.com/bugst/go-serial/blob/master/LICENSE

.licenses/serial-discovery/go/go.bug.st/serial/unixutils.dep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: go.bug.st/serial/unixutils
3-
version: v1.6.1
3+
version: v1.6.4
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/go.bug.st/serial/unixutils
77
license: bsd-3-clause
88
licenses:
9-
- sources: serial@v1.6.1/LICENSE
9+
- sources: serial@v1.6.4/LICENSE
1010
text: |2+
1111
12-
Copyright (c) 2014-2023, Cristian Maglie.
12+
Copyright (c) 2014-2024, Cristian Maglie.
1313
All rights reserved.
1414
1515
Redistribution and use in source and binary forms, with or without
@@ -41,9 +41,9 @@ licenses:
4141
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4242
POSSIBILITY OF SUCH DAMAGE.
4343
44-
- sources: serial@v1.6.1/README.md
44+
- sources: serial@v1.6.4/README.md
4545
text: |-
46-
The software is release under a [BSD 3-clause license]
46+
This software is released under the [BSD 3-clause license].
4747
4848
[contributors]: https://github.com/bugst/go-serial/graphs/contributors
4949
[BSD 3-clause license]: https://github.com/bugst/go-serial/blob/master/LICENSE

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: golang.org/x/sys/unix
3-
version: v0.12.0
3+
version: v0.37.0
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
77
license: bsd-3-clause
88
licenses:
9-
- sources: sys@v0.12.0/LICENSE
9+
- sources: sys@v0.37.0/LICENSE
1010
text: |
11-
Copyright (c) 2009 The Go Authors. All rights reserved.
11+
Copyright 2009 The Go Authors.
1212
1313
Redistribution and use in source and binary forms, with or without
1414
modification, are permitted provided that the following conditions are
@@ -20,7 +20,7 @@ licenses:
2020
copyright notice, this list of conditions and the following disclaimer
2121
in the documentation and/or other materials provided with the
2222
distribution.
23-
* Neither the name of Google Inc. nor the names of its
23+
* Neither the name of Google LLC nor the names of its
2424
contributors may be used to endorse or promote products derived from
2525
this software without specific prior written permission.
2626
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: sys@v0.12.0/PATENTS
38+
- sources: sys@v0.37.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

0 commit comments

Comments
 (0)