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?
Seems the Alephant gem has a license of
GPLv3(GNU GENERAL PUBLIC LICENSE), where some of the other Alephant gems areMITThis needs to be consistent across all gems.
The difference (as far as I'm aware) is that with the
MITlicense 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?