Skip to content
/ infra-cla Public
forked from jenkinsci/infra-cla

Contributor License Agreement of the Jenkins project

Notifications You must be signed in to change notification settings

dty/infra-cla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins project CLA

icla.txt and ccla.txt contain the CLA paper. In particular, icla.txt and ccla.txt in the approved branch are the official versions that people should be using. See the governance document for the background.

How to file CLA

Have ICLA and/or CCLA printed, signed, scanned back to PDF, then send it to jenkinsci-cla@googlegroups.com along with your account on Jenkins.

How we store signed CLAs

For now, this section is more of a note to the board for how to store this. Eventually I'd like to have people submit this via pull requests.

For each signed individual CLA, there should be one directory named collected/icla/JENKINSACCOUNT where JENKINSACCOUNT is the account on Jenkins. This directory should house the CLA encyrpted by GPG in the ASCII armored form. The public key for this is in publicKey.asc. The command to sign it is:

gpg --encrypt --sign --armor -r "Jenkins Project CLA" < cla.pdf > cla.pdf.asc

This directory should also have committer.properties that capture the key information about this individual.

For each signed corporate CLA, there should be one directory named collected/ccla/COMPANYNAME. COMPANYNAME could be anything reasonable descriptive and unique. Where an individual is related to a company, have collected/icla/NAME/ccla be a symlink to ../../ccla/COMPANYNAME to establish a relationship.

About

Contributor License Agreement of the Jenkins project

Resources

Stars

Watchers

Forks

Packages

No packages published