feat: Add Contributor License Agreements (CLA) for individual and corporate contributors with automated enforcement.
This commit is contained in:
18
.github/cla.json
vendored
Normal file
18
.github/cla.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "BentoPDF CLA",
|
||||
"text": [
|
||||
"Thank you for your contribution to BentoPDF!",
|
||||
"",
|
||||
"By signing this CLA, you agree to the terms of our Contributor License Agreement.",
|
||||
"",
|
||||
"**Individual Contributors**: Please review and sign our [Individual CLA (ICLA)](ICLA.md)",
|
||||
"",
|
||||
"**Corporate Contributors**: If you are contributing on behalf of your employer, please have your organization sign our [Corporate CLA (CCLA)](CCLA.md) by contacting contact@bentopdf.com"
|
||||
],
|
||||
"notes": {
|
||||
"purpose": "This CLA enables BentoPDF's dual licensing model (AGPL-3.0 + commercial license)",
|
||||
"icla_url": "https://github.com/alam00000/bentopdf/blob/main/ICLA.md",
|
||||
"ccla_url": "https://github.com/alam00000/bentopdf/blob/main/CCLA.md",
|
||||
"contact": "contact@bentopdf.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user