Skip to content

Commit 3888c52

Browse files
committed
Change file header comment to new format
1 parent 03e2cda commit 3888c52

File tree

5 files changed

+10
-22
lines changed

5 files changed

+10
-22
lines changed

documentation/samples/modules/auxiliary/sample.rb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
##
2-
# $Id$
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit
8-
# Framework web site for more information on licensing and terms of use.
9-
# http://metasploit.com/framework/
4+
# web site for more information on licensing and terms of use.
5+
# http://metasploit.com/
106
##
117

128
require 'msf/core'

documentation/samples/modules/encoders/sample.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
##
22
# This file is part of the Metasploit Framework and may be subject to
33
# redistribution and commercial restrictions. Please see the Metasploit
4-
# Framework web site for more information on licensing and terms of use.
5-
# http://metasploit.com/framework/
4+
# web site for more information on licensing and terms of use.
5+
# http://metasploit.com/
66
##
77

88
###

documentation/samples/modules/exploits/sample.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
##
22
# This file is part of the Metasploit Framework and may be subject to
33
# redistribution and commercial restrictions. Please see the Metasploit
4-
# Framework web site for more information on licensing and terms of use.
5-
# http://metasploit.com/framework/
4+
# web site for more information on licensing and terms of use.
5+
# http://metasploit.com/
66
##
77

88
require 'msf/core'

documentation/samples/modules/nops/sample.rb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
##
2-
# $Id$
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit
8-
# Framework web site for more information on licensing and terms of use.
9-
# http://metasploit.com/framework/
4+
# web site for more information on licensing and terms of use.
5+
# http://metasploit.com/
106
##
117

128
require 'msf/core'

documentation/samples/modules/payloads/singles/sample.rb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
##
2-
# $Id$
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit
8-
# Framework web site for more information on licensing and terms of use.
9-
# http://metasploit.com/framework/
4+
# web site for more information on licensing and terms of use.
5+
# http://metasploit.com/
106
##
117

128
require 'msf/core'

0 commit comments

Comments
 (0)