Skip to content

Instantly share code, notes, and snippets.

@gsaslis
Last active March 20, 2018 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gsaslis/0975b746aec3c62b86edea2ff3bcc2fe to your computer and use it in GitHub Desktop.
Save gsaslis/0975b746aec3c62b86edea2ff3bcc2fe to your computer and use it in GitHub Desktop.
CLA Test
{
"name": {
"title": "Full Name",
"type": "string",
"githubKey": "name"
},
"email": {
"title": "E-Mail",
"type": "string",
"githubKey": "email",
"required": true
},
"company": {
"title": "Company Name",
"type": "string",
"githubKey": "company",
"required": true
},
"website": {
"title": "Company Website or Blog",
"type": "string",
"githubKey": "blog",
"required": true
},
"motivation": {
"title": "What motivates you to contribute to the open source community?",
"type": "string",
"required": true
},
"agreement": {
"title": "I have read and agree to the CLA",
"type": "boolean",
"required": true
},
"referrer": {
"title": "Who (if anyone) on the Restcomm team referred you to this form?",
"type": "string",
"required": false
},
"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
}
}

Invdividual Contributor License Agreement

This agreement is between "You" and TeleStax, Inc. (“TeleStax”).

In this agreement, “You” shall mean the owner of the Contribution, as defined below, including any individual or any corporation or entity which has authorized the signatory of this agreement to act on its behalf.

The purpose of this license is to set forth the terms and conditions under which we may use software that you wish to contribute to us for the purpose of use within one or more of our software development projects. Nothing in this license changes your ongoing right to use your contributions as you wish for any purpose. By clicking the Sign button below, I hereby agree to the following terms and conditions:

  1. As used in this agreement, the term “Contribution” shall mean any software, including source code and/or object code, documentation, or modifications to the foregoing, which You make available or submit to TeleStax in any form. Contributions shall not include any software or documentation which has been explicitly marked to indicate that it is not a contribution to TeleStax.
  2. You hereby grant to TeleStax, its successors, and assigns, the non-exclusive, transferable, irrevocable, perpetual, royalty-free right to use, modify, copy, sell, and distribute the Contributions under the terms of any OSI recognized Open Source License or any commercial use license. Without limitation, this grant is made with respect to any copyright, patent, or other intellectual property or moral rights You may have in or to the Contributions.
  3. You represent that You are legally able and entitled under the laws of your jurisdiction to enter into this agreement and to grant TeleStax the rights described in this license.
  4. You represent that You are the original author, creator, or inventor of each of the Contributions to TeleStax.
  5. Unless agreed to in writing, or required by applicable law, your Contributions are licensed on an “AS IS” basis and except as described in this agreement, You do not make any warranty or representation of any kind with regard to the Contributions.
  6. You agree to notify TeleStax if any circumstance should arise which would make any of the foregoing representations inaccurate in any respect.

Corporate Contributor License Agreement

This agreement is between Contributor and TeleStax, Inc. (“TeleStax”).

In this agreement, “Contributor” shall mean the owner of the Contribution, as defined below. The purpose of this agreement is to set forth the rights of TeleStax with respect to software that the Contributor wishes to contribute to TeleStax for the purpose of use within one or more of TeleStax’s software development projects. By clicking the Sign button below, Contributor agrees to the following terms and conditions:

  1. As used in this agreement, the term “Contribution” shall mean any software, including source code and/or object code, documentation, or modifications to the foregoing, which Contributor makes available or submits to TeleStax in any form. Contributions shall not include any software or documentation which has been explicitly marked to indicate that it is not a contribution to TeleStax.
  2. Contributor hereby grants to TeleStax, its successors, and assigns, the nonexclusive, transferable, irrevocable, perpetual, royalty-free right to use, modify, copy, sell, and distribute the Contributions under the terms of any OSI recognized Open Source License or any commercial use license. Without limitation, this grant is made with respect to any copyright, patent, or other intellectual property or moral rights Contributor may have in or to the Contributions.
  3. The below-named individual represents that he/she is authorized and legally entitled to enter into this agreement on behalf of and legally bind the Contributor.
  4. Contributor agrees that it is legally entitled under the laws of its jurisdiction to enter into this agreement and to grant TeleStax the rights described in this agreement.
  5. Contributor represents that it is the original author, creator, or inventor of each of the Contributions, or that it otherwise owns all rights granted to TeleStax under this agreement as a work made for hire, by assignment, or otherwise.
  6. Unless agreed to in writing, or required by applicable law, the Contributions are assigned on an “AS IS” basis and except as described in this agreement, Contributor does not make any warranty or representation of any kind with regard to the Contributions.
  7. Contributor agrees to notify TeleStax if any circumstance should arise which would make any of the foregoing representations inaccurate in any respect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment