private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery
Jetty Contributor License
Jetty has always had an informal agreement with committers to assign rights to Mort Bay Consulting Australia or to
explicitly make an exception to this in the code.
With the move to the Codehaus repository we wish to formalize this with Contributor License Agreements CLA.
The license for Jetty can be seen at https://svn.jetty.codehaus.org/jetty/jetty/trunk/legal/cla-template.txt
and all completed licenses can be viewed at https://svn.jetty.codehaus.org/jetty/jetty/trunk/legal/
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/legal
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