Skip to content

Commit 46a09fc

Browse files
ericyangpanclaude
andcommitted
docs: update license from MIT to Apache 2.0
Update project license information across documentation: - Update README.md license section - Update FAQ content with correct license - Regenerate metadata to reflect license change 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 168d3af commit 46a09fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ We welcome contributions! Please check the manifest files in `manifests/` to add
3333

3434
## License
3535

36-
MIT
36+
Apache 2.0
3737

3838
## Website
3939

content/faq/en/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The directory is continuously updated as new tools and providers emerge.
2727

2828
# Is AI Coding Stack open source? Can I contribute?
2929

30-
Yes, AI Coding Stack is fully open source and released under the MIT license. The project welcomes contributions from the community! You can contribute by:
30+
Yes, AI Coding Stack is fully open source and released under the Apache 2.0 license. The project welcomes contributions from the community! You can contribute by:
3131

3232
- Adding or updating tool metadata in the manifests directory (ides.json, clis.json, models.json, providers.json)
3333
- Reporting inaccuracies or outdated information

src/lib/generated/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ export const faqMetadata: Record<string, FaqItem[]> = {
418418
},
419419
{
420420
"title": "Is AI Coding Stack open source? Can I contribute?",
421-
"content": "Yes, AI Coding Stack is fully open source and released under the MIT license. The project welcomes contributions from the community! You can contribute by:\n\n- Adding or updating tool metadata in the manifests directory (ides.json, clis.json, models.json, providers.json)\n- Reporting inaccuracies or outdated information\n- Suggesting new tools to be added\n- Improving documentation and guides\n- Submitting pull requests\n\nVisit the [GitHub repository](https://github.com/ericyangpan/aicodingstack) to get started with contributing to the AI coding ecosystem."
421+
"content": "Yes, AI Coding Stack is fully open source and released under the Apache 2.0 license. The project welcomes contributions from the community! You can contribute by:\n\n- Adding or updating tool metadata in the manifests directory (ides.json, clis.json, models.json, providers.json)\n- Reporting inaccuracies or outdated information\n- Suggesting new tools to be added\n- Improving documentation and guides\n- Submitting pull requests\n\nVisit the [GitHub repository](https://github.com/ericyangpan/aicodingstack) to get started with contributing to the AI coding ecosystem."
422422
},
423423
{
424424
"title": "How does AI Coding Stack help me choose the right tools?",

0 commit comments

Comments
 (0)