I have a question about the Selenium Plugin for Jenkins. https://wiki.jenkins-ci.org/display/JENKINS/Selenium+Plugin
When I looked at the source for the plugin on github (https://github.com/jenkinsci/selenium-plugin) I didn’t see any license file associated with the plugin’s code.
Is the Selenium Plugin for Jenkins licensed under the same license as Jenkins? If not, what is the license for the Selenium Plugin?
Thanks for any help on this.
Usually unless otherwise specified, code is under the MIT Licence.
https://wiki.jenkins-ci.org/display/JENKINS/Governance+Document#GovernanceDocument-License
Plugins do not need to follow this policy, but as Kohsuke created the
Selenium plugin, it's probably safe to say that MIT is the applicable
licence in this case.
Regards,
Chris