File tree Expand file tree Collapse file tree 3 files changed +763
-12
lines changed Expand file tree Collapse file tree 3 files changed +763
-12
lines changed Original file line number Diff line number Diff line change 1+ This file includes licensing information for parts of arduino.
2+
3+ - The Arduino IDE is a Java app that is contained in the folders `app`
4+ and `arduino-core`. This app is a fork of Processing and is released
5+ under the GPL-2+ license.
6+
7+ - The Arduino Core for AVR microcontrollers is an embedded-C framework,
8+ the source code is in the `hardware/arduino/avr` folder and is released
9+ under the LGPL license. Please note that some parts or contributions may
10+ be released under a different license, please check each single file for
11+ the correct license information.
12+
13+ - The Arduino Libraries are embedded-C libraries to be used in
14+ microcontrollers, the source code is in the `libraries` folder.
15+ Please refer to the source code of each library for the correct license.
16+
17+ - The Arduino Examples, contained in the `build/shared/examples` folder
18+ are released as Public Domain.
19+
20+ For any missing part, please check directly the source code for the
21+ correct license information.
22+
Original file line number Diff line number Diff line change 1- this file includes licensing information for parts of arduino.
2-
3- first, the gnu general public license, which covers the main body
4- of the processing/arduino code (in general, all the stuff inside the 'app'
5- and 'core' subfolders).
6-
7- next, the gnu lesser general public license that covers the arduino core
8- and libraries.
9-
10-
11- .....................................................................
12-
131
142 GNU GENERAL PUBLIC LICENSE
153 Version 2, June 1991
You can’t perform that action at this time.
0 commit comments