-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License of SDFat? #46
Comments
SdFat is GPLv3. The SdFat part of the SD library is GPLv3 also. Read the comments . It is clearly GPLv3. From libraries/SD/src/utility/SdFat.h /* Arduino SdFat Library
From: Jeremy Herbert Hi, I might be blind, and while I can see that SDFat is GPL as per the comments in the code, which version of GPL is it under? According to the Arduino folks, all of the core libraries are LGPL, and SD (based on this I believe) is part of the core library. Does that mean that SDFat is LGPL? Thanks, — |
Ok, thank you! I was confused because the arduino FAQ says that the core libraries are LGPL: https://www.arduino.cc/en/Main/FAQ And SD is considered to be a core library here: https://www.arduino.cc/en/Reference/Libraries |
SD is not a core library. It is a "Standard Library". Look at the various "Standard Libraries", few are LGPL. Look at SD.h it is licensed GPLv3: /* This library aims to expose a subset of SD card functionality License: GNU General Public License V3 |
Hi,
I might be blind, and while I can see that SDFat is GPL as per the comments in the code, which version of GPL is it under? According to the Arduino folks, all of the core libraries are LGPL, and SD (based on this I believe) is part of the core library. Does that mean that SDFat is LGPL?
Thanks,
Jeremy
The text was updated successfully, but these errors were encountered: