diff options
author | mattifestation <mattgraeber@gmail.com> | 2013-10-01 17:47:28 -0400 |
---|---|---|
committer | clymb3r <bialek.joseph@gmail.com> | 2013-11-03 22:48:49 -0800 |
commit | 8c13faaf515c0d6ba6516bd03a90b68a72603a8c (patch) | |
tree | 68c67b8184f967d78de944ca52cb445904a0a056 | |
parent | cf64b10d5c2af3d9e64df3bfaad4ff3ded621cf5 (diff) | |
download | PowerSploit-8c13faaf515c0d6ba6516bd03a90b68a72603a8c.tar.gz PowerSploit-8c13faaf515c0d6ba6516bd03a90b68a72603a8c.zip |
Modified license verbiage
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |