Skip to content

Commit e9b87ea

Browse files
authored
Merge pull request
sha_of_the_head_commit
2 parents 2dc8d69 + fb8c4e5 commit e9b87ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
* [Run custom TSQL statements](#run-custom-tsql-statements)
1717
5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
1818
6. [Limitations - OS compatibility, etc.](#limitations)
19-
7. [Development - Guide for contributing to the module](#development)
19+
7. [License](#license)
20+
8. [Development - Guide for contributing to the module](#development)
2021

2122
## Overview
2223

@@ -282,6 +283,10 @@ This module cannot manage the SQL Server Native Client SDK (also known as SNAC_S
282283

283284
In SQL Server 2016 and newer, Microsoft separated the installation of SQL Server Management Studio (SSMS) from the installation of the SQL Server engine and other features. SSMS now has its own installer and can be [installed and managed via Chocolatey](https://chocolatey.org/packages/sql-server-management-studio). As such, specifying SSMS in the `sqlserver` as a feature to install no longer works with SQL Server 2016 and newer. Instead, use `package` resources with the [Chocolatey provider](https://forge.puppet.com/puppetlabs/chocolatey) to manage SSMS installation.
284285

286+
## License
287+
288+
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.
289+
285290
## Development
286291

287292
This module was built by Puppet specifically for use with Puppet Enterprise (PE).

0 commit comments

Comments
 (0)