Skip to content

Instantly share code, notes, and snippets.

@lee12jin
Created August 2, 2026 02:50
Show Gist options
  • Select an option

  • Save lee12jin/5abe35f0b7e85ba413d65d810a31b9f0 to your computer and use it in GitHub Desktop.

Select an option

Save lee12jin/5abe35f0b7e85ba413d65d810a31b9f0 to your computer and use it in GitHub Desktop.
Contributor License Agreement

warpllm Individual Contributor License Agreement

This agreement is adapted from the Apache Software Foundation Individual Contributor License Agreement, version 2.2. The Apache Software Foundation permits reuse and modification of its contributor agreements but is not responsible for this adaptation. warpllm is not affiliated with or endorsed by the Apache Software Foundation.

For this Agreement, "Project Owner" means Sungjin Lee, the owner and maintainer of warpllm.

Thank You for Your interest in warpllm. To clarify the intellectual property license granted with Contributions from any person or entity, the Project Owner must have on file a signed Contributor License Agreement ("Agreement") from each Contributor, indicating agreement with the terms below. This Agreement is for Your protection as a Contributor as well as the protection of the Project Owner and users of warpllm. It does not change Your rights to use Your own Contributions for any other purpose.

You accept and agree to the following terms and conditions for Your Contributions (present and future) that You submit to the Project Owner. Except for the license granted herein to the Project Owner and recipients of software distributed by the Project Owner, You reserve all right, title, and interest in and to Your Contributions.

1. Definitions

"You" (or "Your") means the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with the Project Owner. 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" means any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to the Project Owner for inclusion in, or documentation of, the warpllm project (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Project Owner 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, the Project Owner 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."

2. Grant of Copyright License

Subject to the terms and conditions of this Agreement, You hereby grant to the Project Owner and to recipients of software distributed by the Project Owner 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.

3. Grant of Patent License

Subject to the terms and conditions of this Agreement, You hereby grant to the Project Owner and to recipients of software distributed by the Project Owner 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.

4. Authority to Grant the License

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 the Project Owner, or that Your employer has executed a separate corporate agreement with the Project Owner. If Your employer owns rights in Your work and none of the above applies, please get in touch before contributing — via Discord or r/warpllm — and we will arrange a corporate agreement.

5. Original Creation and Third-Party Restrictions

You represent that each of Your Contributions is Your original creation (see Section 7 for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which You are personally aware and which are associated with any part of Your Contributions.

6. Support and Warranty Disclaimer

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 to 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.

7. Third-Party Submissions

Should You wish to submit work that is not Your original creation, You may submit it to the Project Owner 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]."

8. Notification of Inaccuracy

You agree to notify the Project Owner of any facts or circumstances of which You become aware that would make these representations inaccurate in any respect.

9. Assignment

The Project Owner may assign this Agreement, and the rights granted hereunder, in whole or in part, to any successor in interest, including without limitation to a legal entity subsequently formed, acquired, or controlled by the Project Owner for the purpose of holding, developing, or maintaining the Work. This Agreement is binding upon and inures to the benefit of the parties and their respective successors and permitted assigns. No notice to or consent from You is required for such assignment. Upon any such assignment, references in this Agreement to the Project Owner shall be read as references to the assignee.

Acceptance

This Agreement is accepted electronically through CLA Assistant, which uses Your GitHub identity to record acceptance. See the CLA Assistant privacy statement for information about how the service processes signing data.

{
"name": {
"title": "Full legal name",
"type": "string",
"githubKey": "name",
"required": true
},
"agreement": {
"title": "I have read and agree to the warpllm Individual Contributor License Agreement",
"type": "boolean",
"required": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment