Skip to content

Commit d170a5e

Browse files
authored
Bump arduino-cli to include arduino/arduino-cli@fe6d749 (#802)
* bump arduino-cli to latest to have arduino/arduino-cli@fe6d749 * bump deps * go mod tidy
1 parent aec28eb commit d170a5e

File tree

21 files changed

+865
-331
lines changed

21 files changed

+865
-331
lines changed

.licenses/arduino-create-agent/go/github.com/arduino/arduino-cli/arduino/serialutils.dep.yml

+39-18
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
---
22
name: github.com/arduino/arduino-cli/arduino/serialutils
3-
version: v0.0.0-20210422154105-5aa424818026
3+
version: v0.0.0-20230630155703-fe6d7499eb5e
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/serialutils
77
license: gpl-3.0-only
88
licenses:
9-
- sources: [email protected]/LICENSE.txt
10-
text: |
11-
This file includes licensing information for arduino-cli
12-
13-
Copyright (c) 2018 ARDUINO SA (www.arduino.cc)
14-
15-
The software is released under the GNU General Public License, which covers the main body
16-
of the arduino-cli code. The terms of this license can be found at:
17-
https://www.gnu.org/licenses/gpl-3.0.en.html
18-
19-
You can be released from the requirements of the above licenses by purchasing
20-
a commercial license. Buying such a license is mandatory if you want to modify or
21-
otherwise use the software for commercial activities involving the Arduino
22-
software without disclosing the source code of your own applications. To purchase
23-
a commercial license, send an email to [email protected]
24-
9+
- sources: [email protected]/LICENSE.txt
10+
text: |2
2511
GNU GENERAL PUBLIC LICENSE
2612
Version 3, 29 June 2007
2713
@@ -696,4 +682,39 @@ licenses:
696682
the library. If this is what you want to do, use the GNU Lesser General
697683
Public License instead of this License. But first, please read
698684
<https://www.gnu.org/licenses/why-not-lgpl.html>.
685+
- sources: [email protected]/license_header.tpl
686+
text: |
687+
This file is part of arduino-cli.
688+
689+
Copyright{{ if .Year }} {{.Year}}{{ end }} {{.Holder}}
690+
691+
This software is released under the GNU General Public License version 3,
692+
which covers the main part of arduino-cli.
693+
The terms of this license can be found at:
694+
https://www.gnu.org/licenses/gpl-3.0.en.html
695+
696+
You can be released from the requirements of the above licenses by purchasing
697+
a commercial license. Buying such a license is mandatory if you want to
698+
modify or otherwise use the software for commercial activities involving the
699+
Arduino software without disclosing the source code of your own applications.
700+
To purchase a commercial license, send an email to [email protected].
701+
- sources: [email protected]/README.md
702+
text: |-
703+
Arduino CLI is licensed under the [GPL 3.0] license.
704+
705+
You can be released from the requirements of the above license by purchasing a commercial license. Buying such a license
706+
is mandatory if you want to modify or otherwise use the software for commercial activities involving the Arduino
707+
software without disclosing the source code of your own applications. To purchase a commercial license, send an email to
708+
709+
710+
[install]: https://arduino.github.io/arduino-cli/latest/installation
711+
[user documentation]: https://arduino.github.io/arduino-cli/latest/
712+
[getting started]: https://arduino.github.io/arduino-cli/latest/getting-started/
713+
[commands reference]: https://arduino.github.io/arduino-cli/latest/commands/arduino-cli
714+
[faq]: https://arduino.github.io/arduino-cli/latest/FAQ/
715+
[how to contribute]: https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/
716+
[contributors]: https://github.com/arduino/arduino-cli/graphs/contributors
717+
[nightly builds]: https://arduino.github.io/arduino-cli/latest/installation/#nightly-builds
718+
[security policy]: https://github.com/arduino/arduino-cli/security/policy
719+
[gpl 3.0]: https://www.gnu.org/licenses/gpl-3.0.en.html
699720
notices: []

.licenses/arduino-create-agent/go/github.com/arduino/arduino-cli/i18n.dep.yml

+701
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: github.com/leonelquinteros/gotext
3+
version: v1.4.0
4+
type: go
5+
summary: Package gotext implements GNU gettext utilities.
6+
homepage: https://pkg.go.dev/github.com/leonelquinteros/gotext
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
The MIT License (MIT)
12+
13+
Copyright (c) 2016 Leonel Quinteros
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE.
32+
- sources: README.md
33+
text: "[MIT license](LICENSE)"
34+
notices: []
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: github.com/leonelquinteros/gotext/plurals
3+
version: v1.4.0
4+
type: go
5+
summary: Package plurals is the pluralform compiler to get the correct translation
6+
id of the plural string
7+
homepage: https://pkg.go.dev/github.com/leonelquinteros/gotext/plurals
8+
license: mit
9+
licenses:
10+
- sources: [email protected]/LICENSE
11+
text: |
12+
The MIT License (MIT)
13+
14+
Copyright (c) 2016 Leonel Quinteros
15+
16+
Permission is hereby granted, free of charge, to any person obtaining a copy
17+
of this software and associated documentation files (the "Software"), to deal
18+
in the Software without restriction, including without limitation the rights
19+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20+
copies of the Software, and to permit persons to whom the Software is
21+
furnished to do so, subject to the following conditions:
22+
23+
The above copyright notice and this permission notice shall be included in all
24+
copies or substantial portions of the Software.
25+
26+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32+
SOFTWARE.
33+
- sources: [email protected]/README.md
34+
text: "[MIT license](LICENSE)"
35+
notices: []

.licenses/arduino-create-agent/go/google.golang.org/protobuf/encoding/protowire.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/protobuf/encoding/protowire
3-
version: v1.28.1
3+
version: v1.30.0
44
type: go
55
summary: Package protowire parses and formats the raw wire encoding.
66
homepage: https://pkg.go.dev/google.golang.org/protobuf/encoding/protowire
77
license: bsd-3-clause
88
licenses:
9-
- sources: protobuf@v1.28.1/LICENSE
9+
- sources: protobuf@v1.30.0/LICENSE
1010
text: |
1111
Copyright (c) 2018 The Go Authors. All rights reserved.
1212
@@ -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: protobuf@v1.28.1/PATENTS
38+
- sources: protobuf@v1.30.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/google.golang.org/protobuf/internal/detrand.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/protobuf/internal/detrand
3-
version: v1.28.1
3+
version: v1.30.0
44
type: go
55
summary: Package detrand provides deterministically random functionality.
66
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/detrand
77
license: bsd-3-clause
88
licenses:
9-
- sources: protobuf@v1.28.1/LICENSE
9+
- sources: protobuf@v1.30.0/LICENSE
1010
text: |
1111
Copyright (c) 2018 The Go Authors. All rights reserved.
1212
@@ -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: protobuf@v1.28.1/PATENTS
38+
- sources: protobuf@v1.30.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/google.golang.org/protobuf/internal/encoding/messageset.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/protobuf/internal/encoding/messageset
3-
version: v1.28.1
3+
version: v1.30.0
44
type: go
55
summary: Package messageset encodes and decodes the obsolete MessageSet wire format.
66
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/messageset
77
license: bsd-3-clause
88
licenses:
9-
- sources: protobuf@v1.28.1/LICENSE
9+
- sources: protobuf@v1.30.0/LICENSE
1010
text: |
1111
Copyright (c) 2018 The Go Authors. All rights reserved.
1212
@@ -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: protobuf@v1.28.1/PATENTS
38+
- sources: protobuf@v1.30.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/google.golang.org/protobuf/internal/errors.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/protobuf/internal/errors
3-
version: v1.28.1
3+
version: v1.30.0
44
type: go
55
summary: Package errors implements functions to manipulate errors.
66
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/errors
77
license: bsd-3-clause
88
licenses:
9-
- sources: protobuf@v1.28.1/LICENSE
9+
- sources: protobuf@v1.30.0/LICENSE
1010
text: |
1111
Copyright (c) 2018 The Go Authors. All rights reserved.
1212
@@ -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: protobuf@v1.28.1/PATENTS
38+
- sources: protobuf@v1.30.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/google.golang.org/protobuf/internal/flags.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/protobuf/internal/flags
3-
version: v1.28.1
3+
version: v1.30.0
44
type: go
55
summary: Package flags provides a set of flags controlled by build tags.
66
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/flags
77
license: bsd-3-clause
88
licenses:
9-
- sources: protobuf@v1.28.1/LICENSE
9+
- sources: protobuf@v1.30.0/LICENSE
1010
text: |
1111
Copyright (c) 2018 The Go Authors. All rights reserved.
1212
@@ -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: protobuf@v1.28.1/PATENTS
38+
- sources: protobuf@v1.30.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/google.golang.org/protobuf/internal/genid.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/protobuf/internal/genid
3-
version: v1.28.1
3+
version: v1.30.0
44
type: go
55
summary: Package genid contains constants for declarations in descriptor.proto and
66
the well-known types.
77
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/genid
88
license: bsd-3-clause
99
licenses:
10-
- sources: protobuf@v1.28.1/LICENSE
10+
- sources: protobuf@v1.30.0/LICENSE
1111
text: |
1212
Copyright (c) 2018 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: protobuf@v1.28.1/PATENTS
39+
- sources: protobuf@v1.30.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/arduino-create-agent/go/google.golang.org/protobuf/internal/order.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/protobuf/internal/order
3-
version: v1.28.1
3+
version: v1.30.0
44
type: go
55
summary: Package order provides ordered access to messages and maps.
66
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/order
77
license: bsd-3-clause
88
licenses:
9-
- sources: protobuf@v1.28.1/LICENSE
9+
- sources: protobuf@v1.30.0/LICENSE
1010
text: |
1111
Copyright (c) 2018 The Go Authors. All rights reserved.
1212
@@ -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: protobuf@v1.28.1/PATENTS
38+
- sources: protobuf@v1.30.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/google.golang.org/protobuf/internal/pragma.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: google.golang.org/protobuf/internal/pragma
3-
version: v1.28.1
3+
version: v1.30.0
44
type: go
55
summary: Package pragma provides types that can be embedded into a struct to statically
66
enforce or prevent certain language properties.
77
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/pragma
88
license: bsd-3-clause
99
licenses:
10-
- sources: protobuf@v1.28.1/LICENSE
10+
- sources: protobuf@v1.30.0/LICENSE
1111
text: |
1212
Copyright (c) 2018 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: protobuf@v1.28.1/PATENTS
39+
- sources: protobuf@v1.30.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/arduino-create-agent/go/google.golang.org/protobuf/internal/strs.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/protobuf/internal/strs
3-
version: v1.28.1
3+
version: v1.30.0
44
type: go
55
summary: Package strs provides string manipulation functionality specific to protobuf.
66
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/strs
77
license: bsd-3-clause
88
licenses:
9-
- sources: protobuf@v1.28.1/LICENSE
9+
- sources: protobuf@v1.30.0/LICENSE
1010
text: |
1111
Copyright (c) 2018 The Go Authors. All rights reserved.
1212
@@ -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: protobuf@v1.28.1/PATENTS
38+
- sources: protobuf@v1.30.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/arduino-create-agent/go/google.golang.org/protobuf/proto.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: google.golang.org/protobuf/proto
3-
version: v1.28.1
3+
version: v1.30.0
44
type: go
55
summary: Package proto provides functions operating on protocol buffer messages.
66
homepage: https://pkg.go.dev/google.golang.org/protobuf/proto
77
license: bsd-3-clause
88
licenses:
9-
- sources: protobuf@v1.28.1/LICENSE
9+
- sources: protobuf@v1.30.0/LICENSE
1010
text: |
1111
Copyright (c) 2018 The Go Authors. All rights reserved.
1212
@@ -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: protobuf@v1.28.1/PATENTS
38+
- sources: protobuf@v1.30.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

0 commit comments

Comments
 (0)