adafruit / Adafruit_AHRS

Arduino library for AHRS (Attitude and Heading Reference System) for Adafruit motion sensors
216 stars 64 forks source link

Add a LICENSE #28

Open TheButlah opened 2 years ago

TheButlah commented 2 years ago

This code has no open source license. Please add a license, like MIT or Apache 2.0

ladyada commented 2 years ago

GNU General Public Licence would cover everything as the nxp fusion is more permissive

TheButlah commented 2 years ago

GPL requires all binaries to have their source code disclosed, which makes it practically impossible for use with proprietary libraries. If it is possible to use a permissive license like MIT or Apache 2.0, it would be preferred

ladyada commented 2 years ago

no because the existing code for fusion is GPL, we cannot relicense it, check each CPP file for licensing

TheButlah commented 2 years ago

Is this a modification of that work or does it merely depend on it via a dependency? If it is merely a dependency, this work can be licensed permissively and the final binary will still be GPL due to the dependency

ladyada commented 2 years ago

have you checked thru the cpp files ? :)