Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.05 KB

File metadata and controls

24 lines (17 loc) · 1.05 KB

Contributing to ZetaZero

Thanks for contributing.

Project licensing (dual-license)

ZetaZero is dual-licensed:

  • AGPL-3.0-or-later (community license), OR
  • Commercial License (see COMMERCIAL_LICENSE.md)

Contribution terms

By submitting a contribution (code, docs, tests, or other content) to this repository, you agree that:

  1. You license your contribution under AGPL-3.0-or-later.
  2. You also grant Licensor an additional, perpetual, worldwide, non-exclusive, royalty-free right to use, modify, relicense, and commercialize your contribution as part of ZetaZero under a commercial license.

This is intended to allow the maintainers to accept community contributions while preserving the ability to offer commercial licensing.

Certificate of Origin (DCO)

When you contribute, you certify that you have the right to submit the work under the terms above.

Practical guidelines

  • Keep PRs focused.
  • Add tests where appropriate.
  • Do not include third-party code unless its license is compatible and it is documented in THIRD_PARTY_NOTICES.md.