TANC-security / keypad-firmware

ECP keypad implementation for Arduino/AVR
https://alarmtool.com/
GNU Lesser General Public License v2.1
39 stars 8 forks source link

Software License? #7

Closed oxr463 closed 5 years ago

oxr463 commented 5 years ago

It would be helpful to add a license for this software.

oxr463 commented 5 years ago

License This project uses some parts of Arduino IDE - specifically the SoftwareSerial library. So, whatever license that is under, this project is under (for the time being).

https://www.arduino.cc/en/Reference/SoftwareSerial

oxr463 commented 5 years ago

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This notice is taken from SoftwareSerial2.cpp, and SoftwareSerial2.h

oxr463 commented 5 years ago

The GNU GPL, if used, should be in a file called COPYING. If the GNU LGPL is used, it should be in a file called COPYING.LESSER. https://www.gnu.org/prep/standards/standards.html#Releases