Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions COPYRIGHT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Copyright (c) 2024-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ depends:
gem: inspec-mongodb-resources
```

# Copyright

See [COPYRIGHT.md](./COPYRIGHT.md).
2 changes: 1 addition & 1 deletion test/integration/inspec-profile-test/inspec.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: inspec-profile-test
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
Expand Down
2 changes: 1 addition & 1 deletion test/integration/inspec.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: inspec-mongodb-resources-resource-pack
title: InSpec Profile
maintainer: Progress Chef
copyright: Progress Chef
copyright: Copyright (c) 2024-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
copyright_email: you@example.com
license: Apache-2.0
summary: An InSpec Compliance Profile
Expand Down
Loading