46 lines
2.5 KiB
Markdown
46 lines
2.5 KiB
Markdown
|
|
# Notes
|
||
|
|
- Contributors should be aware that under this CLA, commercial licenses for versions of TetGen which include their contributions under the MIT license be may provided to customers by the maintainers or their contract partners
|
||
|
|
# Contributor License Agreement (CLA)
|
||
|
|
|
||
|
|
By submitting a contribution (including but not limited to code, documentation, or other materials) via a pull request, issue, or other means, Contributor agrees to the following terms:
|
||
|
|
|
||
|
|
## Grant of License
|
||
|
|
Contributor hereby grants to the Project and its maintainers a perpetual, worldwide, non-exclusive, transferable, royalty-free, irrevocable license under all of Contributor's copyright and patent rights to:
|
||
|
|
- Use, reproduce, modify, distribute, and publicly display/perform the contribution under the GNU Affero General Public License v3 (AGPLv3) or any later version;
|
||
|
|
- Additionally, sublicense the contribution under the MIT License (included below)
|
||
|
|
|
||
|
|
## MIT License Grant
|
||
|
|
Contributor agrees that their contribution may be made available under the following MIT License terms, in addition to AGPLv3:
|
||
|
|
|
||
|
|
```text
|
||
|
|
Copyright (c) [Year] [Contributor's Name]
|
||
|
|
|
||
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||
|
|
of this software and associated documentation files (the "Software"), to deal
|
||
|
|
in the Software without restriction, including without limitation the rights
|
||
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||
|
|
copies of the Software, and to permit persons to whom the Software is
|
||
|
|
furnished to do so, subject to the following conditions:
|
||
|
|
|
||
|
|
The above copyright notice and this permission notice shall be included in all
|
||
|
|
copies or substantial portions of the Software.
|
||
|
|
|
||
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||
|
|
SOFTWARE.
|
||
|
|
```
|
||
|
|
|
||
|
|
## Representations and Warranties
|
||
|
|
Contributor represents that:
|
||
|
|
- They are legally entitled to grant the above licenses;
|
||
|
|
- Their contributions are original works and do not violate third-party rights;
|
||
|
|
- They are not required to grant licenses under third-party terms (e.g., employer agreements).
|
||
|
|
|
||
|
|
## No Obligation
|
||
|
|
The Project is under no obligation to accept or use any contribution.
|
||
|
|
|