diff --git a/README.md b/README.md index 1a023fb..9229caa 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ 6. [Limitations - OS compatibility, etc.](#limitations) +7. [License](#license) + ## Overview Ability to automatically mount disk images from within a defined type in order to install certain products on Windows @@ -57,3 +59,7 @@ mount_iso { 'C:\MyStagingDir\SQLServer.iso': * Only works on Windows 2012+. * If the drive is already occupied by some other volume it will fail to mount the image in that location but will allow it to be mounted on the first available drive letter. + +## 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.