Skip to content

Commit 66ea88b

Browse files
authored
Merge pull request
sha_of_the_head_commit
2 parents 11fe51c + 4211b72 commit 66ea88b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
6. [Limitations - OS compatibility, etc.](#limitations)
1818

19+
7. [License](#license)
20+
1921
## Overview
2022

2123
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':
5759
* Only works on Windows 2012+.
5860

5961
* 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.
62+
63+
## License
64+
65+
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.

0 commit comments

Comments
 (0)