Skip to content

Commit c2de879

Browse files
authored
Add MIT License 📜
1 parent 7a2cc79 commit c2de879

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Powershell/TLS 1.2 Enforcement/Invoke-EnforceSCOMTLS1.2.ps1

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,3 +1908,23 @@ else
19081908
{
19091909
Start-SCOMTLSEnforcement
19101910
}
1911+
<#
1912+
Copyright (c) Microsoft Corporation. MIT License
1913+
1914+
Permission is hereby granted, free of charge, to any person obtaining a copy
1915+
of this software and associated documentation files (the "Software"), to deal
1916+
in the Software without restriction, including without limitation the rights
1917+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1918+
copies of the Software, and to permit persons to whom the Software is
1919+
furnished to do so, subject to the following conditions:
1920+
1921+
The above copyright notice and this permission notice shall be included in all
1922+
copies or substantial portions of the Software.
1923+
1924+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1925+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1926+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1927+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1928+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1929+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1930+
#>

0 commit comments

Comments
 (0)