From 5d3742e2d0ed824b8017fc21d07e17b8e1f0f59f Mon Sep 17 00:00:00 2001 From: Progress Copyright Bot Date: Mon, 16 Feb 2026 13:04:58 +0000 Subject: [PATCH 1/2] [copyright-automator] Automated copyright update - automated replacements Signed-off-by: Progress Copyright Bot --- test/integration/inspec-profile-with-gem-dependency/inspec.yml | 2 +- test/integration/inspec-profile-with-path-dependency/inspec.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/inspec-profile-with-gem-dependency/inspec.yml b/test/integration/inspec-profile-with-gem-dependency/inspec.yml index 65fdf31..ab462c9 100644 --- a/test/integration/inspec-profile-with-gem-dependency/inspec.yml +++ b/test/integration/inspec-profile-with-gem-dependency/inspec.yml @@ -1,7 +1,7 @@ name: inspec-profile-with-gem-dependency title: InSpec Profile maintainer: InSpec Engineering -copyright: Chef Software, Inc. +copyright: Copyright (c) 2024-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved. copyright_email: inspec@chef.io license: Apache-2.0 summary: An InSpec Compliance Profile to test inspec run diff --git a/test/integration/inspec-profile-with-path-dependency/inspec.yml b/test/integration/inspec-profile-with-path-dependency/inspec.yml index 222fa24..c77c3f4 100644 --- a/test/integration/inspec-profile-with-path-dependency/inspec.yml +++ b/test/integration/inspec-profile-with-path-dependency/inspec.yml @@ -1,7 +1,7 @@ name: inspec-profile-with-path-dependency title: InSpec Profile maintainer: InSpec Engineering -copyright: Chef Software, Inc. +copyright: Copyright (c) 2024-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved. copyright_email: inspec@chef.io license: Apache-2.0 summary: An InSpec Compliance Profile to test inspec run From 7ddc747bc0aef09408c90cc6106f7a8c5502ded8 Mon Sep 17 00:00:00 2001 From: cgunasree08 Date: Tue, 17 Feb 2026 17:10:25 +0530 Subject: [PATCH 2/2] Added manual edits of copyrights Signed-off-by: cgunasree08 --- COPYRIGHT.md | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 COPYRIGHT.md diff --git a/COPYRIGHT.md b/COPYRIGHT.md new file mode 100644 index 0000000..1b227ca --- /dev/null +++ b/COPYRIGHT.md @@ -0,0 +1 @@ +Copyright (c) 2024-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved. \ No newline at end of file diff --git a/README.md b/README.md index 9b60b12..657124d 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,6 @@ depends: gem: inspec-elasticsearch-resources ``` +# Copyright + +See [COPYRIGHT.md](./COPYRIGHT.md). \ No newline at end of file