Skip to content

Commit 06fed75

Browse files
authored
Merge pull request
sha_of_the_head_commit
2 parents d408071 + 7b2b68d commit 06fed75

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
@@ -9,7 +9,8 @@
99
4. [Usage - Configuration options and additional functionality](#usage)
1010
5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
1111
6. [Limitations - OS compatibility, etc.](#limitations)
12-
7. [Development - Guide for contributing to the module](#development)
12+
7. [License](#license)
13+
8. [Development - Guide for contributing to the module](#development)
1314

1415
## Overview
1516

@@ -288,6 +289,10 @@ the binaries to a standard directory. Because of that, the path to this location
288289
is hardcoded in the `java_version` fact. Whenever you upgrade Java to a newer
289290
version, you have to update the path in this fact.
290291

292+
## License
293+
294+
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.
295+
291296
## Development
292297

293298
Puppet modules on the Puppet Forge are open projects, and community contributions are essential for keeping them great. To contribute to Puppet projects, see our [module contribution guide.](https://docs.puppetlabs.com/forge/contributing.html)

0 commit comments

Comments
 (0)