1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Change Insecure.Com LLC to Nmap Software LLC

This commit is contained in:
fyodor
2021-11-23 19:01:05 +00:00
parent 3aec3f3a07
commit 158c2e493c
22 changed files with 50 additions and 61 deletions

View File

@@ -15,7 +15,7 @@ and add new features. You are highly encouraged to send your changes
to dev@nmap.org for possible incorporation into the main to dev@nmap.org for possible incorporation into the main
distribution. By sending these changes to Fyodor or one of the distribution. By sending these changes to Fyodor or one of the
Insecure.Org development mailing lists, it is assumed that you are Insecure.Org development mailing lists, it is assumed that you are
offering the Nmap Project (Insecure.Com LLC) unlimited, non-exclusive offering the Nmap Project (Nmap Software LLC) unlimited, non-exclusive
right to reuse, modify, and relicense the code. This is important right to reuse, modify, and relicense the code. This is important
because the inability to relicense code has caused devastating because the inability to relicense code has caused devastating
problems for other Free Software projects (such as KDE and NASM). problems for other Free Software projects (such as KDE and NASM).

View File

@@ -1,4 +1,4 @@
Nmap Public Source License Version 0.93 Nmap Public Source License Version 0.94
For more information on this license, see https://nmap.org/npsl/ For more information on this license, see https://nmap.org/npsl/
0. Preamble 0. Preamble
@@ -81,7 +81,7 @@ and can not modify its governing terms in any way.
* "License" means this document, including Exhibits. * "License" means this document, including Exhibits.
* "Licensor" means Insecure.Com LLC and its successors and assigns. * "Licensor" means Nmap Software LLC and its successors and assigns.
* "Main License Body" means all of the terms of this document, * "Main License Body" means all of the terms of this document,
excluding Exhibits. excluding Exhibits.

View File

@@ -261,7 +261,7 @@
<package id="npcap"> <package id="npcap">
<name>Npcap</name> <name>Npcap</name>
<url>https://npcap.org/</url> <url>https://npcap.org/</url>
<copyright>Insecure.Com LLC ("The Nmap Project")</copyright> <copyright>Nmap Software LLC ("The Nmap Project")</copyright>
<license>&license_npcap;</license> <license>&license_npcap;</license>
</package> </package>
<package id="ike-scan-fp"> <package id="ike-scan-fp">

View File

@@ -6,7 +6,7 @@
<indexterm><primary>GNU General Public License</primary></indexterm> <indexterm><primary>GNU General Public License</primary></indexterm>
<para>The Nmap Security Scanner is (C) 1996&ndash;2020 Insecure.Com <para>The Nmap Security Scanner is (C) 1996&ndash;2021 Nmap Software
LLC ("The Nmap Project"). Nmap is also a registered trademark of the LLC ("The Nmap Project"). Nmap is also a registered trademark of the
Nmap Project. It is published under the <ulink Nmap Project. It is published under the <ulink
url="https://nmap.org/npsl">Nmap Public Source License</ulink>. This url="https://nmap.org/npsl">Nmap Public Source License</ulink>. This
@@ -48,7 +48,8 @@ redistribute Nmap under those terms instead.</para>
<refsect2 id="man-copyright"> <refsect2 id="man-copyright">
<title>Creative Commons License for this Nmap Guide</title> <title>Creative Commons License for this Nmap Guide</title>
<para>This <citetitle>Nmap Reference Guide</citetitle> is (C) 2005&ndash;2020 Insecure.Com LLC. It is <para>This <citetitle>Nmap Reference Guide</citetitle> is (C)
2005&ndash;2021 Nmap Software LLC. It is
hereby placed under version 3.0 of the <ulink hereby placed under version 3.0 of the <ulink
url="http://creativecommons.org/licenses/by/3.0/">Creative Commons url="http://creativecommons.org/licenses/by/3.0/">Creative Commons
Attribution License</ulink>. This allows you redistribute and modify Attribution License</ulink>. This allows you redistribute and modify

View File

@@ -6,7 +6,7 @@
Originally written by: Originally written by:
William McVey <wam@cisco.com> <wam+nmap@wamber.net> William McVey <wam@cisco.com> <wam+nmap@wamber.net>
Now maintained by Fyodor <fyodor@insecure.org> as part of Nmap. Now maintained by Fyodor <fyodor@nmap.org> as part of Nmap.
To validate using this file, simply add a DOCTYPE line similar to: To validate using this file, simply add a DOCTYPE line similar to:
<!DOCTYPE nmaprun SYSTEM "nmap.dtd"> <!DOCTYPE nmaprun SYSTEM "nmap.dtd">
@@ -21,7 +21,7 @@
specify "one each of this list of elements, in any order". If there specify "one each of this list of elements, in any order". If there
is a construct similar to SGML's '&' operator, please let me know. is a construct similar to SGML's '&' operator, please let me know.
Portions Copyright (c) 2001-2008 Insecure.Com LLC Portions Copyright (c) 2001-2021 Nmap Software LLC
Portions Copyright (c) 2001 by Cisco systems, Inc. Portions Copyright (c) 2001 by Cisco systems, Inc.
Permission to use, copy, modify, and distribute modified and Permission to use, copy, modify, and distribute modified and

View File

@@ -32,7 +32,7 @@ BEGIN
VALUE "FileDescription", NMAP_NAME VALUE "FileDescription", NMAP_NAME
VALUE "FileVersion", NMAP_VERSION VALUE "FileVersion", NMAP_VERSION
VALUE "InternalName", NMAP_NAME VALUE "InternalName", NMAP_NAME
VALUE "LegalCopyright", "Copyright (c) The Nmap Project (Insecure.Com LLC)\0" VALUE "LegalCopyright", "Copyright (c) The Nmap Project (Nmap Software LLC)\0"
VALUE "LegalTrademarks", "NMAP\0" VALUE "LegalTrademarks", "NMAP\0"
VALUE "OriginalFilename", "nmap.exe\0" VALUE "OriginalFilename", "nmap.exe\0"
VALUE "ProductName", NMAP_NAME VALUE "ProductName", NMAP_NAME

View File

@@ -78,7 +78,7 @@
VIAddVersionKey /LANG=1033 "ProductName" "${NMAP_NAME}" VIAddVersionKey /LANG=1033 "ProductName" "${NMAP_NAME}"
VIAddVersionKey /LANG=1033 "CompanyName" "Insecure.org" VIAddVersionKey /LANG=1033 "CompanyName" "Insecure.org"
VIAddVersionKey /LANG=1033 "InternalName" "NmapInstaller.exe" VIAddVersionKey /LANG=1033 "InternalName" "NmapInstaller.exe"
VIAddVersionKey /LANG=1033 "LegalCopyright" "Copyright (c) Insecure.Com LLC (fyodor@insecure.org)" VIAddVersionKey /LANG=1033 "LegalCopyright" "Copyright (c) Nmap Software LLC (fyodor@nmap.org)"
VIAddVersionKey /LANG=1033 "LegalTrademark" "NMAP" VIAddVersionKey /LANG=1033 "LegalTrademark" "NMAP"
VIAddVersionKey /LANG=1033 "FileDescription" "${NMAP_NAME} installer" VIAddVersionKey /LANG=1033 "FileDescription" "${NMAP_NAME} installer"

View File

@@ -1109,19 +1109,18 @@
<listitem> <listitem>
<para>Chris Gibson <email>chris@linuxops.net</email></para> <para>Chris Gibson <email>chris@linuxops.net</email></para>
</listitem> </listitem>
<listitem>
<para>Gordon Lyon (Fyodor)<email>fyodor@nmap.org</email>
(<ulink url="http://insecure.org" />)</para>
</listitem>
<listitem> <listitem>
<para>Kris Katterjohn <email>katterjohn@gmail.com</email></para> <para>Kris Katterjohn <email>katterjohn@gmail.com</email></para>
</listitem> </listitem>
<listitem> <listitem>
<para>Mixter <email>mixter@gmail.com</email></para> <para>Mixter <email>mixter@gmail.com</email></para>
</listitem> </listitem>
<listitem>
<para>Fyodor <email>fyodor@nmap.org</email>
(<ulink url="http://insecure.org" />)</para>
</listitem>
</itemizedlist> </itemizedlist>
<para>The original Netcat was written by *Hobbit* <email>hobbit@avian.org</email>. <para>The original Netcat was written by *Hobbit* <email>hobbit@avian.org</email>.
While Ncat isn't built on any code from the <quote>traditional</quote> Netcat (or any While Ncat isn't built on any code from the <quote>traditional</quote> Netcat (or any
other implementation), Ncat is most definitely based on Netcat in spirit other implementation), Ncat is most definitely based on Netcat in spirit
@@ -1135,7 +1134,7 @@
<title>Ncat Copyright and Licensing</title> <title>Ncat Copyright and Licensing</title>
<indexterm><primary>copyright</primary></indexterm> <indexterm><primary>copyright</primary></indexterm>
<para>Ncat is (C) 2005&ndash;2020 Insecure.Com LLC. It is distributed <para>Ncat is (C) 2005&ndash;2021 Nmap Software LLC. It is distributed
as free and open source software under the same license terms as our as free and open source software under the same license terms as our
Nmap software. Precise terms and further details are available Nmap software. Precise terms and further details are available
<man>from <ulink url="https://nmap.org/man/man-legal.html"/>.</man> <man>from <ulink url="https://nmap.org/man/man-legal.html"/>.</man>
@@ -1144,7 +1143,8 @@
<refsect2 id="ncat-man-copyright"> <refsect2 id="ncat-man-copyright">
<title>Creative Commons License for this Ncat Guide</title> <title>Creative Commons License for this Ncat Guide</title>
<para>This <citetitle>Ncat Reference Guide</citetitle> is (C) 2005&ndash;2018 Insecure.Com LLC. It is <para>This <citetitle>Ncat Reference Guide</citetitle> is (C)
2005&ndash;2021 Nmap Software LLC. It is
hereby placed under version 3.0 of the <ulink hereby placed under version 3.0 of the <ulink
url="http://creativecommons.org/licenses/by/3.0/">Creative Commons url="http://creativecommons.org/licenses/by/3.0/">Creative Commons
Attribution License</ulink>. This allows you redistribute and modify Attribution License</ulink>. This allows you redistribute and modify
@@ -1167,7 +1167,7 @@ encouraged to send your changes to
<email>dev@nmap.org</email> for possible incorporation into <email>dev@nmap.org</email> for possible incorporation into
the main distribution. By sending these changes to Fyodor or one of the main distribution. By sending these changes to Fyodor or one of
the Insecure.Org development mailing lists, it is assumed that you are the Insecure.Org development mailing lists, it is assumed that you are
offering the Nmap Project (Insecure.Com LLC) the unlimited, offering the Nmap Project (Nmap Software LLC) the unlimited,
non-exclusive right to reuse, modify, and relicense the code. Nmap non-exclusive right to reuse, modify, and relicense the code. Nmap
will always be available open source,<indexterm><primary>open will always be available open source,<indexterm><primary>open
source</primary></indexterm> but this is important because the source</primary></indexterm> but this is important because the

View File

@@ -7,19 +7,16 @@
# please see https://nmap.org/submit/ . # please see https://nmap.org/submit/ .
# #
# By submitting fingerprints you are transfering any and all copyright # By submitting fingerprints you are transfering any and all copyright
# interest in the data to Insecure.Com LLC so it can modified, # interest in the data to Nmap Software LLC so it can modified,
# incorporated into Nmap, relicensed, etc. # incorporated into Nmap, relicensed, etc.
# #
# This collection of fingerprint data is (C) 1996-2020 by Insecure.Com # This collection of data is (C) 1996-2021 by Nmap Software LLC. It
# LLC. It is distributed under the Nmap Public Source license as # is distributed under the Nmap Public Source license as provided in
# provided in the LICENSE file of the source distribution or at # the LICENSE file of the source distribution or at
# https://nmap.org/data/LICENSE . Note that this license # https://nmap.org/npsl/. Note that this free license does not allow
# requires you to license your own work under a compatible open source # incorporation of Nmap or its data files within proprietary
# license. If you wish to embed Nmap technology into proprietary # software. We sell a separate Nmap OEM for that as described
# software, we sell alternative licenses (contact sales@insecure.com). # (including pricing) at https://nmap.org/npsl/.
# Dozens of software vendors already license Nmap technology such as
# host discovery, port scanning, OS detection, and version detection.
# For more details, see https://nmap.org/book/man-legal.html
# #
# For a complete description of Nmap OS detection and the format of # For a complete description of Nmap OS detection and the format of
# fingerprints in this file, see https://nmap.org/book/osdetect.html. # fingerprints in this file, see https://nmap.org/book/osdetect.html.

View File

@@ -8,16 +8,13 @@
# * faster. * # * faster. *
# ***************************************************************************/ # ***************************************************************************/
# #
# This collection of data is (C) 1996-2020 by Insecure.Com LLC. # This collection of data is (C) 1996-2021 by Nmap Software LLC. It
# It is distributed under the Nmap Public Source license as # is distributed under the Nmap Public Source license as provided in
# provided in the LICENSE file of the source distribution or at # the LICENSE file of the source distribution or at
# https://svn.nmap.org/nmap/LICENSE . Note that this license # https://nmap.org/npsl/. Note that this free license does not allow
# requires you to license your own work under a compatable open source # incorporation of Nmap or its data files within proprietary
# license. If you wish to embed Nmap technology into proprietary # software. We sell a separate Nmap OEM for that as described
# software, we sell alternative licenses (contact sales@insecure.com). # (including pricing) at https://nmap.org/npsl/.
# Dozens of software vendors already license Nmap technology such as
# host discovery, port scanning, OS detection, and version detection.
# For more details, see https://nmap.org/book/man-legal.html
# Master RPC program number data base (/etc/rpc). # Master RPC program number data base (/etc/rpc).
# #

View File

@@ -1,13 +1,10 @@
#!comment: This collection of data is (C) 1996-2020 by Insecure.Com LLC. #!comment: This collection of data is (C) 1996-2021 by Nmap Software LLC.
#!comment: It is distributed under the Nmap Public Source license as #!comment: It is distributed under the Nmap Public Source license as
#!comment: provided in the LICENSE file of the source distribution or at #!comment: provided in the LICENSE file of the source distribution or at
#!comment: https://svn.nmap.org/nmap/LICENSE . Note that this license #!comment: https://nmap.org/npsl/. Note that this license
#!comment: requires you to license your own work under a compatable open source #!comment: requires you to license your own work under a compatable open source
#!comment: license. If you wish to embed Nmap technology into proprietary #!comment: license. If you wish to embed Nmap technology into proprietary
#!comment: software, we sell alternative licenses (contact sales@insecure.com). #!comment: software, we sell alternative licenses at https://nmap.org/oem/.
#!comment: Dozens of software vendors already license Nmap technology such as
#!comment: host discovery, port scanning, OS detection, and version detection.
#!comment: For more details, see https://nmap.org/book/man-legal.html
123456 123456
12345 12345

View File

@@ -1,13 +1,10 @@
#!comment: This collection of data is (C) 1996-2020 by Insecure.Com LLC. #!comment: This collection of data is (C) 1996-2021 by Nmap Software LLC.
#!comment: It is distributed under the Nmap Public Source license as #!comment: It is distributed under the Nmap Public Source license as
#!comment: provided in the LICENSE file of the source distribution or at #!comment: provided in the LICENSE file of the source distribution or at
#!comment: https://svn.nmap.org/nmap/LICENSE . Note that this license #!comment: https://nmap.org/npsl/. Note that this license
#!comment: requires you to license your own work under a compatable open source #!comment: requires you to license your own work under a compatable open source
#!comment: license. If you wish to embed Nmap technology into proprietary #!comment: license. If you wish to embed Nmap technology into proprietary
#!comment: software, we sell alternative licenses (contact sales@insecure.com). #!comment: software, we sell alternative licenses at https://nmap.org/oem/.
#!comment: Dozens of software vendors already license Nmap technology such as
#!comment: host discovery, port scanning, OS detection, and version detection.
#!comment: For more details, see https://nmap.org/book/man-legal.html
public public
private private

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2008-2016 Insecure.Com LLC # Copyright (C) 2008 - 2021 Nmap Software LLC
# This file is distributed under the same license as Nmap. # This file is distributed under the same license as Nmap.
# #
msgid "" msgid ""

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2008 Insecure.Com LLC # Copyright (C) 2008 - 2021 Nmap Software LLC
# This file is distributed under the same license as Nmap. # This file is distributed under the same license as Nmap.
# #
msgid "" msgid ""

View File

@@ -1,5 +1,5 @@
# translation of hr.po to Croatian # translation of hr.po to Croatian
# Copyright (C) 2009 Insecure.Com LLC # Copyright (C) 2008 - 2021 Nmap Software LLC
# This file is distributed under the same license as Nmap. # This file is distributed under the same license as Nmap.
# #
# Inital translation: Vlatko Kosturjak <kost@linux.hr>, 2009. # Inital translation: Vlatko Kosturjak <kost@linux.hr>, 2009.

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2008 Insecure.Com LLC # Copyright (C) 2008 - 2021 Nmap Software LLC
# This file is distributed under the same license as Nmap. # This file is distributed under the same license as Nmap.
# #
msgid "" msgid ""

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2008 Insecure.Com LLC # Copyright (C) 2008 - 2021 Nmap Software LLC
# This file is distributed under the same license as Nmap. # This file is distributed under the same license as Nmap.
# #
#, fuzzy #, fuzzy

View File

@@ -1,5 +1,5 @@
# Translation of Zenmap to Português Brasil # Translation of Zenmap to Português Brasil
# Copyright (C) 2008 Insecure.Com LLC # Copyright (C) 2008 - 2021 Nmap Software LLC
# This file is distributed under the same license as Nmap. # This file is distributed under the same license as Nmap.
# Adriano Monteiro Marques <py.adriano@gmail.com>, 2006. # Adriano Monteiro Marques <py.adriano@gmail.com>, 2006.
# #

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2008 Insecure.Com LLC # Copyright (C) 2008 - 2021 Nmap Software LLC
# This file is distributed under the same license as Nmap. # This file is distributed under the same license as Nmap.
# #
msgid "" msgid ""

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2008 Insecure.Com LLC # Copyright (C) 2008 - 2021 Nmap Software LLC
# This file is distributed under the same license as Nmap. # This file is distributed under the same license as Nmap.
# #
#, fuzzy #, fuzzy

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2008 Insecure.Com LLC # Copyright (C) 2008 - 2021 Nmap Software LLC
# Copyright (C) Jiang Jie <jerrynwin () gmail com>, 2014. # Copyright (C) Jiang Jie <jerrynwin () gmail com>, 2014.
# This file is distributed under the same license as Nmap. # This file is distributed under the same license as Nmap.
msgid "" msgid ""

View File

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