Jetty Contributor License
The contributor license for Jetty can be seen at https://svn.codehaus.org/jetty/jetty/trunk/LICENSES/cla-template.txt
and all completed licenses can be viewed at https://svn.codehaus.org/jetty/jetty/trunk/LICENSES/ for committers and at https://svn.codehaus.org/jetty-contrib/trunk/LICENSES/
for contributors.
The license is based on the apache 2.0 license at http://www.apache.org/licenses/icla.txt.
We prefer digitally signed CLAs. To sign with GPG, you need to:
- make a key:
gpg --gen-key
- publish the key at:
gpg --export --armour gregw@mortbay.com > pubkey-gregw.asc
Use http://www.keyserver.net and http://pgp.mit.edu/ to publish this.
- checkout jetty repo:
svn co svn+ssh://svn.jetty.codehaus.org/home/projects/jetty/scm/jetty/trunk jetty-6
- complete the CLA:
cd jetty-6/LICENSES
cp cla-template.txt cla-gregw.txt
vi cla-gregw.txt
- sign the file:
gpg --clearsign cla-gregw.txt
mv cla-gregw.txt.asc cla-gregw.txt
- commit the file:
svn add cla-gregw.txt
svn commit -m cla cla-gregw.txt
Once we have invited you to join and you are ready to sign the CLA, you need to create
an account on codehaus.org and request access to the Jetty project. We can then grant that
and the checkin of your CLA should be your first commit.