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 was archived by the owner on Nov 29, 2024. It is now read-only.
Seems the Alephant gem has a license of GPLv3 (GNU GENERAL PUBLIC LICENSE), where some of the other Alephant gems are MIT
This needs to be consistent across all gems.
The difference (as far as I'm aware) is that with the MIT license you're letting all users know that they can modify the code and redistribute it as long as the original authors information is included in that distribution.
I'm not sure if the GNU license enforces a similar principle or not?