Conversation
Review Summary by QodoAdd Apache 2.0 license headers to all Python source files
WalkthroughsDescription• Add Apache 2.0 license headers to all Python source files • License block includes copyright notice for 2025 The Krkn Authors • Covers main modules, scenario plugins, utilities, and entry points • Minor fix to pre-commit config regex pattern for CI directory exclusion Diagramflowchart LR
A["Python Source Files"] -- "Add License Header" --> B["Files with Apache 2.0 License"]
C["Pre-commit Config"] -- "Fix Regex Pattern" --> D["Updated Exclusion Rules"]
File Changes2. krkn/cerberus/__init__.py
|
Code Review by Qodo
1. Encoding cookie displaced
|
20e2ed1 to
a24ea93
Compare
49fa552 to
bde17c3
Compare
Signed-off-by: Paige Patton <prubenda@redhat.com>
bde17c3 to
e7fac54
Compare
Type of change
Description
Adding license block to all files
Related Tickets & Documents
If no related issue, please create one and start the converasation on wants of
Documentation
If checked, a documentation PR must be created and merged in the website repository.
Related Documentation PR (if applicable)
<-- Add the link to the corresponding documentation PR in the website repository -->
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. See contributing guidelines
See testing your changes and run on any Kubernetes or OpenShift cluster to validate your changes
REQUIRED:
Description of combination of tests performed and output of run
OR