Updated Copyright dates

This commit is contained in:
Wade Alcorn
2018-01-04 09:12:43 +10:00
parent 24298b4d9e
commit fca5279f17
1274 changed files with 1324 additions and 1280 deletions

View File

@@ -5,7 +5,7 @@ class ConfigFile
def generate(class_name)
return <<-EOF
#
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net
# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
@@ -34,7 +34,7 @@ class ModuleFile
end
return <<-EOF
#
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net
# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
@@ -67,7 +67,7 @@ class CommandFile
end
return <<-EOF
//
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net
// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//