Skip to content
Open
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) 2017-2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
2 changes: 0 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Copyright (c) 2018 Chef Software Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,3 +650,7 @@ A combination of the above can be provided.
```shell
rake tf:apply[management_group,public_ip,network_watcher]
```

# Copyright

See [COPYRIGHT.md](./COPYRIGHT.md).
2 changes: 1 addition & 1 deletion inspec.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: inspec-azure
title: Azure Resource Pack
maintainer: Chef Software, Inc.
copyright: Chef Software, Inc.
copyright: Copyright (c) 2017-2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
copyright_email: [email protected]
license: Apache-2.0
summary: This resource pack provides compliance resources for Azure.
Expand Down
2 changes: 1 addition & 1 deletion test/integration/verify/inspec.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Inspec Azure Integration Test Profile
title: Inspec Azure Integration Test Profile
maintainer: Chef Software, Inc.
copyright: Chef Software, Inc.
copyright: Copyright (c) 2017-2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
copyright_email: [email protected]
license: Apache-2.0
summary: This profile is a simple wrapper around the controls defined in the integration test directory.
Expand Down