You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
The GPLv3 is actually a lot more restrictive, so I (and I am not a lawyer) do not know if it's compatible. However, I do know it's also completely legal for scogswell to license the library to you under GPLv3 anyway.
As someone who has a fork of this repo, I'm merely requesting this clarification for the sake of clarity, so I can add the appropriate LICENSE file to my own repository.
Speaking of LICENSE files, adding one to the root of your repository will allow GitHub to prominently display the license of the project along the top. You can add it with just a few clicks by going to https://choosealicense.com/licenses/
Thank you!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The original https://github.com/scogswell/ArduinoSerialCommand/ is licensed under GNU LGPLv2.1, though it's not very prominent. (I have submitted a Pull Request to fix this...)
The LGPLv2.1 requires that modifications be distributed under the same terms (§2(c) of the GNU Lesser General Public License, version 2.1)
The GPLv3 is actually a lot more restrictive, so I (and I am not a lawyer) do not know if it's compatible. However, I do know it's also completely legal for scogswell to license the library to you under GPLv3 anyway.
As someone who has a fork of this repo, I'm merely requesting this clarification for the sake of clarity, so I can add the appropriate
LICENSE
file to my own repository.Speaking of
LICENSE
files, adding one to the root of your repository will allow GitHub to prominently display the license of the project along the top. You can add it with just a few clicks by going to https://choosealicense.com/licenses/Thank you!
The text was updated successfully, but these errors were encountered: