Skip to content

Commit 7545529

Browse files
authored
Merge pull request #4 from dell/Release_v1.3.0_license_update
Release version 1.3.0 - updated license info
2 parents fe7b0a0 + 8c4896e commit 7545529

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Ansible Modules for Dell EMC PowerScale allow Data Center and IT administrat
44
The capabilities of the Ansible modules are managing users, groups, node, active directory, ldap, access zones, file system, nfs exports, smb shares, snapshots, snapshot schedules and smart quotas, syncIQ policies, syncIQ performance rules, syncIQ reports, syncIQ target reports, syncIQ jobs and to gather facts from the array. The tasks can be executed by running simple playbooks written in yaml syntax.
55

66
## License
7-
Ansible collection for PowerScale is released and licensed under the GPL-3.0 license. See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) for the full terms. Ansible modules and modules utilities that are part of the Ansible collection for PowerScale are released and licensed under the Apache 2.0 license. See [MODULE-LICENSE](https://www.apache.org/licenses/LICENSE-2.0.txt) for the full terms.
7+
Ansible collection for PowerScale is released and licensed under the GPL-3.0 license. See [LICENSE](LICENSE) for the full terms. Ansible modules and modules utilities that are part of the Ansible collection for PowerScale are released and licensed under the Apache 2.0 license. See [MODULE-LICENSE](MODULE-LICENSE) for the full terms.
88

99
## Support
1010
Ansible collection for PowerScale are supported by Dell EMC and are provided under the terms of the license attached to the collection. Please see the [LICENSE](#license) section for the full terms. Dell EMC does not provide any support for the source code modifications. For any Ansible modules issues, questions or feedback, join the [Dell EMC Automation Community](https://www.dell.com/community/Automation/bd-p/Automation).

galaxy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ description: Ansible modules for Dell EMC PowerScale
3737
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
3838
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
3939
license:
40-
41-
# The path to the license file for the collection. This path is relative to the root of the collection. This key is
42-
# mutually exclusive with 'license'
43-
license_file: ['LICENSE', 'MODULE-LICENSE']
40+
- GPL-3.0-or-later
41+
- Apache-2.0
4442

4543
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
4644
# requirements as 'namespace' and 'name'
@@ -69,4 +67,3 @@ issues: https://www.dell.com/community/Automation/bd-p/Automation
6967
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
7068
# and '.git' are always filtered
7169
build_ignore: []
72-

0 commit comments

Comments
 (0)