diff --git a/README.md b/README.md index 6fd3db25..6d716604 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ We're excited for you to learn more about what's available in the [Business edit 6. [Limitations - OS compatibility, etc.](#limitations) * [Known Issues](#known-issues) 7. [Development - Guide for contributing to the module](#development) -8. [Attributions](#attributions) +8. [License](#license) +9. [Attributions](#attributions) ## Overview @@ -596,6 +597,10 @@ For information on classes and types, see [REFERENCE.md](https://github.com/pupp * If .NET 4.0 is not installed, it may have trouble installing Chocolatey. Chocolatey version 0.9.9.9+ helps alleviate this issue. * If there is an error in the installer (`InstallChocolatey.ps1.erb`), it may not show as an error. This may be an issue with the PowerShell provider and is still under investigation. +## 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://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. + ## Development Acceptance tests for this module leverage [puppet_litmus](https://github.com/puppetlabs/puppet_litmus).