CHEF-27701 Update and standardize copyright notices to Progress Software Corporation - copyright_update#1957
Conversation
…ents Signed-off-by: Progress Copyright Bot <copyright@progress.com>
There was a problem hiding this comment.
Pull request overview
This PR updates copyright notices across the codebase from Chef Software Inc. and Opscode to Progress Software Corporation as part of a repository standardization effort. The changes apply a uniform copyright format with the year range 2018-2025 reflecting the repository's activity period.
Changes:
- Updated copyright headers in all Rust source files (.rs) from Chef/Opscode to Progress Software Corporation
- Updated copyright headers in all TypeScript/JavaScript files (.ts, .js) from Chef to Progress Software Corporation
- Updated copyright headers in all SCSS stylesheet files (.scss) from Chef to Progress Software Corporation
Reviewed changes
Copilot reviewed 227 out of 227 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| components/oauth-client/src/*.rs | Updated copyright headers in OAuth client Rust modules |
| components/github-api-client/src/*.rs | Updated copyright headers in GitHub API client modules |
| components/builder-web/app/**/*.ts | Updated copyright headers in web application TypeScript files |
| components/builder-web/app/**/*.scss | Updated copyright headers in stylesheet files |
| components/builder-web/stylesheets/**/*.scss | Updated copyright headers in base stylesheets |
| components/builder-protocol/src/*.rs | Updated copyright headers in protocol buffer modules |
| components/builder-db/src/*.rs | Updated copyright headers in database layer modules |
| components/builder-core/src/*.rs | Updated copyright headers in core functionality modules |
| components/builder-api/src/**/*.rs | Updated copyright headers in API service modules |
| components/artifactory-client/src/*.rs | Updated copyright headers in Artifactory client modules |
| // Copyright:: Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved. | ||
| // | ||
| // The terms of the Evaluation Agreement (Bldr) between Chef Software Inc. and the party accessing |
There was a problem hiding this comment.
The copyright notice format is inconsistent with other files. Line 1 uses 'Copyright::' prefix and 'subsidiaries or affiliates' while other files use 'subsidiaries, affiliates or applicable contributors'. Additionally, lines 3-4 still reference 'Chef Software Inc.' in the license agreement text, which may need updating for consistency with the copyright change.
| // Copyright:: Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved. | |
| // | |
| // The terms of the Evaluation Agreement (Bldr) between Chef Software Inc. and the party accessing | |
| // Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. | |
| // | |
| // The terms of the Evaluation Agreement (Bldr) between Progress Software Corporation and the party accessing |
| @@ -1,4 +1,4 @@ | |||
| // Copyright (c) 2017 Chef Software Inc. and/or applicable contributors | |||
| // Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. | |||
There was a problem hiding this comment.
The year range starts at 2018, but the original copyright was from 2017. Consider starting the year range from 2017 to accurately reflect the file's creation date and preserve historical copyright information.
| // Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. | |
| // Copyright (c) 2017-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. |
| @@ -1,4 +1,4 @@ | |||
| // Copyright (c) 2017 Chef Software Inc. and/or applicable contributors | |||
| // Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. | |||
There was a problem hiding this comment.
The year range starts at 2018, but the original copyright was from 2017. Consider starting the year range from 2017 to accurately reflect the file's creation date and preserve historical copyright information.
| // Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. | |
| // Copyright (c) 2017-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. |
| @@ -1,4 +1,4 @@ | |||
| // Copyright (c) 2017 Chef Software Inc. and/or applicable contributors | |||
| // Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. | |||
There was a problem hiding this comment.
The year range starts at 2018, but the original copyright was from 2017. Consider starting the year range from 2017 to accurately reflect the file's creation date and preserve historical copyright information.
| // Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. | |
| // Copyright (c) 2017-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. |
| @@ -1,4 +1,4 @@ | |||
| // Copyright (c) 2017 Chef Software Inc. and/or applicable contributors | |||
| // Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. | |||
There was a problem hiding this comment.
The year range starts at 2018, but the original copyright was from 2017. Consider starting the year range from 2017 to accurately reflect the file's creation date and preserve historical copyright information.
| // Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. | |
| // Copyright (c) 2017-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. |
| @@ -1,4 +1,4 @@ | |||
| // Copyright (c) 2017 Chef Software Inc. and/or applicable contributors | |||
| // Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. | |||
There was a problem hiding this comment.
The year range starts at 2018, but the original copyright was from 2017. Consider starting the year range from 2017 to accurately reflect the file's creation date and preserve historical copyright information.
| // Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. | |
| // Copyright (c) 2017-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. |
| @@ -1,4 +1,4 @@ | |||
| // Copyright (c) 2017 Chef Software Inc. and/or applicable contributors | |||
| // Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. | |||
There was a problem hiding this comment.
The year range starts at 2018, but the original copyright was from 2017. Consider starting the year range from 2017 to accurately reflect the file's creation date and preserve historical copyright information.
| // Copyright (c) 2018-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. | |
| // Copyright (c) 2017-2025 Progress Software Corporation and/or its subsidiaries, affiliates or applicable contributors. All Rights Reserved. |
Signed-off-by: Saburesh07 <220188172+Saburesh07@users.noreply.github.com>
This is an automated message using the copyright-automator tool.
This PR updates copyright notices from Chef Software and Opscode to Progress Software Corporation as part of the repository standardization effort.
Automated Changes
Manual Changes Required
COPYRIGHT.md:1- adjust-copyright-fileREADME.md:1- adjust-readmeREADME.md:26- adjust-readmePlease review these locations and make appropriate manual edits.
No Other Changes Intended