Dashboard > Jetty > Jetty Wiki > Contributor License
Contributor License Log In | Sign Up   View a printable version of the current page.

Added by Greg Wilkins , last edited by Igor E. Poteryaev on Apr 30, 2008  (view change)
Labels: 
(None)

Contact the core Jetty developers at www.webtide.com
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

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:

  1. make a key:
    gpg --gen-key
  1. 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.
  1. checkout jetty repo:
    svn co svn+ssh://svn.jetty.codehaus.org/home/projects/jetty/scm/jetty/trunk jetty-6
  1. complete the CLA:
    cd jetty-6/LICENSES
    cp cla-template.txt cla-gregw.txt
    vi cla-gregw.txt
  1. sign the file:
    gpg --clearsign cla-gregw.txt
    mv cla-gregw.txt.asc cla-gregw.txt
  1. 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.

Site running on a free Atlassian Confluence Open Source Project License granted to The Codehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.6.2 Build:#919 Nov 26, 2007) - Bug/feature request - Contact Administrators