-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Architecture: SAMApplies only to the SAM microcontrollers (Due)Applies only to the SAM microcontrollers (Due)Component: CoreRelated to the code for the standard Arduino APIRelated to the code for the standard Arduino API
Milestone
Description
What is the license for file https://github.com/arduino/Arduino/blob/master/hardware/arduino/sam/cores/arduino/avr/pgmspace.h
?
It does not have any copyright header.
Is the licence LGPL like dtostrf.c file in the same directory?
It would be great if you could add appropriate header to decrease confusion how this file can be used in other software.
Additionally, writing "in general" in license.txt is not very clear. If part of code is licensed under GPL and the other under LGPL, specifying precise folders licensed differently is a good idea.
Metadata
Metadata
Assignees
Labels
Architecture: SAMApplies only to the SAM microcontrollers (Due)Applies only to the SAM microcontrollers (Due)Component: CoreRelated to the code for the standard Arduino APIRelated to the code for the standard Arduino API
Activity
cmaglie commentedon May 19, 2015
This is something I added months ago, just after the Arduino Due was released.
I know that @PaulStoffregen has something very similar for the Teensy: I've looked before writing this one.
I'm going to add an LGPL license as for the rest of the core.
@PaulStoffregen is it ok for you?
PaulStoffregen commentedon May 19, 2015
Oh, looks like my copy of pgmspace.h ( https://github.com/PaulStoffregen/cores/blob/master/teensy3/avr/pgmspace.h ) lacks a license header too.
I use MIT license. If the code came from me, please put the MIT license header on it.
cmaglie commentedon May 19, 2015
I really don't remember, it may be a mix of forum posts and your implementation. BTW I've added the MIT license, so no problem.
mtomczew commentedon May 20, 2015
Thanks for help. License is appropriate for my usage.
Added missing license on samd's pgmspace.h