diff --git a/nselib/ipp.lua b/nselib/ipp.lua index 58c38a38f..329616ac6 100644 --- a/nselib/ipp.lua +++ b/nselib/ipp.lua @@ -12,6 +12,7 @@ _ENV = stdnse.module("ipp", stdnse.seeall) -- -- A small CUPS ipp (Internet Printing Protocol) library implementation -- +-- @author Patrik Karlsson -- -- The IPP layer @@ -437,4 +438,4 @@ Helper = { end, } -return _ENV; \ No newline at end of file +return _ENV;