From f231a3cce7c7356dc643acf9db4ca5a79d4ad6f9 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 16 Dec 2024 13:43:46 +0100 Subject: [PATCH] fix license entry in the toc not being a link Signed-off-by: Evgeni Golov --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6119fb6983..703fe1a34b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ [Limitations]: #limitations +[License]: #license + [Development]: #development [`AddDefaultCharset`]: https://httpd.apache.org/docs/current/mod/core.html#adddefaultcharset @@ -861,6 +863,7 @@ COVERAGE=yes bundle exec rake parallel_spec Acceptance tests for this module leverage [puppet_litmus](https://github.com/puppetlabs/puppet_litmus). To run the acceptance tests follow the instructions [here](https://puppetlabs.github.io/litmus/Running-acceptance-tests.html). You can also find a tutorial and walkthrough of using Litmus and the PDK on [YouTube](https://www.youtube.com/watch?v=FYfR7ZEGHoE). + ## 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.