Remove note about resplat.rb in msftidy

This commit is contained in:
William Vu 2015-03-09 23:59:13 -05:00
parent 0353602829
commit ab70223107
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ class Msftidy
def check_comment_splat
if @source =~ /^# This file is part of the Metasploit Framework and may be subject to/
warn("Module contains old license comment, use tools/dev/resplat.rb <filename>.")
warn("Module contains old license comment.")
end
end