1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

Add needed header checks, clean up unused ones. See #1887

This commit is contained in:
dmiller
2020-01-12 06:09:37 +00:00
parent ae10c8a19d
commit 30110f911e
8 changed files with 9 additions and 45 deletions

View File

@@ -135,7 +135,7 @@ APP_DISPLAY_NAME = "Zenmap"
APP_WEB_SITE = "https://nmap.org/zenmap"
APP_DOWNLOAD_SITE = "https://nmap.org/download.html"
APP_DOCUMENTATION_SITE = "https://nmap.org/docs.html"
APP_COPYRIGHT = "Copyright 2005-2019 Insecure.Com LLC"
APP_COPYRIGHT = "Copyright 2005-2020 Insecure.Com LLC"
NMAP_DISPLAY_NAME = u"Nmap"
NMAP_WEB_SITE = "https://nmap.org"