From 10b54b773b2cb92438c00f43321e6ba636dc04a1 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 5 May 2008 04:10:00 +0000 Subject: [PATCH] minor license template updates from Kris--fix gnu.org link to GPLv2 (moved) and openssl license filename (COPYING.OpenSSL) --- COPYING | 8 ++++---- FingerPrintResults.cc | 8 ++++---- FingerPrintResults.h | 8 ++++---- MACLookup.cc | 8 ++++---- MACLookup.h | 8 ++++---- NmapOps.cc | 8 ++++---- NmapOps.h | 8 ++++---- NmapOutputTable.cc | 8 ++++---- NmapOutputTable.h | 8 ++++---- Target.cc | 8 ++++---- Target.h | 8 ++++---- TargetGroup.cc | 8 ++++---- TargetGroup.h | 8 ++++---- charpool.cc | 8 ++++---- charpool.h | 8 ++++---- global_structures.h | 8 ++++---- idle_scan.cc | 8 ++++---- idle_scan.h | 8 ++++---- main.cc | 8 ++++---- mswin32/winclude.h | 8 ++++---- mswin32/winfix.cc | 8 ++++---- nmap-header-template.cc | 8 ++++---- nmap.cc | 8 ++++---- nmap.h | 8 ++++---- nmap_amigaos.h | 8 ++++---- nmap_config.h.in | 8 ++++---- nmap_dns.cc | 8 ++++---- nmap_dns.h | 8 ++++---- nmap_error.cc | 8 ++++---- nmap_error.h | 8 ++++---- nmap_rpc.cc | 8 ++++---- nmap_rpc.h | 8 ++++---- nmap_tty.cc | 8 ++++---- nmap_tty.h | 8 ++++---- nmap_winconfig.h | 8 ++++---- osscan.cc | 8 ++++---- osscan.h | 8 ++++---- osscan2.cc | 8 ++++---- osscan2.h | 8 ++++---- output.cc | 8 ++++---- output.h | 8 ++++---- portlist.cc | 8 ++++---- portlist.h | 8 ++++---- portreasons.cc | 8 ++++---- portreasons.h | 8 ++++---- protocols.cc | 8 ++++---- protocols.h | 8 ++++---- scan_engine.cc | 8 ++++---- scan_engine.h | 8 ++++---- service_scan.cc | 8 ++++---- service_scan.h | 8 ++++---- services.cc | 8 ++++---- services.h | 8 ++++---- targets.cc | 8 ++++---- targets.h | 8 ++++---- tcpip.cc | 8 ++++---- tcpip.h | 8 ++++---- timing.cc | 8 ++++---- timing.h | 8 ++++---- traceroute.cc | 8 ++++---- traceroute.h | 8 ++++---- utils.cc | 8 ++++---- utils.h | 8 ++++---- 63 files changed, 252 insertions(+), 252 deletions(-) diff --git a/COPYING b/COPYING index e8fb6c6d7..7f3692b72 100644 --- a/COPYING +++ b/COPYING @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/FingerPrintResults.cc b/FingerPrintResults.cc index 83e48ef9f..11bbed28c 100644 --- a/FingerPrintResults.cc +++ b/FingerPrintResults.cc @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/FingerPrintResults.h b/FingerPrintResults.h index a7a0f3985..c989e0d06 100644 --- a/FingerPrintResults.h +++ b/FingerPrintResults.h @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/MACLookup.cc b/MACLookup.cc index c06f9dca7..993ee7fb0 100644 --- a/MACLookup.cc +++ b/MACLookup.cc @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/MACLookup.h b/MACLookup.h index 3c7564880..2cc1f567d 100644 --- a/MACLookup.h +++ b/MACLookup.h @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/NmapOps.cc b/NmapOps.cc index f962e8201..6073962c5 100644 --- a/NmapOps.cc +++ b/NmapOps.cc @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/NmapOps.h b/NmapOps.h index 10a580c63..2fe685256 100644 --- a/NmapOps.h +++ b/NmapOps.h @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/NmapOutputTable.cc b/NmapOutputTable.cc index 475ed1ac2..d82e0381f 100644 --- a/NmapOutputTable.cc +++ b/NmapOutputTable.cc @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/NmapOutputTable.h b/NmapOutputTable.h index ba55df072..7f5c66bad 100644 --- a/NmapOutputTable.h +++ b/NmapOutputTable.h @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/Target.cc b/Target.cc index 3cf9ac011..1ef8fa381 100644 --- a/Target.cc +++ b/Target.cc @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/Target.h b/Target.h index 3b8a84623..361b2a10a 100644 --- a/Target.h +++ b/Target.h @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/TargetGroup.cc b/TargetGroup.cc index ea99fbe70..2a4490254 100644 --- a/TargetGroup.cc +++ b/TargetGroup.cc @@ -61,7 +61,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -93,9 +93,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/TargetGroup.h b/TargetGroup.h index 2eafe44b7..262d97c27 100644 --- a/TargetGroup.h +++ b/TargetGroup.h @@ -61,7 +61,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -93,9 +93,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/charpool.cc b/charpool.cc index 2fa4b6688..32fdafa96 100644 --- a/charpool.cc +++ b/charpool.cc @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/charpool.h b/charpool.h index 58a04a103..c8e06983a 100644 --- a/charpool.h +++ b/charpool.h @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/global_structures.h b/global_structures.h index 8dba989b2..805231e59 100644 --- a/global_structures.h +++ b/global_structures.h @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/idle_scan.cc b/idle_scan.cc index 32c18496f..e7a57abe6 100644 --- a/idle_scan.cc +++ b/idle_scan.cc @@ -63,7 +63,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -95,9 +95,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/idle_scan.h b/idle_scan.h index bd3f800fd..85358b715 100644 --- a/idle_scan.h +++ b/idle_scan.h @@ -63,7 +63,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -95,9 +95,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/main.cc b/main.cc index 3019db1ae..058327012 100644 --- a/main.cc +++ b/main.cc @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/mswin32/winclude.h b/mswin32/winclude.h index dd8085387..4a7208279 100644 --- a/mswin32/winclude.h +++ b/mswin32/winclude.h @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/mswin32/winfix.cc b/mswin32/winfix.cc index a021f7587..25468a916 100644 --- a/mswin32/winfix.cc +++ b/mswin32/winfix.cc @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap-header-template.cc b/nmap-header-template.cc index ebddb558e..4d86873f0 100644 --- a/nmap-header-template.cc +++ b/nmap-header-template.cc @@ -58,7 +58,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -90,9 +90,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap.cc b/nmap.cc index b2b30653e..28fe4f863 100644 --- a/nmap.cc +++ b/nmap.cc @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap.h b/nmap.h index bc176ef82..556592c9c 100644 --- a/nmap.h +++ b/nmap.h @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap_amigaos.h b/nmap_amigaos.h index a65a9fb58..c1348386c 100644 --- a/nmap_amigaos.h +++ b/nmap_amigaos.h @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap_config.h.in b/nmap_config.h.in index 55f93ceb9..277fc5e13 100644 --- a/nmap_config.h.in +++ b/nmap_config.h.in @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap_dns.cc b/nmap_dns.cc index c78a47870..8632e5913 100644 --- a/nmap_dns.cc +++ b/nmap_dns.cc @@ -58,7 +58,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -90,9 +90,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap_dns.h b/nmap_dns.h index 3d0bf1dc0..c715e81d6 100644 --- a/nmap_dns.h +++ b/nmap_dns.h @@ -57,7 +57,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -89,9 +89,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap_error.cc b/nmap_error.cc index 5fb5a1f67..aa3f14a34 100644 --- a/nmap_error.cc +++ b/nmap_error.cc @@ -58,7 +58,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -90,9 +90,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap_error.h b/nmap_error.h index 415c75b34..e314547b8 100644 --- a/nmap_error.h +++ b/nmap_error.h @@ -58,7 +58,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -90,9 +90,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap_rpc.cc b/nmap_rpc.cc index 48c387d30..b5ec66076 100644 --- a/nmap_rpc.cc +++ b/nmap_rpc.cc @@ -61,7 +61,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -93,9 +93,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap_rpc.h b/nmap_rpc.h index ad7c01e82..b5d9b1449 100644 --- a/nmap_rpc.h +++ b/nmap_rpc.h @@ -61,7 +61,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -93,9 +93,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap_tty.cc b/nmap_tty.cc index 675726b05..08289eeb4 100644 --- a/nmap_tty.cc +++ b/nmap_tty.cc @@ -58,7 +58,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -90,9 +90,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap_tty.h b/nmap_tty.h index 5d93fa017..39ee77b0b 100644 --- a/nmap_tty.h +++ b/nmap_tty.h @@ -58,7 +58,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -90,9 +90,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/nmap_winconfig.h b/nmap_winconfig.h index 18deff2e6..28b33cb2f 100644 --- a/nmap_winconfig.h +++ b/nmap_winconfig.h @@ -61,7 +61,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -93,9 +93,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/osscan.cc b/osscan.cc index 630d5b978..1c3613880 100644 --- a/osscan.cc +++ b/osscan.cc @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/osscan.h b/osscan.h index 042a97d44..20977e55d 100644 --- a/osscan.h +++ b/osscan.h @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/osscan2.cc b/osscan2.cc index d83a434cd..826667f2c 100644 --- a/osscan2.cc +++ b/osscan2.cc @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/osscan2.h b/osscan2.h index 9622a4e9c..2ca6fa179 100644 --- a/osscan2.h +++ b/osscan2.h @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/output.cc b/output.cc index fed6999e3..173fbd045 100644 --- a/output.cc +++ b/output.cc @@ -63,7 +63,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -95,9 +95,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/output.h b/output.h index 6a91e0abb..6eb65c41e 100644 --- a/output.h +++ b/output.h @@ -63,7 +63,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -95,9 +95,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/portlist.cc b/portlist.cc index 038bf7c98..84f9b1fb9 100644 --- a/portlist.cc +++ b/portlist.cc @@ -58,7 +58,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -90,9 +90,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/portlist.h b/portlist.h index 4fdbb3606..715410b26 100644 --- a/portlist.h +++ b/portlist.h @@ -58,7 +58,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -90,9 +90,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/portreasons.cc b/portreasons.cc index f32560c79..0f83d0a56 100644 --- a/portreasons.cc +++ b/portreasons.cc @@ -57,7 +57,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -89,9 +89,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/portreasons.h b/portreasons.h index 9d2b83bc6..f2bbfa541 100644 --- a/portreasons.h +++ b/portreasons.h @@ -57,7 +57,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -89,9 +89,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/protocols.cc b/protocols.cc index 20f14a62a..a6490a78c 100644 --- a/protocols.cc +++ b/protocols.cc @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/protocols.h b/protocols.h index 9687d2bf0..cfe114f96 100644 --- a/protocols.h +++ b/protocols.h @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/scan_engine.cc b/scan_engine.cc index f5aef5134..fa4c1f3fe 100644 --- a/scan_engine.cc +++ b/scan_engine.cc @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/scan_engine.h b/scan_engine.h index 120af56b9..65f6de3c7 100644 --- a/scan_engine.h +++ b/scan_engine.h @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/service_scan.cc b/service_scan.cc index 5f0580ead..047b333ee 100644 --- a/service_scan.cc +++ b/service_scan.cc @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/service_scan.h b/service_scan.h index 1d1712be0..d61779ae9 100644 --- a/service_scan.h +++ b/service_scan.h @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/services.cc b/services.cc index d22b6901a..9787f7c6f 100644 --- a/services.cc +++ b/services.cc @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/services.h b/services.h index bbbaa0ca5..36c80d1fb 100644 --- a/services.h +++ b/services.h @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/targets.cc b/targets.cc index 75b900749..905a60f10 100644 --- a/targets.cc +++ b/targets.cc @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/targets.h b/targets.h index 0b598accf..7902555b5 100644 --- a/targets.h +++ b/targets.h @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/tcpip.cc b/tcpip.cc index a6779ee10..0a6df0067 100644 --- a/tcpip.cc +++ b/tcpip.cc @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/tcpip.h b/tcpip.h index bac6fa5d3..c51638061 100644 --- a/tcpip.h +++ b/tcpip.h @@ -60,7 +60,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -92,9 +92,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/timing.cc b/timing.cc index f8c582e53..2817cb7df 100644 --- a/timing.cc +++ b/timing.cc @@ -61,7 +61,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -93,9 +93,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/timing.h b/timing.h index 27c6e2202..9e9b4c365 100644 --- a/timing.h +++ b/timing.h @@ -61,7 +61,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -93,9 +93,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/traceroute.cc b/traceroute.cc index d06e69565..a9d010847 100644 --- a/traceroute.cc +++ b/traceroute.cc @@ -57,7 +57,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -89,9 +89,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/traceroute.h b/traceroute.h index ff2b3c1aa..9e6089807 100644 --- a/traceroute.h +++ b/traceroute.h @@ -58,7 +58,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -90,9 +90,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/utils.cc b/utils.cc index b4f324f83..1a6675d45 100644 --- a/utils.cc +++ b/utils.cc @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/ diff --git a/utils.h b/utils.h index 83213a129..591ff839e 100644 --- a/utils.h +++ b/utils.h @@ -59,7 +59,7 @@ * As a special exception to the GPL terms, Insecure.Com LLC grants * * permission to link the code of this program with any version of the * * OpenSSL library which is distributed under a license identical to that * - * listed in the included Copying.OpenSSL file, and distribute linked * + * listed in the included COPYING.OpenSSL file, and distribute linked * * combinations including the two. You must obey the GNU GPL in all * * respects for all of the code used other than OpenSSL. If you modify * * this file, you may extend this exception to your version of the file, * @@ -91,9 +91,9 @@ * This program is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details at * - * http://www.gnu.org/copyleft/gpl.html , or in the COPYING file included * - * with Nmap. * + * General Public License v2.0 for more details at * + * http://www.gnu.org/licenses/gpl-2.0.html , or in the COPYING file * + * included with Nmap. * * * ***************************************************************************/