fix(license): add missing Apache 2.0 license headers to prometheus, r…#1209
Open
NETIZEN-11 wants to merge 3 commits intokrkn-chaos:mainfrom
Open
fix(license): add missing Apache 2.0 license headers to prometheus, r…#1209NETIZEN-11 wants to merge 3 commits intokrkn-chaos:mainfrom
NETIZEN-11 wants to merge 3 commits intokrkn-chaos:mainfrom
Conversation
Review Summary by QodoAdd missing Apache 2.0 license headers to source and test files
WalkthroughsDescription• Add Apache 2.0 license headers to prometheus module files • Add Apache 2.0 license headers to resiliency module files • Add Apache 2.0 license headers to test files • Ensure license compliance across codebase Diagramflowchart LR
A["Source Files<br/>prometheus, resiliency"] -->|"Add License Header"| B["Compliant Files"]
C["Test Files"] -->|"Add License Header"| B
B -->|"Ensure"| D["License Compliance"]
File Changes1. krkn/prometheus/collector.py
|
Code Review by Qodo
1. Ambiguous python shebang
|
…esiliency and test files Signed-off-by: Nitesh <nitesh@example.com>
271c3d7 to
1b74dbb
Compare
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.
What does this PR do?
Adds missing Apache 2.0 license headers to multiple files to ensure license compliance.
Type of change
Description
This PR adds the standard Apache 2.0 license headers to files that were previously
missing them.
Missing license headers can cause license compliance checks to fail and may lead
to issues in open-source distribution and usage.
The update ensures that all affected files now include the required Apache 2.0
license header, maintaining consistency and compliance across the codebase.
Related Tickets & Documents
Documentation
Related Documentation PR (if applicable)
N/A
Checklist before requesting a review
Ensure the changes and proposed solution have been discussed in the relevant issue and have received acknowledgment from the community or maintainers.
I have performed a self-review of my code
If it is a core feature, I have added thorough unit tests with above 80% coverage
REQUIRED:
Description of combination of tests performed and output of run