Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.11 KB

File metadata and controls

25 lines (15 loc) · 1.11 KB

Contributor License Agreement

All contributors must sign the Point Eight Individual Contributor License Agreement or the Point Eight Corporate Contributor License Agreement before their pull request can be merged.

Why a CLA Is Required

bcp-sdk is the official client surface for the Berry Communication Protocol and is intended to be a stable, auditable open source project. The CLA ensures that contributions can be distributed under the project's Apache-2.0 license and that contributors have the right to submit their work.

DCO Sign-off

Contributors must also sign off commits using the Developer Certificate of Origin format:

Signed-off-by: Your Name <you@example.com>

Use git commit -s to add the sign-off automatically.

Contributor Responsibility

By signing the CLA and submitting a contribution, you confirm that:

  • you have the right to submit the contribution under the project license,
  • the contribution does not include proprietary, confidential, or third-party material you are not authorized to share,
  • you understand the contribution will be publicly distributed under Apache-2.0.