From 2fbde180da55f1ad0dd7b2712feb9933ff39d539 Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 23 Nov 2021 15:07:14 +0000 Subject: [PATCH] Update ndiff copyright header to remove dead link - see nmap#2389 --- ndiff/ndiff.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ndiff/ndiff.py b/ndiff/ndiff.py index 42a091a79..11f798f7e 100755 --- a/ndiff/ndiff.py +++ b/ndiff/ndiff.py @@ -5,13 +5,12 @@ # This programs reads two Nmap XML files and displays a list of their # differences. # -# Copyright 2008 Insecure.Com LLC -# Ndiff is distributed under the same license as Nmap. See the file LICENSE or -# https://nmap.org/data/LICENSE. See https://nmap.org/book/man-legal.html for -# more details. +# Copyright 2021 Nmap Software LLC +# Ndiff is distributed under the same license as Nmap. See the file +# LICENSE in the Nmap source distribution or +# https://nmap.org/book/man-legal.html for more details. # -# David Fifield -# based on a design by Michael Pattrick +# Original author was David Fifield based on a design by Michael Pattrick import datetime import difflib