-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
21 changed files
with
865 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,13 @@ | ||
--- | ||
name: github.com/arduino/arduino-cli/arduino/serialutils | ||
version: v0.0.0-20210422154105-5aa424818026 | ||
version: v0.0.0-20230630155703-fe6d7499eb5e | ||
type: go | ||
summary: | ||
summary: | ||
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/serialutils | ||
license: gpl-3.0-only | ||
licenses: | ||
- sources: [email protected]/LICENSE.txt | ||
text: | | ||
This file includes licensing information for arduino-cli | ||
Copyright (c) 2018 ARDUINO SA (www.arduino.cc) | ||
The software is released under the GNU General Public License, which covers the main body | ||
of the arduino-cli code. The terms of this license can be found at: | ||
https://www.gnu.org/licenses/gpl-3.0.en.html | ||
You can be released from the requirements of the above licenses by purchasing | ||
a commercial license. Buying such a license is mandatory if you want to modify or | ||
otherwise use the software for commercial activities involving the Arduino | ||
software without disclosing the source code of your own applications. To purchase | ||
a commercial license, send an email to [email protected] | ||
- sources: [email protected]/LICENSE.txt | ||
text: |2 | ||
GNU GENERAL PUBLIC LICENSE | ||
Version 3, 29 June 2007 | ||
|
@@ -696,4 +682,39 @@ licenses: | |
the library. If this is what you want to do, use the GNU Lesser General | ||
Public License instead of this License. But first, please read | ||
<https://www.gnu.org/licenses/why-not-lgpl.html>. | ||
- sources: [email protected]/license_header.tpl | ||
text: | | ||
This file is part of arduino-cli. | ||
Copyright{{ if .Year }} {{.Year}}{{ end }} {{.Holder}} | ||
This software is released under the GNU General Public License version 3, | ||
which covers the main part of arduino-cli. | ||
The terms of this license can be found at: | ||
https://www.gnu.org/licenses/gpl-3.0.en.html | ||
You can be released from the requirements of the above licenses by purchasing | ||
a commercial license. Buying such a license is mandatory if you want to | ||
modify or otherwise use the software for commercial activities involving the | ||
Arduino software without disclosing the source code of your own applications. | ||
To purchase a commercial license, send an email to [email protected]. | ||
- sources: [email protected]/README.md | ||
text: |- | ||
Arduino CLI is licensed under the [GPL 3.0] license. | ||
You can be released from the requirements of the above license by purchasing a commercial license. Buying such a license | ||
is mandatory if you want to modify or otherwise use the software for commercial activities involving the Arduino | ||
software without disclosing the source code of your own applications. To purchase a commercial license, send an email to | ||
[email protected] | ||
[install]: https://arduino.github.io/arduino-cli/latest/installation | ||
[user documentation]: https://arduino.github.io/arduino-cli/latest/ | ||
[getting started]: https://arduino.github.io/arduino-cli/latest/getting-started/ | ||
[commands reference]: https://arduino.github.io/arduino-cli/latest/commands/arduino-cli | ||
[faq]: https://arduino.github.io/arduino-cli/latest/FAQ/ | ||
[how to contribute]: https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/ | ||
[contributors]: https://github.com/arduino/arduino-cli/graphs/contributors | ||
[nightly builds]: https://arduino.github.io/arduino-cli/latest/installation/#nightly-builds | ||
[security policy]: https://github.com/arduino/arduino-cli/security/policy | ||
[gpl 3.0]: https://www.gnu.org/licenses/gpl-3.0.en.html | ||
notices: [] |
701 changes: 701 additions & 0 deletions
701
.licenses/arduino-create-agent/go/github.com/arduino/arduino-cli/i18n.dep.yml
Large diffs are not rendered by default.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
.licenses/arduino-create-agent/go/github.com/leonelquinteros/gotext.dep.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: github.com/leonelquinteros/gotext | ||
version: v1.4.0 | ||
type: go | ||
summary: Package gotext implements GNU gettext utilities. | ||
homepage: https://pkg.go.dev/github.com/leonelquinteros/gotext | ||
license: mit | ||
licenses: | ||
- sources: LICENSE | ||
text: | | ||
The MIT License (MIT) | ||
Copyright (c) 2016 Leonel Quinteros | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
- sources: README.md | ||
text: "[MIT license](LICENSE)" | ||
notices: [] |
35 changes: 35 additions & 0 deletions
35
.licenses/arduino-create-agent/go/github.com/leonelquinteros/gotext/plurals.dep.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: github.com/leonelquinteros/gotext/plurals | ||
version: v1.4.0 | ||
type: go | ||
summary: Package plurals is the pluralform compiler to get the correct translation | ||
id of the plural string | ||
homepage: https://pkg.go.dev/github.com/leonelquinteros/gotext/plurals | ||
license: mit | ||
licenses: | ||
- sources: [email protected]/LICENSE | ||
text: | | ||
The MIT License (MIT) | ||
Copyright (c) 2016 Leonel Quinteros | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
- sources: [email protected]/README.md | ||
text: "[MIT license](LICENSE)" | ||
notices: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.