1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Standardize the @copyright fields of NSE modules; change "See nmaps COPYING for

license" to "Same as Nmap--See http://nmap.org/book/man-legal.html" like
scripts commonly use. I added the field to some modules I know to be under the
Nmap license: bin, datafiles, dns, nmap, unpwdb. I left alone bin, bit, pcre,
and url, which come from outside sources.
This commit is contained in:
david
2008-10-24 00:44:22 +00:00
parent efed9cf1a8
commit 7e15f259a4
21 changed files with 21 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
-- \n\n
-- The functions in this module can be used for delimiting data received
-- by the receive_buf function in the Network I/O API.
--@copyright See nmaps COPYING for licence
-- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
module(... or "match", package.seeall)
require "pcre"