Skip to content

Commit 8f77607

Browse files
committed
Remove CLA requirement, keep DCO
CLA Assistant bot doesn't work and creates friction for contributors. DCO (Signed-off-by) is sufficient. Remove CLA docs and all references.
1 parent 48a234c commit 8f77607

File tree

4 files changed

+1
-271
lines changed

4 files changed

+1
-271
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ and the legal requirements for doing so.
1010
3. Make your changes
1111
4. Sign your commits: `git commit -s -m "Description"`
1212
5. Open a pull request
13-
6. Sign the CLA (first-time contributors only)
1413

1514
## Developer Certificate of Origin (DCO)
1615

@@ -34,24 +33,6 @@ git config --global user.email "your.email@example.com"
3433
The DCO is a lightweight way to certify that you wrote or have the right to submit the code.
3534
See [developercertificate.org](https://developercertificate.org) for the full text.
3635

37-
## Contributor License Agreement (CLA)
38-
39-
First-time contributors will be asked to sign our CLA via the CLA Assistant bot.
40-
This is a one-time requirement.
41-
42-
**Why a CLA?**
43-
44-
The CLA grants the project maintainers the right to:
45-
- Distribute your contributions under Apache-2.0 (the project's open source license)
46-
- Offer your contributions under commercial license terms (for customers who prefer them)
47-
48-
**Our commitment to you:**
49-
- The project will **always** remain available under an OSI-approved open source license
50-
- Commercial licensing is **in addition to**, not instead of, the open source license
51-
- Both versions receive the same contributions
52-
53-
See [doc/LICENSING_AND_CLA.md](doc/LICENSING_AND_CLA.md) for full details.
54-
5536
## Code Guidelines
5637

5738
### Clojure Style
@@ -96,5 +77,4 @@ Add tests for new functionality when possible.
9677

9778
## License
9879

99-
By contributing, you agree that your contributions will be licensed under Apache-2.0
100-
and may be included in commercially licensed distributions per the CLA.
80+
By contributing, you agree that your contributions will be licensed under Apache-2.0.

doc/LICENSING_AND_CLA.md

Lines changed: 0 additions & 122 deletions
This file was deleted.

doc/cla-corporate.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

doc/cla-individual.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)