Bump copyright dates to 2018 and slightly improve wording (doesn't change meaning) of Nmap license header text

This commit is contained in:
fyodor 2018-01-28 21:18:17 +00:00
parent 163ca8de16
commit ff62300249
359 changed files with 1644 additions and 1642 deletions

View file

@ -408,11 +408,11 @@ typedef uLong FAR uLongf;
typedef unsigned long z_crc_t;
#endif
#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */
#if 1 /* was set to #if 1 by ./configure */
# define Z_HAVE_UNISTD_H
#endif
#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */
#if 1 /* was set to #if 1 by ./configure */
# define Z_HAVE_STDARG_H
#endif