1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

consolidate some definitions (name, url) to nmap.h

This commit is contained in:
dmiller
2019-06-21 17:32:03 +00:00
parent cb418ab480
commit 294f81a390
4 changed files with 11 additions and 6 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-2018 Insecure.Com LLC"
APP_COPYRIGHT = "Copyright 2005-2019 Insecure.Com LLC"
NMAP_DISPLAY_NAME = u"Nmap"
NMAP_WEB_SITE = "https://nmap.org"