File: copyright

package info (click to toggle)
arduino-core-avr 1.8.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,216 kB
  • sloc: ansic: 13,104; cpp: 4,874; makefile: 2,344; asm: 94; sh: 68
file content (384 lines) | stat: -rw-r--r-- 12,963 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ArduinoCore-avr
Source: https://github.com/arduino/ArduinoCore-avr
Files-Excluded:
 *.hex
 *.lst
 *.orig
 *.pnprj
 *.pnps
 *.ppg
 *.rej
 driver
 firmwares/wifishield
Comment: The upstream Git tree isn't holding a dedicated copyright and
 license information for now. The arduino-core-avr relevant part was split
 of from the main arduino part in mid of 2018. The main arduino Git tree
 is holding a file license.txt
 (https://github.com/arduino/Arduino/raw/master/license.txt)
 which is stating the following part right in the beginning:
 .
 ---%<---
 this file includes licensing information for parts of arduino.
 .
 first, the gnu general public license, which covers the main body of the
 processing/arduino code (in general, all the stuff inside the 'app' and
 'core' subfolders).
 .
 next, the gnu lesser general public license that covers the arduino core
 and libraries.
 --->%---
 .
 The now called 'ArduinoCore-avr' source, which was in mid 2018 created
 was placed previously in a folder hardware/ and got removed from the
 Arduino tree by commit d6b40d02183399f7e3faedcb9b734f25cf1c06f4
 (https://github.com/arduino/Arduino/commit/d6b40d02183399f7e3faedcb9b734f25cf1c06f4)
 Reading the license.txt information from the Arduino tree let assume
 that arduino-core-avr is and was seen as a so called library part.
 .
 The files from the folder firmwares/wifishield are removed from the source
 as the shipped license isn't DFSG conform.
 .
 Also the folder driver/ were removed as it only contains Windows driver files.

Files: *
Copyright: 2015 - 2022, Arduino LLC (https://www.arduino.cc/)
License: LGPL-2.1+

Files: debian/*
Copyright: 2020 - 2022, Carsten Schoenert <c.schoenert@t-online.de>
License: GPL-2+

Files: bootloaders/atmega/ATmegaBOOT_168.c
 bootloaders/lilypad/src/ATmegaBOOT.c
Copyright: 2003, Jason P. Kyle
 2006 - 2009, D. Cuartielles, D. Mellis
License: GPL-2+

Files: bootloaders/atmega/Makefile
 bootloaders/atmega8/Makefile
 bootloaders/bt/Makefile
 bootloaders/lilypad/src/Makefile
 bootloaders/optiboot/Makefile
Copyright: 2004 - 2005, E. Lins
License: LGPL-2.1+

Files: bootloaders/atmega8/ATmegaBOOT.c
Copyright: 2003, Jason P. Kyle
 DojoCorp - ZGZ - MMX - IVR, David A. Mellis
License: GPL-2+

Files: bootloaders/bt/ATmegaBOOT_168.c
Copyright: 2003, Jason P. Kyle
 2006, D. Cuartielles, D. Mellis
License: GPL-2+

Files: bootloaders/caterina/Caterina.c
 bootloaders/caterina/Caterina.h
 bootloaders/caterina/Descriptors.c
 bootloaders/caterina/Descriptors.h
 bootloaders/caterina-Arduino_Robot/Caterina.c
 bootloaders/caterina-Arduino_Robot/Caterina.h
 bootloaders/caterina-Arduino_Robot/Descriptors.c
 bootloaders/caterina-Arduino_Robot/Descriptors.h
 bootloaders/caterina-LilyPadUSB/Caterina.c
 bootloaders/caterina-LilyPadUSB/Caterina.h
 bootloaders/caterina-LilyPadUSB/Descriptors.c
 bootloaders/caterina-LilyPadUSB/Descriptors.h
 firmwares/atmegaxxu2/arduino-usbdfu/Arduino-usbdfu.*
 firmwares/atmegaxxu2/arduino-usbdfu/Descriptors.*
 firmwares/atmegaxxu2/arduino-usbdfu/Board/LEDs.h
 firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial.*
 firmwares/atmegaxxu2/arduino-usbserial/Descriptors.*
 firmwares/atmegaxxu2/arduino-usbserial/Board/LEDs.h
 firmwares/atmegaxxu2/arduino-usbserial/Lib/LightweightRingBuff.h
Copyright: Dean Camera, 2010-2011
License: MIT-modified
Comment: According to the README.txt on https://github.com/abcminiuser/lufa
 the license is a modified MIT License.

Files: bootloaders/caterina/Makefile
 bootloaders/caterina-Arduino_Robot/Makefile
 bootloaders/caterina-LilyPadUSB/Makefile
 libraries/EEPROM/examples/eeprom_clear/*
 firmwares/atmegaxxu2/arduino-usbdfu/makefile
 firmwares/atmegaxxu2/arduino-usbserial/makefile
Copyright: Eric B. Weddington
 Jörg Wunsch
 Peter Fleury
 Tim Henigan
 Colin O'Flynn
 Reiner Patommel
 Markus Pfaff
 Sander Pool
 Frederik Rouleau
 Carlos Lamas
 Dean Camera
 Opendous Inc.
 Denver Gingerich
License: public-domain

Files: bootloaders/gemma/usbconfig.h
Copyright: 2005, OBJECTIVE DEVELOPMENT Software GmbH
 2005, Christian Starkjohann
 2013, Adafruit Industries
License: GPL-2 or GPL-3+

Files: bootloaders/optiboot/boot.h
 bootloaders/optiboot/optiboot.c
Copyright: 2002 - 2007  Eric B. Weddington
 Peter Knight, Optiboot project http://optiboot.googlecode.com
License: BSD-3-clause

Files: bootloaders/stk500v2/avr_cpunames.h
 bootloaders/stk500v2/avrinterruptnames.h
Copyright: 2010, <MLS>
License: GPL-2

Files: bootloaders/stk500v2/command.h
Copyright: Atmel
License: GPL-2

Files: bootloaders/stk500v2/stk500boot.c
Copyright: Peter Fleury <pfleury@gmx.ch>, http://jump.to/fleury
 2007, Worapoht Kornkaewwattanakul <dev@avride.com>
License: GPL-2

Files: bootloaders/stk500v2/Makefile
Copyright: Eric B. Weddington
 Jörg Wunsch
 Peter Fleury
License: GPL-2

Files: cores/arduino/CDC.cpp
 cores/arduino/USBCore.cpp
 cores/arduino/USBCore.h
 cores/arduino/USBDesc.h
 libraries/HID/src/HID.*
Copyright: 2010-2011, Peter Barrett
License: ISC

Files: cores/arduino/HardwareSerial*
Copyright: 2006, Nicholas Zambetti
 2006, David A. Mellis
 2010, Mark Sproul
 2012, Alarus
 2013, Matthijs Kooijman
License: LGPL-2.1+

Files: cores/arduino/IPAddress.*
Copyright: 2011, Adrian McEwen
License: LGPL-2.1+

Files: cores/arduino/Print.*
 cores/arduino/Printable.h
 cores/arduino/Server.h
 cores/arduino/Stream.*
Copyright: 2011, Adrian McEwen
 2008, David A. Mellis
License: LGPL-2.1+

Files: cores/arduino/Tone.cpp
Copyright: Brett Hageman
License: LGPL-2.1+

Files: cores/arduino/Udp.h
Copyright: 2008, Bjoern Hartmann
License: Expat

Files: cores/arduino/WCharacter.h
Copyright: 2005 - 2010, Hernando Braggan
License: LGPL-2.1+

Files: cores/arduino/WInterrupts.c
Copyright: 2004 - 2005, Hernando Braggan
 2006, David A. Mellis
 2010, Mark Sproul
License: LGPL-2.1+

Files: cores/arduino/WString.*
 cores/arduino/WMath.cpp
Copyright: 2009 - 2010, Hernando Braggan
 2011, Paul Stoffregen <paul@pjrc.com>
License: LGPL-2.1+

Files: cores/arduino/binary.h
 cores/arduino/wiring.c
 cores/arduino/wiring_analog.c
 cores/arduino/wiring_digital.c
 cores/arduino/wiring_private.h
 cores/arduino/wiring_pulse.c
 cores/arduino/wiring_shift.c
 variants/circuitplay32u4/pins_arduino.h
 variants/eightanaloginputs/pins_arduino.h
 variants/ethernet/pins_arduino.h
 variants/leonardo/pins_arduino.h
 variants/mega/pins_arduino.h
 variants/micro/pins_arduino.h
 variants/standard/pins_arduino.h
Copyright: 2005 - 2007, David A. Mellis
License: LGPL-2.1+

Files: cores/arduino/wiring_pulse.S
Copyright: 2014, Martino Facchin
License: LGPL-2.1+

Files: libraries/EEPROM/src/EEPROM.h
Copyright: 2005 - 2006, David A. Mellis
 2015, Christopher Andrews
License: LGPL-2.1+

Files: libraries/EEPROM/examples/eeprom_crc/*
 libraries/EEPROM/examples/eeprom_get/*
 libraries/EEPROM/examples/eeprom_iteration/*
 libraries/EEPROM/examples/eeprom_put/*
 libraries/EEPROM/examples/eeprom_update/*
Copyright: 2015, Christopher Andrews
License: Expat

Files: libraries/EEPROM/examples/eeprom_read/*
Copyright: unknown
License: public-domain

Files: libraries/SPI/src/SPI.*
Copyright: 2010, Cristian Maglie <c.maglie@arduino.cc>
 2014, Paul Stoffregen <paul@pjrc.com>
 2014, Matthijs Kooijman <matthijs@stdin.nl>
 2014, Andrew J. Kroll <xxxajk@gmail.com>
License: GPL-2+ or LGPL-2.1+

Files: libraries/SoftwareSerial/src/SoftwareSerial.*
Copyright: Paul Stoffregen <paul@pjrc.com>
 Garrett Mace
 Brett Hagman
License: LGPL-2.1+

Files: libraries/Wire/src/Wire.*
 libraries/Wire/src/utility/twi.h
Copyright: 2006, Nicholas Zambetti
 2012, Todd Krein <todd@krein.org>
 2020, Greyson Christoforo <grey@christoforo.net>
License: LGPL-2.1+

Files: variants/gemma/pins_arduino.h
Copyright: 2005 - 2006, David A. Mellis
 2009, R.Wiersma
 2009, A.Saporetti
License: LGPL-2.1+

Files: variants/robot_control/pins_arduino.h
 variants/robot_motor/pins_arduino.h
Copyright: 2913, D. Cuartielles, X. Yang
 2012, D. Cuartielles, N. de la Riva, I. Gallego, E. Gallego
License: LGPL-2.1+

License: BSD-3-clause
 The BSD License
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
 .
   * Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
 .
   * Neither the name of <Organization> nor the names of its
     contributors may be used to endorse or promote products derived from
     this software without specific prior written permission. 
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER
 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: Expat
 The MIT License
 .
 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.

License: MIT-modified
 Permission to use, copy, modify, distribute, and sell this 
 software and its documentation for any purpose is hereby granted
 without fee, provided that the above copyright notice appear in 
 all copies and that both that the copyright notice and this
 permission notice and warranty disclaimer appear in supporting 
 documentation, and that the name of the author not be used in 
 advertising or publicity pertaining to distribution of the 
 software without specific, written prior permission.
 .
 The author disclaim all warranties with regard to this
 software, including all implied warranties of merchantability
 and fitness.  In no event shall the author be liable for any
 special, indirect or consequential damages or any damages
 whatsoever resulting from loss of use, data or profits, whether
 in an action of contract, negligence or other tortious action,
 arising out of or in connection with the use or performance of
 this software.

License: GPL-2
 A copy of the license is available on Debian systems at
 /usr/share/common-licenses/GPL-2.

License: GPL-2+
 A copy of the license is available on Debian systems at
 /usr/share/common-licenses/GPL-2.

License: GPL-3+
 A copy of the license is available on Debian systems at
 /usr/share/common-licenses/GPL-3.

License: ISC
 Permission to use, copy, modify, and/or distribute this software for  
 any purpose with or without fee is hereby granted, provided that the  
 above copyright notice and this permission notice appear in all copies.  
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL  
 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED  
 WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR  
 BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES  
 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,  
 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,  
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS  
 SOFTWARE.

License: LGPL-2.1+
 On Debian systems, the complete text of version 2.1 of the GNU General
 Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.

License: public-domain
 They may be distributed freely and/or modified as long as the original
 Author is mentioned!