1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 05:31:31 +00:00

Update ndiff copyright header to remove dead link - see nmap#2389

This commit is contained in:
fyodor
2021-11-23 15:07:14 +00:00
parent 7f49e4ac56
commit 2fbde180da

View File

@@ -5,13 +5,12 @@
# This programs reads two Nmap XML files and displays a list of their # This programs reads two Nmap XML files and displays a list of their
# differences. # differences.
# #
# Copyright 2008 Insecure.Com LLC # Copyright 2021 Nmap Software LLC
# Ndiff is distributed under the same license as Nmap. See the file LICENSE or # Ndiff is distributed under the same license as Nmap. See the file
# https://nmap.org/data/LICENSE. See https://nmap.org/book/man-legal.html for # LICENSE in the Nmap source distribution or
# more details. # https://nmap.org/book/man-legal.html for more details.
# #
# David Fifield # Original author was David Fifield based on a design by Michael Pattrick
# based on a design by Michael Pattrick
import datetime import datetime
import difflib import difflib