Skip to content

Commit 9bcf046

Browse files
authored
Add MIT License 📜
1 parent a9459d7 commit 9bcf046

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Powershell/Quick Fixes/Remove-SCOMBaseManagedEntity.ps1

+20
Original file line numberDiff line numberDiff line change
@@ -774,3 +774,23 @@ END
774774
Write-Host "$(Time-Stamp)Script has Completed!" -ForegroundColor Green
775775
[GC]::Collect()
776776
}
777+
<#
778+
Copyright (c) Microsoft Corporation. MIT License
779+
780+
Permission is hereby granted, free of charge, to any person obtaining a copy
781+
of this software and associated documentation files (the "Software"), to deal
782+
in the Software without restriction, including without limitation the rights
783+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
784+
copies of the Software, and to permit persons to whom the Software is
785+
furnished to do so, subject to the following conditions:
786+
787+
The above copyright notice and this permission notice shall be included in all
788+
copies or substantial portions of the Software.
789+
790+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
791+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
792+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
793+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
794+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
795+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
796+
#>

0 commit comments

Comments
 (0)