diff --git a/modules/browser/spyder_eye/command.js b/modules/browser/spyder_eye/command.js index fcb8ffc89..c85781fbc 100644 --- a/modules/browser/spyder_eye/command.js +++ b/modules/browser/spyder_eye/command.js @@ -1,4 +1,8 @@ - +// +// Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net +// Browser Exploitation Framework (BeEF) - http://beefproject.com +// See the file 'doc/COPYING' for copying permission +// beef.execute(function() { @@ -20,4 +24,4 @@ beef.execute(function() { }); -}); \ No newline at end of file +});