Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the project license from MIT to Apache License 2.0 across all relevant files and documentation. The change affects license declarations, badges, and references throughout the project.
- Updated license classifier in setup.py from MIT to Apache Software License
- Replaced MIT license badge with Apache 2.0 badge in README.md
- Completely replaced the LICENSE file content with the full Apache License 2.0 text
- Updated all documentation references from MIT to Apache License 2.0
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| setup.py | Updated license classifier from MIT to Apache Software License |
| README.md | Changed license badge and documentation references from MIT to Apache 2.0 |
| LICENSE | Replaced entire MIT license text with Apache License 2.0 |
| CLAUDE.md | Removed entire file (development guidance document) |
| BEGINNERS_GUIDE.md | Updated Python version requirements from 3.8+ to 3.11+ |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Description
Brief description of the changes in this pull request.
🔍 Type of Change
🎯 Related Issues
Fixes #(issue number)
Relates to #(issue number)
📍 Module/Area Affected
🧪 Testing
Describe how you tested your changes:
✅ Completed Testing
🖥️ Testing Environment
📝 Test Commands
# Commands used to test the changes python module_x/example.py --help python module_x/example.py --parameter value📸 Screenshots (if applicable)
Include screenshots for visual changes, new visualizations, or UI improvements.
📚 Documentation Changes
⚡ Performance Impact
🔄 Breaking Changes
If this introduces breaking changes, please describe:
📋 Checklist
Code Quality
Testing
Documentation
Educational Value
🎓 Educational Impact
How do these changes improve the learning experience?
🤝 Review Notes
Anything specific you'd like reviewers to focus on?
📈 Future Work
Any follow-up work that should be done in future PRs?
Thank you for contributing to Quantum Computing 101! 🚀⚛️