File tree 3 files changed +764
-12
lines changed
3 files changed +764
-12
lines changed Original file line number Diff line number Diff line change
1
+
2
+ This file summarize licensing information for parts of arduino. Anyway,
3
+ this is just a recap and doesn't replace the licensing for each part
4
+ of Arduino, please **always check directly the source code for the
5
+ correct and updated license information**.
6
+
7
+ - The Arduino IDE is a Java app that is contained in the folders `app`
8
+ and `arduino-core`. This app is a fork of Processing and is released
9
+ under the GPL-2+ license.
10
+
11
+ - The Arduino Core for AVR microcontrollers is an embedded-C framework,
12
+ the source code is in the `hardware/arduino/avr` folder and is released
13
+ under the LGPL license. Please note that some parts or contributions may
14
+ be released under a different license, please check each single file for
15
+ the correct license information.
16
+
17
+ - The Arduino Libraries are embedded-C libraries to be used in
18
+ microcontrollers, the source code is in the `libraries` folder.
19
+ Please refer to the source code of each library for the correct license.
20
+
21
+ - The Arduino Examples, contained in the `build/shared/examples` folder
22
+ are released as Public Domain.
23
+
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
-
13
1
14
2
GNU GENERAL PUBLIC LICENSE
15
3
Version 2, June 1991
You can’t perform that action at this time.
0 commit comments