maniacbug / MemoryFree

Arduino MemoryFree library. Hosting it on github for easy access
http://www.arduino.cc/playground/Code/AvailableMemory
63 stars 54 forks source link

Add license #6

Open per1234 opened 6 years ago

per1234 commented 6 years ago

The original author of this code is Paul Grayson. They published it as part of the pololu/libpololu-avr repository: https://github.com/pololu/libpololu-avr/blob/master/src/OrangutanResources/OrangutanResources.cpp

Although that file has a Creative Commons BY-SA 3.0 license, Paul Grayson has stated that the code may also be used under the MIT license of the pololu/libpololu-avr repository: https://github.com/maniacbug/MemoryFree/issues/5#issuecomment-414565532 https://github.com/pololu/libpololu-avr/blob/master/LICENSE.txt

Fixes https://github.com/maniacbug/MemoryFree/issues/5

CC: @Pharap

landret commented 4 years ago

Hi, is there a reason why this PR is still pending? That would be great if it could be accepted to confirm MIT license use. Thanks