Skip to content

Commit 25e45ee

Browse files
authored
Merge pull request
sha_of_the_head_commit
2 parents b387f65 + f54ab9c commit 25e45ee

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919
* [Backups](#backups)
2020
4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
2121
5. [Limitations - OS compatibility, etc.](#limitations)
22-
6. [Development - Guide for contributing to the module](#development)
22+
6. [License](#license)
23+
7. [Development - Guide for contributing to the module](#development)
2324
* [Contributors - List of module contributors](#contributors)
24-
7. [Tests](#tests)
25-
8. [Contributors - List of module contributors](#contributors)
25+
8. [Tests](#tests)
26+
9. [Contributors - List of module contributors](#contributors)
2627

2728
## Module description
2829

@@ -559,6 +560,10 @@ If you have SELinux enabled and you are *not* using the selinux module to manage
559560
semanage port -a -t postgresql_port_t -p tcp $customport
560561
```
561562

563+
## License
564+
565+
This codebase is licensed under the Apache2.0 licensing, however due to the nature of the codebase the open source dependencies may also use a combination of [AGPL](https://opensource.org/license/agpl-v3/), [BSD-2](https://opensource.org/license/bsd-2-clause/), [BSD-3](https://opensource.org/license/bsd-3-clause/), [GPL2.0](https://opensource.org/license/gpl-2-0/), [LGPL](https://opensource.org/license/lgpl-3-0/), [MIT](https://opensource.org/license/mit/) and [MPL](https://opensource.org/license/mpl-2-0/) Licensing.
566+
562567
## Development
563568

564569
Puppet Labs modules on the Puppet Forge are open projects, and community contributions are essential for keeping them great. We can’t access the huge number of platforms and myriad hardware, software, and deployment configurations that Puppet is intended to serve. We want to keep it as easy as possible to contribute changes so that our modules work in your environment. There are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things. For more information, see our [module contribution guide](https://puppet.com/docs/puppet/latest/contributing.html).

0 commit comments

Comments
 (0)