-
Notifications
You must be signed in to change notification settings - Fork 4
MLE-21120: Update Operator copyright messages to follow the new format #107
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
MLE-21120: Update Operator copyright messages to follow the new format #107
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 updates copyright messages across the codebase to reflect the new Progress Software Corporation format, replacing the previous "Copyright 2024." and "Copyright © 2024-2025 MarkLogic Corporation" notices with "Copyright (c) 2024-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved."
Key changes:
- Updated copyright headers in all source files (Go, shell scripts, YAML, Dockerfile, etc.)
- Updated legal text in LICENSE and NOTICE.txt files
- Standardized copyright format across different file types
Reviewed Changes
Copilot reviewed 84 out of 84 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| test/utils/utils.go | Updated copyright from "Copyright 2024." to new format |
| test/utils/certs.go | Added new copyright header |
| test/e2e/*.go | Added new copyright headers to all e2e test files |
| test/e2e/data/loki.yaml | Added new copyright header |
| test/e2e/kind-config.yaml | Added new copyright header |
| pkg/result/result_helper.go | Added new copyright header |
| pkg/k8sutil/*.go | Added new copyright headers to all k8sutil source files |
| pkg/k8sutil/scripts/*.sh | Added new copyright headers to shell scripts |
| internal/controller/*.go | Updated copyright from "Copyright 2024." to new format |
| hack/boilerplate.go.txt | Updated boilerplate copyright template |
| config/**/*.yaml | Added new copyright headers to all configuration files |
| cmd/main.go | Updated copyright from "Copyright 2024." to new format |
| bundle.Dockerfile | Added new copyright header |
| api/v1/*.go | Updated copyright from "Copyright 2024." to new format |
| PROJECT | Added new copyright header |
| NOTICE.txt | Updated from MarkLogic copyright to Progress Software Corporation |
| Makefile | Added new copyright header |
| LICENSE | Updated from MarkLogic copyright to Progress Software Corporation |
| Jenkinsfile | Added new copyright header |
| Dockerfile | Added new copyright header |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Added new Copyright message in the files