Skip to content

Commit

Permalink
Merge pull request #469 from puppetlabs/pdksync_CAT-945-license-update
Browse files Browse the repository at this point in the history
pdksync - 'CAT-945 - Update README.md LICENSE'
  • Loading branch information
Ramesh7 authored Nov 22, 2023
2 parents ca0b796 + 8fed543 commit 0310c0e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
* [Data Types](#data-types)
5. [Limitations - OS compatibility, etc.](#limitations)
6. [Development - Guide for contributing to the module](#development)
6. [License](#license)
7. [Development - Guide for contributing to the module](#development)


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

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.

## License

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.

## Development

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

0 comments on commit 0310c0e

Please sign in to comment.