Skip to content

Instantly share code, notes, and snippets.

@Nick-Harvey
Last active March 12, 2020 00:01
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 Nick-Harvey/91000ac5eaf6ab7461350d655492b3ad to your computer and use it in GitHub Desktop.
Save Nick-Harvey/91000ac5eaf6ab7461350d655492b3ad to your computer and use it in GitHub Desktop.
Pachyderm CLA
{
"name": {
"title": "Full Name",
"type": "string",
"githubKey": "name"
},
"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
}
}
Pachyderm Contributor License Agreement
Thank you for contributing code to Pachyderm! Similar to open source projects, we need a contributor license agreement from you before we can merge in your changes. You only need to fill out this agreement once.
In brief, by submitting your code to Pachyderm, you are granting us a right to use that code under the terms of this Agreement, including providing it to others. You are also certifying that you wrote it, and that you are allowed to license it to us. You are not giving up your copyright in your work.
Contributor License Agreements are important because they define the chain of ownership of a piece of software. Some companies won't allow the use of free software without clear agreements around code ownership.
Please read this document carefully before signing and keep a copy for your records. (You'll get an email confirmation when you electronically sign the CLA.) If you have questions about these terms, or if you cannot submit an electronic copy, please contact us at founders@pachyderm.io.
The Pachyderm Contributor Agreement Version 0.2
You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Pachyderm. Except for the license granted herein to Pachyderm and recipients of software distributed by Pachyderm, You reserve all right, title, and interest in and to Your Contributions.
Definitions.
"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with Pachyderm. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
"Contribution" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to Pachyderm for inclusion in, or documentation of, any of the products owned or managed by Pachyderm (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to Pachyderm or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, Pachyderm for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."
Grant of Copyright License.
Subject to the terms and conditions of this Agreement, You hereby grant to Pachyderm and to recipients of software distributed by Pachyderm a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works.
Grant of Patent License.
Subject to the terms and conditions of this Agreement, You hereby grant to Pachyderm and to recipients of software distributed by Pachyderm a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed.
You represent that you are legally entitled to grant the above license. If your employer(s) has rights to intellectual property that you create that includes your Contributions, you represent that you have received permission to make Contributions on behalf of that employer, that your employer has waived such rights for your Contributions to Pachyderm.
You represent that each of Your Contributions is Your original creation (see the second to last paragraph of this Agreement for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or any other restriction (including, but not limited to, related patents and trademarks, whether such patents or trademarks are Yours, Your employer’s or any other party’s) of which you are personally aware and which are associated with any part of Your Contributions.
You are not expected to provide support for Your Contributions, except to the extent You desire to provide support. You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed in writing, You provide Your Contributions on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON- INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.
Should You wish to submit work that is not Your original creation, You may submit it to Pachyderm separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]".
You agree to notify Pachyderm of any facts or circumstances of which you become aware that would make these representations inaccurate in any respect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment