Skip to content

Instantly share code, notes, and snippets.

@OASIS-OP-Admin
Created February 26, 2021 14:30
Show Gist options
  • Save OASIS-OP-Admin/353478961f036d0fbf776b6cc39073d5 to your computer and use it in GitHub Desktop.
Save OASIS-OP-Admin/353478961f036d0fbf776b6cc39073d5 to your computer and use it in GitHub Desktop.
ICLA gist for Open Repositories

OASIS Open Repositories: Individual Contributor License Agreement (CLA)

In order to contribute intellectual property into an OASIS Open Repository, you must agree to be bound by the terms of this Agreement ("CLA"), so that it is clear what terms apply to your intellectual property contributions. This is a license by you as an individual, for your protection as a contributor as well as for the protection of OASIS Open and all who use the donated material. You are required to agree to this CLA before you contribute to an OASIS Open Repository. You can do so by completing the online form below.

For a corporation, organization or other entity that has assigned employees or contractors to contribute to an OASIS Open Repository, an Entity CLA also should be used for contributing any intellectual property owned by that entity. Signing of an Entity CLA does not remove the need for every developer or contributor to sign their own CLA as an individual, to cover any contributions not owned by the entity signing the Entity CLA.

Please provide your employer's or organization's name below, if you indicate that you are contributing material as part of your employment or engagement with them.

Agreement to License

This CLA applies to all material ("Contributions"), including any original work of authorship and any modifications or additions to an existing work, that you send, post or otherwise explicitly submit for inclusion in any OASIS Open Repository, now and in the future. OASIS Open Repositories are governed by the OASIS Open Repository Guidelines and Procedures, which may also affect the application of this CLA.

You agree to license all of your rights in each of your Contributions, under the terms of the specific "Applicable License" designated on the home page of the repository into which it is submitted, for the benefit of both OASIS and all later parties who that Applicable License benefits. Subject to the terms of this CLA, and without limiting the terms of the Applicable License, you also hereby grant to OASIS a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license (with the right to directly and indirectly sublicense) to prepare derivative works of, publicly display, publicly perform, and distribute each of your Contributions and such derivative works that Implement Or Derive From those Contributions (as defined in the Open Repository rules), and enable the implementation of the same by other parties.

This is a license agreement only; it does not transfer ownership and does not change your rights to use your own Contributions for any other purpose. You understand that OASIS, its members and the users of its Open Repositories are not required to make any use of your Contributions. You represent that you have all of the legal rights necessary to license each of your Contributions under the terms of the Applicable License and this CLA. If you are employed or are contributing your work-for-hire, you also represent that you have received any necessary permissions from your employer or that party to submit your Contributions and grant those licenses.

Please note that you are responsible for assuring that your employer or that Party has executed an Entity CLA with OASIS, if their rights are contributed, and that an Open Repository may choose to decline your contributions if those arrangements are not in place. If any part of your Contribution incorporates the original work of another party, you also represent that you have received all necessary rights and permissions from them to make the Contribution under the terms of the Applicable License.

Information and Disclosure

You agree that all OASIS Open Repositories are public, and that a record of your Contributions, including your identifying information and notices provided with them and in this CLA, may be permanently maintained and freely redistributed. OASIS guidelines and procedures for its Open Repositories can be found at: https://www-legacy.oasis-open.org/policies-guidelines/open-repositories.

You agree to promptly notify OASIS by email to repository-cla@oasis-open.org if you become aware of any facts, changes or circumstances that would make your commitments and statements in this CLA inaccurate in any way, or if you wish to terminate this CLA.

Questions may also be directed to OASIS Staff at any time: send general questions to open-projects-admin@oasis-open.org and CLA-related questions to open-projects-cla@oasis-open.org.

{
"name": {
"title": "Full Legal Name",
"type": "string",
"required": true
},
"email": {
"title": "e-mail address",
"type": "string",
"githubKey": "email",
"required": true
},
"github": {
"title": "GitHub username",
"type": "string",
"githubKey": "login",
"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 contributing on behalf of myself.",
"I am contributing on behalf of my employer."
]
},
"required": true
},
"employer": {
"title": "Name of employer, if contributing on behalf of employer:",
"type": "string",
"required": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment