-
Notifications
You must be signed in to change notification settings - Fork 15
MLE-23430 Updating to Progress copyright #209
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
b100f31 to
7da1810
Compare
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 the copyright headers across the codebase from "MarkLogic Corporation" to "Progress Software Corporation and/or its subsidiaries or affiliates" for the years 2019-2025, reflecting changes in corporate ownership. Additionally, it includes build.gradle updates to prevent Gradle 9 deprecations and updates the NOTICE file with newer dependency versions.
Key changes include:
- Updated copyright headers across all Java source files
- Modified NOTICE.txt with updated copyright and newer dependency versions
- Updated LICENSE.txt with new copyright information
Reviewed Changes
Copilot reviewed 68 out of 69 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| All Java source files | Updated copyright headers from MarkLogic Corporation to Progress Software Corporation |
| NOTICE.txt | Updated copyright notice and dependency versions |
| LICENSE.txt | Updated copyright information |
| * Also verifies that no error is | ||
| * thrown. The config option is expected to be ignored because the v1/rows | ||
| * endpoint does not support returning | ||
| * column types when CSV is requested. |
Copilot
AI
Aug 8, 2025
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.
[nitpick] The comment reformatting has broken the sentence flow awkwardly. Consider keeping the original formatting for better readability.
| * column types when CSV is requested. | |
| * Also verifies that no error is thrown. The config option is expected to be ignored because the v1/rows | |
| * endpoint does not support returning column types when CSV is requested. |
| // While a Transformer is not thread-safe and must therefore be created for each | ||
| // batch - though we could consider | ||
| // a pooling strategy in the future - a TransformerFactory is thread-safe and | ||
| // can thus be reused |
Copilot
AI
Aug 8, 2025
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.
[nitpick] The comment reformatting has broken a coherent thought across multiple lines unnecessarily. The original formatting was likely more readable.
| // can thus be reused | |
| // While a Transformer is not thread-safe and must therefore be created for each batch (though we could consider a pooling strategy in the future), | |
| // a TransformerFactory is thread-safe and can thus be reused. |
Also updated the notice file, though I'm not sure if this is required to go through legal first. Also, added the testRuntimeOnly to build.gradle to prevent the Gradle 9 deprecations.
7da1810 to
276f5f6
Compare
|
Too many formatting screw-ups from VS Code. |
Also updated the notice file, though I'm not sure if this is required to go through legal first.
Also, added the testRuntimeOnly to build.gradle to prevent the Gradle 9 deprecations.