@@ -10,7 +10,6 @@ and the legal requirements for doing so.
10103 . Make your changes
11114 . Sign your commits: ` git commit -s -m "Description" `
12125 . 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"
3433The DCO is a lightweight way to certify that you wrote or have the right to submit the code.
3534See [ 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.
0 commit comments