Skip to content

Commit cb21d0b

Browse files
authored
Merge pull request
sha_of_the_head_commit
2 parents 8eb98e5 + 42ad4b0 commit cb21d0b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ group :development do
1919
gem "json", '= 2.5.1', require: false if Gem::Requirement.create(['>= 3.0.0', '< 3.0.5']).satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
2020
gem "json", '= 2.6.1', require: false if Gem::Requirement.create(['>= 3.1.0', '< 3.1.3']).satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
2121
gem "json", '= 2.6.3', require: false if Gem::Requirement.create(['>= 3.2.0', '< 4.0.0']).satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
22-
gem "voxpupuli-puppet-lint-plugins", '~> 4.0', require: false
22+
gem "voxpupuli-puppet-lint-plugins", '~> 5.0', require: false
2323
gem "facterdb", '~> 1.18', require: false
2424
gem "metadata-json-lint", '~> 3.0', require: false
2525
gem "puppetlabs_spec_helper", '~> 7.0', require: false

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://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.
364+
360365
## Development
361366

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

0 commit comments

Comments
 (0)