Skip to content

Instantly share code, notes, and snippets.

@Dynorat
Last active August 15, 2022 20:59
Show Gist options
  • Save Dynorat/118aaa0c8277be986c59c32029898faa to your computer and use it in GitHub Desktop.
Save Dynorat/118aaa0c8277be986c59c32029898faa to your computer and use it in GitHub Desktop.
CLA_OpenOA_V0
I agree to contribute to OpenOA. I agree to the following terms and conditions for my contributions: First, I agree that I am licensing the copyright to my contributions under the terms of the current OpenOA license. Second, I agree that, in order to conform to any future open source software license(s) under which OpenOA may be provided, the terms of my copyright license may be modified without any notice to me and without my consent. Third, I hereby grant to Alliance for Sustainable Energy, LLC(NREL Operating company), to any successor manager and distributor of OpenOA appointed by the U.S. Department of Energy, and to all recipients of a version of OpenOA that includes my contributions, a non-exclusive, worldwide, royalty-free, irrevocable patent license under any patent claims owned by me, or owned by my employer and known to me, that are or will be, necessarily infringed upon by my contributions alone, or by combination of my contributions with the version of OopenOA to which they are contributed, to make, have made, use, offer to sell, sell, import, and otherwise transfer any version of OpenOA that includes my contributions, in source code and object form. Fourth, I represent and warrant that I am authorized to make the contributions and grant the foregoing license(s). Additionally, if, to my knowledge, my employer has rights to intellectual property that covers my contributions, I represent and warrant that I have received permission to make these contributions and grant the foregoing license(s) on behalf of my employer.
{
"name": {
"title": "Full Name",
"type": "string",
"githubKey": "name"
},
"email": {
"title": "E-Mail",
"type": "string",
"githubKey": "email",
"required": true
},
"company": {
"title": "company",
"description": "name of your company",
"type": "string",
"githubKey": "company",
"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
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment