-
Notifications
You must be signed in to change notification settings - Fork 0
gh11 - Added license headers #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds Apache 2.0 license headers to all Python source files in the repository to address issue #11. The changes include the standard Apache 2.0 license text with copyright attribution to RDK Management.
- Added Apache 2.0 license headers to all Python files across the codebase
- Cleaned up trailing whitespace and improved code formatting consistency
- Removed unused imports (os, sys, Path) from several files
Reviewed changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/sc/sc_logging.py | Added license header, removed trailing whitespace |
| src/sc/clone_cli.py | Added license header, removed shebang line, cleaned up formatting |
| src/sc/clone/project_list/project_list_manager.py | Added license header, removed unused os import, cleaned up trailing whitespace |
| src/sc/clone/project_list/project_list_downloader.py | Added license header, cleaned up formatting |
| src/sc/clone/project_list/project_list.py | Added license header, cleaned up trailing whitespace |
| src/sc/clone/cloners/repo_cloner.py | Added license header |
| src/sc/clone/cloners/git_flow_cloner.py | Added license header |
| src/sc/clone/cloners/git_cloner.py | Added license header, cleaned up formatting |
| src/sc/clone/cloners/cloner_runner.py | Added license header, cleaned up trailing whitespace, removed unused sys import |
| src/sc/clone/cloners/cloner.py | Added license header, removed unused sys import, cleaned up formatting |
| src/sc/clone/clone.py | Added license header, cleaned up trailing whitespace |
| src/sc/branching/exceptions.py | Added license header |
| src/sc/branching/commands/status.py | Added license header, removed unused Path import, cleaned up extra blank lines |
| src/sc/branching/commands/start.py | Added license header, cleaned up formatting |
| src/sc/branching/commands/reset.py | Added license header, improved function signature formatting |
| src/sc/branching/commands/push.py | Added license header, removed unused sys import, cleaned up trailing whitespace |
| src/sc/branching/commands/pull.py | Added license header, cleaned up formatting |
| src/sc/branching/commands/init.py | Added license header, cleaned up formatting |
| src/sc/branching/commands/finish.py | Added license header, cleaned up formatting |
| src/sc/branching/commands/common.py | Added license header |
| src/sc/branching/commands/command.py | Added license header, cleaned up formatting |
| src/sc/branching/commands/clean.py | Added license header, cleaned up formatting |
| src/sc/branching/commands/checkout.py | Added license header, cleaned up formatting |
| src/sc/branching/branch.py | Added license header, cleaned up formatting |
| src/sc/main.py | Added license header |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
b'## WARNING: A Blackduck scan failure has been waived A prior failure has been upvoted
|
TB-1993
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship it!
Closes #11 add license headers to all files