Skip to content

Instantly share code, notes, and snippets.

@azidar
Created November 22, 2019 17:31
Show Gist options
  • Save azidar/75a18b292b6375b35636e3a4a29f8be2 to your computer and use it in GitHub Desktop.
Save azidar/75a18b292b6375b35636e3a4a29f8be2 to your computer and use it in GitHub Desktop.
The Chisel project admins request that You sign a Contributor License Agreement ("CLA")
regarding any software code and/or documentation You desire to contribute to
the Chisel Project ("Contribution").
If you are submitting your Contribution to the Chisel Project on behalf of the Regents
of the University of California, You hearby agree to license your Contribution under
the 3-Clause BSD License, and to include the appropriate copyright notice required by
the license.
If you are submitting your Contribution to the Chisel Project on behalf of yourself or
any other organization or employer, You hearby agree to license your Contribution under
the Apache License, Version 2.0, and to include the appropriate copyright notice required
by the license.
{
"name": {
"title": "Full Name",
"type": "string",
"githubKey": "name",
"require": true
},
"email": {
"title": "E-Mail",
"type": "string",
"githubKey": "email",
"required": true
},
"agreement": {
"title": "I have read and agree to the CLA",
"type": "boolean",
"required": true
},
"category": {
"title": "How do you sign?",
"type": {
"enum": [
"I am signing on behalf of myself.",
"I am signing on behalf of my employer."
]
},
"required": true
},
"employer_name": {
"title": "Employer Name (If signing on behalf of your employer)",
"type": "string"
},
"employer_address": {
"title": "Employer Mailing Address (including country)",
"type": "textarea"
},
"employer_phone": {
"title": "Employer Telephone Number",
"type": "string"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment