This page describes the intellectual property and copyright of Jenkins source code, as well as their implications to contributions. CoreThe jenkins Github repository, which is the main portion used to produce jenkins.war, is licensed under the MIT license. Once Jenkins finds an umbrella foundation to call home, contributors to core will be asked to sign a contributors agreement. This CLA will be based on Apache's contributor agreements:
Until this arrangement finalizes, for the time being, we'd like to make sure that prospective core contributers are aware of this, and they are OK with our asking to sign something like this down the road. Core contributors may commit changes found in Oracle Hudson's code base as long as the following criteria have been met:
PluginsAll the other parts of the source tree (such as plugins, tools, and experimental code), are owned by their respective contributors. Unless otherwise explicitly stated, the license will be MIT, and to avoid the proliferation of licenses, we recommend you choose the MIT license as well. We also highly recommend you use the <license> tag in your POM. |
Copyright on source code
Skip to end of metadata
Go to start of metadata
Add Comment