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 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