Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
171 changes: 0 additions & 171 deletions .github/CLA_SETUP.md

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
# This should be a Personal Access Token with repo scope
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT_PAT }}
with:
path-to-signatures: '.github/CLA_SIGNATORIES.json'
path-to-document: 'https://github.com/${{ github.repository }}/blob/main/CLA.md'
path-to-signatures: 'CLA/version_1/CLA_SIGNATORIES.md'
path-to-document: 'https://github.com/${{ github.repository }}/blob/main/CLA/version_1/CLA.md'
# Branch where CLA signatures will be stored
branch: 'main'
branch: 'IMPT_cla_signatures'
allowlist: 'dependabot[bot],github-actions[bot]'

# Customizable messages
Expand Down
2 changes: 1 addition & 1 deletion CLA.md → CLA/version_1/CLA.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ By signing this Agreement, You accept and agree to the terms and conditions cont

### For Individual Contributors

To sign this CLA, please add your GitHub username to the list of signatories by creating a pull request that adds your name to the `.github/CLA_SIGNATORIES.md` file, or alternatively, sign the CLA through our automated CLA Assistant when you submit your first pull request.
To sign this CLA, please add your GitHub username to the list of signatories by creating a pull request that adds your name to the `CLA/version_1/CLA_SIGNATORIES.md` file, or alternatively, sign the CLA through our automated CLA Assistant when you submit your first pull request.

When you submit a pull request, the CLA Assistant bot will automatically check if you have signed the CLA and guide you through the process if you haven't.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Organizations that have signed the Corporate CLA are tracked separately. If you

---

For questions about the CLA, see [CLA.md](../CLA.md) or contact legal@unsupervised.com.
For questions about the CLA, see [CLA.md](CLA.md) or contact legal@unsupervised.com.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The CLA ensures that:
**For First-Time Contributors:**

1. **Submit your pull request** - When you open your first PR, the CLA Assistant bot will automatically comment on it
2. **Read the CLA** - Review the [Contributor License Agreement (CLA)](CLA.md)
2. **Read the CLA** - Review the [Contributor License Agreement (CLA)](CLA/version_1/CLA.md)
3. **Sign electronically** - Comment on your PR with: `I have read the CLA Document and I hereby sign the CLA`
4. **Verification** - The bot will verify your signature and update the PR status

Expand All @@ -57,7 +57,7 @@ Our CLA:
- Acknowledges the Business Source License 1.1 restrictions
- Is based on the Apache Software Foundation's CLA with modifications for BSL 1.1

For the full text, see [CLA.md](CLA.md).
For the full text, see [CLA.md](CLA/version_1/CLA.md).

## Development Setup

Expand Down Expand Up @@ -524,7 +524,7 @@ echo $NIX_PATH

By contributing to DeepWork, you agree that your contributions will be licensed under the project's current license. The licensor (Unsupervised.com, Inc.) reserves the right to change the project license at any time at its sole discretion.

You must sign the [Contributor License Agreement (CLA)](CLA.md) before your contributions can be accepted. See the CLA section above for details.
You must sign the [Contributor License Agreement (CLA)](CLA/version_1/CLA.md) before your contributions can be accepted. See the CLA section above for details.

---

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ DeepWork is licensed under the Business Source License 1.1 (BSL 1.1). See [LICEN
- **Free for non-competing use**: You can use DeepWork freely for internal workflow automation, education, research, and development
- **Change Date**: On January 14, 2030, the license will automatically convert to Apache License 2.0
- **Prohibited Uses**: You cannot use DeepWork to build products that compete with DeepWork or Unsupervised.com, Inc. in workflow automation or data analysis
- **Contributing**: Contributors must sign our [Contributor License Agreement (CLA)](CLA.md)
- **Contributing**: Contributors must sign our [Contributor License Agreement (CLA)](CLA/version_1/CLA.md)

For commercial use or questions about licensing, please contact legal@unsupervised.com

Expand Down
Loading