Skip to content

Instantly share code, notes, and snippets.

@gtjoseph
Last active March 17, 2023 19:31
Show Gist options
  • Save gtjoseph/787b908883761ef27b3907900c680ac2 to your computer and use it in GitHub Desktop.
Save gtjoseph/787b908883761ef27b3907900c680ac2 to your computer and use it in GitHub Desktop.
CONTRIBUTOR LICENSE AGREEMENT
This Contributor License Agreement (“Agreement”) is a legally binding
agreement that permits the signatory (“Developer”) to contribute to one or
more of the open source projects (each a “Project”) maintained, promoted,
and sponsored by Sangoma Technologies Corporation and its affiliates or
subsidiaries (collectively, “Sangoma”) and ensures Sangoma has the rights
to use, distribute, and build upon Developer’s contributions in future
iterations of the Projects for the benefit of all participants, including
Developer.
{
"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
},
"name": {
"title": "Full Name",
"type": "string",
"githubKey": "name",
"required": true
},
"company": {
"title": "Company Name:",
"githubKey": "company",
"type": "string"
},
"jobtitle": {
"title": "Job Title:",
"type": "string"
},
"address": {
"title": "Address:",
"type": "string"
},
"country": {
"title": "Country:",
"type": {
"select": [
"Afghanistan",
"Albania",
"Algeria",
"Andorra",
"Angola"
]
},
"required": true
},
"agreement": {
"title": "I have read and agree to the CLA",
"type": "boolean",
"required": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment