MAINTAINABILITY: 2257 update copyright 2022 (#2259)

* 2257 updated copyright date
This commit is contained in:
wheatley
2021-12-31 09:48:08 +10:00
committed by GitHub
parent a606a0bd77
commit f33e2698a0
1272 changed files with 1475 additions and 1475 deletions

View File

@@ -5,7 +5,7 @@ class ConfigFile
def generate(class_name)
return <<-EOF
#
# Copyright (c) 2006-2021 Wade Alcorn - wade@bindshell.net
# Copyright (c) 2006-2022 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-2021 Wade Alcorn - wade@bindshell.net
# Copyright (c) 2006-2022 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-2021 Wade Alcorn - wade@bindshell.net
// Copyright (c) 2006-2022 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//