Skip to content

Commit 0310c0e

Browse files
authored
Merge pull request #469 from puppetlabs/pdksync_CAT-945-license-update
pdksync - 'CAT-945 - Update README.md LICENSE'
2 parents ca0b796 + 8fed543 commit 0310c0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
1313
* [Data Types](#data-types)
1414
5. [Limitations - OS compatibility, etc.](#limitations)
15-
6. [Development - Guide for contributing to the module](#development)
15+
6. [License](#license)
16+
7. [Development - Guide for contributing to the module](#development)
1617

1718

1819
## Description
@@ -237,6 +238,10 @@ The accounts module is designed to take the place of the pe\_accounts module tha
237238

238239
For example, the .bashrc and .bash\_profile files are not managed by default but allow custom content to be passed in using the `bashrc_content` and `bash_profile_content` parameters. The content for these two files as managed by pe\_accounts can continue to be used by passing `bashrc_content => file('accounts/shell/bashrc')` and `bash_profile_content => file('accounts/shell/bash_profile')` to the `accounts::user` defined type.
239240

241+
## License
242+
243+
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://www.gnu.org/licenses/agpl-3.0.en.html), [BSD-2](https://opensource.org/license/bsd-2-claus), [BSD-3](https://opensource.org/license/bsd-3-claus), [GPL2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html), [LGPL](https://opensource.org/license/lgpl-3-0/), [MIT](https://opensource.org/license/mit/) and [MPL](https://opensource.org/license/mpl-2-0/) Licensing.
244+
240245
## Development
241246

242247
Acceptance tests for this module leverage [puppet_litmus](https://github.com/puppetlabs/puppet_litmus).

0 commit comments

Comments
 (0)