aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattifestation <mattgraeber@gmail.com>2013-10-01 17:47:28 -0400
committermattifestation <mattgraeber@gmail.com>2013-10-01 17:47:28 -0400
commit511b682620c4607c00df494cd0eff51761779437 (patch)
tree12a74dc26717392cb21511d9a05b34d9f47206e1 /README.md
parent70a3a43f24006a6cddd62dcb181efc860f3de22c (diff)
downloadPowerSploit-511b682620c4607c00df494cd0eff51761779437.tar.gz
PowerSploit-511b682620c4607c00df494cd0eff51761779437.zip
Modified license verbiage
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d500d7..35a1d83 100644
--- a/README.md
+++ b/README.md
@@ -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.