Skip to content

Commit f766a74

Browse files
committed
Land rapid7#2920, @wvu-r7's author metadata update for printer aux modules
2 parents f086655 + da88e58 commit f766a74

File tree

6 files changed

+24
-18
lines changed

6 files changed

+24
-18
lines changed

modules/auxiliary/scanner/printer/printer_download_file.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ def initialize(info = {})
2020
Printer Job Language (PJL) protocol.
2121
},
2222
"Author" => [
23-
"wvu", # This implementation
23+
"wvu", # Rex::Proto::PJL and modules
2424
"sinn3r", # RSpec tests
25-
"MC", # Independent implementation
26-
"Myo Soe" # Independent implementation
25+
"MC", # Independent mixin and modules
26+
"Myo Soe", # Independent modules
27+
"Matteo Cantoni <goony[at]nothink.org>" # Independent modules
2728
],
2829
"References" => [
2930
["URL", "https://en.wikipedia.org/wiki/Printer_Job_Language"]

modules/auxiliary/scanner/printer/printer_env_vars.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ def initialize(info = {})
2020
Printer Job Language (PJL) protocol.
2121
},
2222
"Author" => [
23-
"wvu", # This implementation
23+
"wvu", # Rex::Proto::PJL and modules
2424
"sinn3r", # RSpec tests
25-
"MC", # Independent implementation
26-
"Myo Soe" # Independent implementation
25+
"MC", # Independent mixin and modules
26+
"Myo Soe", # Independent modules
27+
"Matteo Cantoni" # Independent modules
2728
],
2829
"References" => [
2930
["URL", "https://en.wikipedia.org/wiki/Printer_Job_Language"]

modules/auxiliary/scanner/printer/printer_list_dir.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ def initialize(info = {})
2020
Printer Job Language (PJL) protocol.
2121
},
2222
"Author" => [
23-
"wvu", # This implementation
23+
"wvu", # Rex::Proto::PJL and modules
2424
"sinn3r", # RSpec tests
25-
"MC", # Independent implementation
26-
"Myo Soe" # Independent implementation
25+
"MC", # Independent mixin and modules
26+
"Myo Soe", # Independent modules
27+
"Matteo Cantoni <goony[at]nothink.org>" # Independent modules
2728
],
2829
"References" => [
2930
["URL", "https://en.wikipedia.org/wiki/Printer_Job_Language"]

modules/auxiliary/scanner/printer/printer_list_volumes.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ def initialize(info = {})
2020
Printer Job Language (PJL) protocol.
2121
},
2222
"Author" => [
23-
"wvu", # This implementation
23+
"wvu", # Rex::Proto::PJL and modules
2424
"sinn3r", # RSpec tests
25-
"MC", # Independent implementation
26-
"Myo Soe" # Independent implementation
25+
"MC", # Independent mixin and modules
26+
"Myo Soe", # Independent modules
27+
"Matteo Cantoni <goony[at]nothink.org>" # Independent modules
2728
],
2829
"References" => [
2930
["URL", "https://en.wikipedia.org/wiki/Printer_Job_Language"]

modules/auxiliary/scanner/printer/printer_ready_message.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ def initialize(info = {})
2020
a set of printers using the Printer Job Language (PJL) protocol.
2121
},
2222
"Author" => [
23-
"wvu", # This implementation
23+
"wvu", # Rex::Proto::PJL and modules
2424
"sinn3r", # RSpec tests
25-
"MC", # Independent implementation
26-
"Myo Soe" # Independent implementation
25+
"MC", # Independent mixin and modules
26+
"Myo Soe", # Independent modules
27+
"Matteo Cantoni <goony[at]nothink.org>" # Independent modules
2728
],
2829
"References" => [
2930
["URL", "https://en.wikipedia.org/wiki/Printer_Job_Language"]

modules/auxiliary/scanner/printer/printer_version_info.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ def initialize(info = {})
2020
Printer Job Language (PJL) protocol.
2121
},
2222
"Author" => [
23-
"wvu", # This implementation
23+
"wvu", # Rex::Proto::PJL and modules
2424
"sinn3r", # RSpec tests
25-
"MC", # Independent implementation
26-
"Myo Soe" # Independent implementation
25+
"MC", # Independent mixin and modules
26+
"Myo Soe", # Independent modules
27+
"Matteo Cantoni <goony[at]nothink.org>" # Independent modules
2728
],
2829
"References" => [
2930
["URL", "https://en.wikipedia.org/wiki/Printer_Job_Language"]

0 commit comments

Comments
 (0)