A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/arduino/arduino-fwuploader/commit/2c1525416a3dd61416c00d1610a525d4d537d648 below:

Update Arduino CLI and general enhancements (#171) · arduino/arduino-fwuploader@2c15254 · GitHub

Expand file treeCollapse file tree 194 files changed

+23491

-896

lines changed Original file line number Diff line number Diff line change

@@ -1,27 +1,13 @@

1 1

---

2 2

name: github.com/arduino/arduino-cli/arduino/cores

3 -

version: v0.0.0-20210603144340-aef5a54882fa

3 +

version: v0.0.0-20230613145607-5725c0273235

4 4

type: go

5 -

summary:

5 +

summary:

6 6

homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores

7 7

license: gpl-3.0-only

8 8

licenses:

9 -

- sources: arduino-cli@v0.0.0-20210603144340-aef5a54882fa/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 license@arduino.cc

24 - 9 +

- sources: arduino-cli@v0.0.0-20230613145607-5725c0273235/LICENSE.txt

10 +

text: |2

25 11

GNU GENERAL PUBLIC LICENSE

26 12

Version 3, 29 June 2007

27 13

@@ -696,4 +682,39 @@ licenses:

696 682

the library. If this is what you want to do, use the GNU Lesser General

697 683

Public License instead of this License. But first, please read

698 684

<https://www.gnu.org/licenses/why-not-lgpl.html>.

685 +

- sources: arduino-cli@v0.0.0-20230613145607-5725c0273235/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 license@arduino.cc.

701 +

- sources: arduino-cli@v0.0.0-20230613145607-5725c0273235/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 +

license@arduino.cc

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

699 720

notices: []

Original file line number Diff line number Diff line change

@@ -1,27 +1,13 @@

1 1

---

2 2

name: github.com/arduino/arduino-cli/arduino/cores/packageindex

3 -

version: v0.0.0-20210603144340-aef5a54882fa

3 +

version: v0.0.0-20230613145607-5725c0273235

4 4

type: go

5 -

summary:

5 +

summary:

6 6

homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores/packageindex

7 7

license: gpl-3.0-only

8 8

licenses:

9 -

- sources: arduino-cli@v0.0.0-20210603144340-aef5a54882fa/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 license@arduino.cc

24 - 9 +

- sources: arduino-cli@v0.0.0-20230613145607-5725c0273235/LICENSE.txt

10 +

text: |2

25 11

GNU GENERAL PUBLIC LICENSE

26 12

Version 3, 29 June 2007

27 13

@@ -696,4 +682,39 @@ licenses:

696 682

the library. If this is what you want to do, use the GNU Lesser General

697 683

Public License instead of this License. But first, please read

698 684

<https://www.gnu.org/licenses/why-not-lgpl.html>.

685 +

- sources: arduino-cli@v0.0.0-20230613145607-5725c0273235/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 license@arduino.cc.

701 +

- sources: arduino-cli@v0.0.0-20230613145607-5725c0273235/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 +

license@arduino.cc

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

699 720

notices: []

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4