Skip to content

Commit 4d8ef40

Browse files
committed
"CAT-945 - Update README.md LICENSE"
1 parent 8eb98e5 commit 4d8ef40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* [Replace the default sources.list file](#replace-the-default-sourceslist-file)
1717
1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
1818
1. [Limitations - OS compatibility, etc.](#limitations)
19+
1. [License](#license)
1920
1. [Development - Guide for contributing to the module](#development)
2021

2122
<a id="module-description"></a>
@@ -357,6 +358,10 @@ If you are adding a new source or PPA and trying to install packages from the ne
357358
Class['apt::update'] -> Package <| provider == 'apt' |>
358359
```
359360

361+
## License
362+
363+
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.
364+
360365
## Development
361366

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

0 commit comments

Comments
 (0)