svn keywords fixups

fixed a bunch of $Id$ and $Revision$ typos
added keywords property to files missing it



git-svn-id: file:///home/svn/framework3/trunk@8242 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2010-01-26 20:12:13 +00:00
parent e765288c6c
commit 31949c4343
15 changed files with 18 additions and 15 deletions

View File

@ -1,5 +1,5 @@
##
# $Id: droptable_trigger.rb
# $Id$
##
##

View File

@ -1,5 +1,5 @@
##
# $Id:
# $Id$
##
##

View File

@ -1,5 +1,5 @@
##
# $Id:
# $Id$
##
##

View File

@ -26,7 +26,7 @@ class Metasploit3 < Msf::Auxiliary
},
'Author' => 'hdm',
'License' => MSF_LICENSE,
'Version' => '$Revision: 7197',
'Version' => '$Revision$',
'References' =>
[
['URL', 'http://www.metasploit.com/research/projects/rogue_network/'],

View File

@ -29,7 +29,7 @@ class Metasploit3 < Msf::Auxiliary
},
'Author' => 'hdm',
'License' => MSF_LICENSE,
'Version' => '$Revision: 7197',
'Version' => '$Revision$',
'References' =>
[
['URL', 'http://www.metasploit.com/research/projects/rogue_network/'],

View File

@ -1,5 +1,5 @@
##
# $Id: hagent_untrusted_hsdata.rb
# $Id$
##
##

View File

@ -1,5 +1,5 @@
##
# $Id: etrust_itm_alert.rb
# $Id$
##
##

View File

@ -1,5 +1,5 @@
##
# $Id: lgserver_rxrlogin.rb
# $Id$
##
##

View File

@ -1,5 +1,5 @@
##
# $Id: lgserver_rxsuselicenseini.rb
# $Id$
##
##

View File

@ -1,5 +1,5 @@
##
# $Id: amaya_bdo.rb
# $Id$
##
##

View File

@ -1,5 +1,5 @@
##
# $Id: bigant_server.rb
# $Id$
##
##

View File

@ -1,5 +1,5 @@
##
# $Id: groupwisemessenger_client.rb
# $Id$
##
##

View File

@ -22,7 +22,7 @@ module Metasploit3
def initialize(info = {})
super(merge_info(info,
'Name' => 'Windows x64 Bind TCP Stager',
'Version' => '$Revision',
'Version' => '$Revision$',
'Description' => 'Listen for a connection (Windows x64)',
'Author' => [ 'sf' ],
'License' => MSF_LICENSE,

View File

@ -1,4 +1,7 @@
#$Id$
##
# $Id$
##
require "rexml/document"
#-------------------------------------------------------------------------------