1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-16 12:49:02 +00:00

add author name to Patrik's IPP library

This commit is contained in:
fyodor
2012-11-16 02:13:27 +00:00
parent 079e4c4c6a
commit 755e7cdfb3

View File

@@ -12,6 +12,7 @@ _ENV = stdnse.module("ipp", stdnse.seeall)
-- --
-- A small CUPS ipp (Internet Printing Protocol) library implementation -- A small CUPS ipp (Internet Printing Protocol) library implementation
-- --
-- @author Patrik Karlsson
-- --
-- The IPP layer -- The IPP layer
@@ -437,4 +438,4 @@ Helper = {
end, end,
} }
return _ENV; return _ENV;