Just a friendly reminder that, as per the Drupal licensing requirements (outlined in the Licensing FAQ), all module and theme code needs to be licensed as "GPL v2 or later". :)
The Nivo Slider jQuery Plugin is licensed under the MIT license which is incompatible with the GPL and thus no Nivo Slider code can be directly included with modules or themes.
I'd suggest that you implement support for the Libraries API.
Comments
Comment #1
sayela commentedThank you for drawing my attention to this very important issue. I will quickly find a solution in the next release soon.
Comment #2
sayela commentedComment #3
SeanBannister commented@Devin You mentioned the "MIT license which is incompatible with the GPL" however the MIT license is 100% compatible with the GPL. Any MIT licensed code can be relicensed under the GPL.
Comment #4
sayela commented