[WIP] Remove Claude AI references and add Apache 2 license - #3
[WIP] Remove Claude AI references and add Apache 2 license#3iotserver24 with Copilot wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Hey @Copilot! 👋 I'll go through the changes and help you out with an automated review! 🔍 Starting the review now... |
Co-authored-by: iotserver24 <147928812+iotserver24@users.noreply.github.com>
|
@copilot retry |
There was a problem hiding this comment.
Pull request overview
This PR aims to rebrand XibeCode by removing Claude AI references and establishing it as an independent open-source project under Apache 2.0 license. However, the PR is marked as "[WIP]" (Work In Progress) and is incomplete according to its own checklist.
Changes:
- Removed "Powered by Claude AI" branding from Hero, Footer, and metadata descriptions
- Updated package.json with Apache-2.0 license, author "Anish Kumar (R3AP3R editz)", and correct repository URLs
- Updated README.md to remove Claude AI references and add Apache 2.0 license information with copyright notice
- Removed "claude" and "anthropic" keywords from package.json
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| site/components/Hero.tsx | Removed "Powered by Claude AI" from hero description |
| site/components/Footer.tsx | Removed "powered by Claude AI" from footer description |
| site/app/layout.tsx | Updated metadata: removed Claude AI references, changed author from "iotserver24" to "Anish Kumar", removed "Claude AI" from keywords |
| package.json | Changed license from MIT to Apache-2.0, set author to "Anish Kumar (R3AP3R editz)", updated repository URLs, removed "claude" and "anthropic" keywords |
| README.md | Removed Claude AI references from intro, updated license section to Apache 2.0 with copyright notice, removed "Inspired by Claude Code" attribution |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## 📝 License | ||
|
|
||
| MIT | ||
| Apache License 2.0 — see [LICENSE](LICENSE) for details. |
There was a problem hiding this comment.
The README references a LICENSE file that does not exist in the repository. According to the PR description checklist, an Apache 2.0 LICENSE file should be added as part of this PR. The LICENSE file needs to be created before merging.
| Apache License 2.0 — see [LICENSE](LICENSE) for details. | |
| Licensed under the Apache License, Version 2.0. See https://www.apache.org/licenses/LICENSE-2.0 for details. |
| Apache License 2.0 — see [LICENSE](LICENSE) for details. | ||
|
|
||
| Copyright 2026 Anish Kumar (R3AP3R editz) |
There was a problem hiding this comment.
According to the PR description checklist, a NOTICE file should be created as part of this PR (item 3). The NOTICE file is missing from the PR. Additionally, the PR description mentions creating CODE_OF_CONDUCT.md and CONTRIBUTING.md (item 4), which are also missing. Please add these files to complete the PR.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.