Modified license verbiage

This commit is contained in:
mattifestation
2013-10-01 17:47:28 -04:00
parent 70a3a43f24
commit 511b682620
+1 -1
View File
@@ -223,7 +223,7 @@ Note: The tools contained within this module were all designed such that they ca
* If you want to display relevant debugging information to the screen, use Write-Verbose. The user can always just tack on '-Verbose'.
* Always provide descriptive, comment-based help for every script. Also, be sure to include your name and a BSD 3-Clause license.
* Always provide descriptive, comment-based help for every script. Also, be sure to include your name and a BSD 3-Clause license (unless there are extenuating circumstances that prevent the application of the BSD license).
* Make sure all functions follow the proper PowerShell verb-noun agreement. Use Get-Verb to list the default verbs used by PowerShell.