Skip to content

Conversation

@BenjiMilan
Copy link
Contributor

Closes #11 add license headers to all files

@BenjiMilan BenjiMilan requested a review from TB-1993 January 6, 2026 16:23
@BenjiMilan BenjiMilan self-assigned this Jan 6, 2026
Copilot AI review requested due to automatic review settings January 6, 2026 16:23
@rdkcmf-jenkins
Copy link
Contributor

b'## Blackduck scan failure details

Summary: 0 violations, 0 files pending approval, 2 files pending identification.

  • Protex Server Path: /home/blackduck/github/sc/12/rdkcentral/sc

  • Commit: 839d9af

Report detail: gist'

Copy link

Copilot AI left a 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.

@rdkcmf-jenkins
Copy link
Contributor

b'## WARNING: A Blackduck scan failure has been waived

A prior failure has been upvoted

  • Upvote reason: OK

  • Commit: 839d9af
    '

Copy link

@TB-1993 TB-1993 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it!

@BenjiMilan BenjiMilan merged commit cd2af92 into develop Jan 7, 2026
11 checks passed
@BenjiMilan BenjiMilan deleted the feature/gh11_add_license_headers branch January 7, 2026 16:32
@github-actions github-actions bot locked and limited conversation to collaborators Jan 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Add license messages to files

4 participants