Skip to content

Commit d7962a5

Browse files
committed
Fixed license cache
1 parent cec108e commit d7962a5

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.licenses/arduino-create-agent/go/go.bug.st/serial.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: go.bug.st/serial
3-
version: v1.4.1
3+
version: v1.6.0
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-2021, Cristian Maglie.
12+
Copyright (c) 2014-2023, Cristian Maglie.
1313
All rights reserved.
1414
1515
Redistribution and use in source and binary forms, with or without

.licenses/arduino-create-agent/go/go.bug.st/serial/enumerator.dep.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
name: go.bug.st/serial/enumerator
3-
version: v1.4.1
3+
version: v1.6.0
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.4.1/LICENSE
10+
- sources: serial@v1.6.0/LICENSE
1111
text: |2+
1212
13-
Copyright (c) 2014-2021, Cristian Maglie.
13+
Copyright (c) 2014-2023, Cristian Maglie.
1414
All rights reserved.
1515
1616
Redistribution and use in source and binary forms, with or without
@@ -42,7 +42,7 @@ 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.4.1/README.md
45+
- sources: serial@v1.6.0/README.md
4646
text: |-
4747
The software is release under a [BSD 3-clause license]
4848

.licenses/arduino-create-agent/go/go.bug.st/serial/unixutils.dep.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: go.bug.st/serial/unixutils
3-
version: v1.4.1
3+
version: v1.6.0
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.4.1/LICENSE
9+
- sources: serial@v1.6.0/LICENSE
1010
text: |2+
1111
12-
Copyright (c) 2014-2021, Cristian Maglie.
12+
Copyright (c) 2014-2023, Cristian Maglie.
1313
All rights reserved.
1414
1515
Redistribution and use in source and binary forms, with or without
@@ -41,7 +41,7 @@ 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.4.1/README.md
44+
- sources: serial@v1.6.0/README.md
4545
text: |-
4646
The software is release under a [BSD 3-clause license]
4747

0 commit comments

Comments
 (0)