From 755e7cdfb3d8b472011b4ac4da2d33d8ad83b326 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 16 Nov 2012 02:13:27 +0000 Subject: [PATCH] add author name to Patrik's IPP library --- nselib/ipp.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;