sparkfun / SparkFun_ADXL345_Arduino_Library

Arduino Library for the ADXL345
46 stars 52 forks source link

No LICENSE.md #24

Open adamharley opened 1 year ago

adamharley commented 1 year ago

README.md mentions a non-existent LICENSE.md file. There is no clear license attached to the code but SparkFun_ADXL345.cpp states:

Modified Bildr ADXL345 Source File @ http://code.bildr.org/download/959.zip to support both I2C and SPI Communication

The linked zip is no longer available but appears to be mirrored at https://github.com/bildr-org/ADXL345

The original library is licensed under GPLv2 with only the example licensed under MIT.

Has the GPLv2 license therefore been inherited by the library in this fork and MIT license on at least one of the examples? Is that combination even valid?