components/nmap/nmap.license
author Shawn Ferry <shawn.ferry@oracle.com>
Mon, 28 Nov 2016 16:54:02 -0800
changeset 7565 48aa82a0931f
parent 5791 08bbb1f1f01f
permissions -rw-r--r--
PSARC/2016/607 Puppet 4.7.0, Hiera 3.2.0 19429313 address_object type should support vrrp addresses 19888183 publisher provider is applied on each puppet run 22125767 nsswitch provider missing ipnodes, protocols, printers 22126108 add process scheduler administration provider 22960016 Puppet needs a native way to set ZFS ACLs 23107546 race condition with smf provider and manifest-import 23119445 Upgrade Ruby Hiera to 3.2.0 23547788 Add ILB type to Puppet 23593229 rspec tests need to be written for solaris_providers boot_environment 23593308 rspec tests need to be written for solaris_providers ipmp_interface 23593316 rspec tests need to be written for solaris_providers protocol_properties 23593225 rspec tests need to be written for solaris_providers etherstub 23593319 rspec tests need to be written for solaris_providers vnic 23593310 puppet module rspec tests and validation for nsswitch 24674283 current puppet.stencil implementation restricts some valid puppet use cases 24680838 puppet agent failures should be visible to administrator via SMF interfaces 24681179 puppet's logadm.conf is pointing at wrong location for master, ignoring agent 24696742 puppet svccfg doesn't work for some value types 24696809 Puppet link aggregation modules cascading errors 24825868 Update to Puppet 4, Puppet 3 is EOL 24836004 '-' is valid in pkg mediator implementation 24836209 nis provider needs to support multiple securenets entries 24928890 keystone and horizon modules patches create invalid metadata.json 25022632 puppet ipmp_interface type should not validate interface existence 25022714 Puppet SMF service should not refresh on every apply operation 25225039 puppet svccfg should not declare a property absent if it does not match desired 25060925 puppet resource address_object generates invalid puppet code for dhcp interfaces 25065015 update puppet oracle-solaris_providers 2.0.0 25071521 puppet svccfg type should return a clear error if value is not provided 25071681 puppet dns resource generates invalid manifest 25071686 puppet resource ldap; Error: Could not run: No ability to determine if ldap... 25071690 puppet resource nis; Error: Could not run: No ability to determine if nis exists 25092384 puppet module files should be owned by root 25093408 puppet-solaris should be part of puppet again 25106150 Nis provider is not idempotent 25106155 DNS provider is not idempotent 25163776 puppet link_aggregation misunderstands 'address' -u output 25163791 puppet link_aggregation should use resource values instead of property_hash 25163815 puppet address_object errors and validations could be better 25163840 puppet Puppet::Property::List types conflict with internally generated arrays 25163864 puppet link_aggregation type specs need to be written 25177901 puppet beadm should not use both -e and -p 25178928 puppet link_aggregation should try to copy existing values on change of mode 25179040 puppet link_aggregation should delete with -t for temporary 25192742 puppet svccfg shouldn't try to update properties for a non-existent fmri 25196056 puppet interface and address _properties namevars are problematic 25191982 puppet type 'dns' is not able to set 'options' property in resolv.conf 25211935 puppet link_aggregation needs to permanently delete before modifying temporary 25217063 puppet protocol_properties is not idempotent 25218036 puppet resource svccfg emits a warning for every property 25218053 puppet svccfg prefetch should match individually specified parameters 25218208 puppet svccfg should enforce well-formedness in fmri parameters 25224661 puppet resource address_properties shouldn't output read-only properties 25224777 puppet address_properties should not reset unchanged properties 25306835 puppet boot_environment needs to understand the new snapshot format 25306877 puppet svccfg should check for pg and allow nested property groups 25306904 puppet dns,nis,ldap,protocol_properties prefetch fails after input auto munge 25348321 puppet boot_environment needs to validate all properties and parameters 25354751 puppet vnic provider needs to support / and - as valid vnic name characters
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1091
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
     1
/***************************************************************************
5791
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
     2
 * COPYING -- Describes the terms under which Nmap is distributed.         *
1091
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
     3
 *                                                                         *
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
     4
 ***********************IMPORTANT NMAP LICENSE TERMS************************
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
     5
 *                                                                         *
5791
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
     6
 * The Nmap Security Scanner is (C) 1996-2015 Insecure.Com LLC. Nmap is    *
146
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     7
 * also a registered trademark of Insecure.Com LLC.  This program is free  *
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     8
 * software; you may redistribute and/or modify it under the terms of the  *
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     9
 * GNU General Public License as published by the Free Software            *
5791
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    10
 * Foundation; Version 2 ("GPL"), BUT ONLY WITH ALL OF THE CLARIFICATIONS  *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    11
 * AND EXCEPTIONS DESCRIBED HEREIN.  This guarantees your right to use,    *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    12
 * modify, and redistribute this software under certain conditions.  If    *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    13
 * you wish to embed Nmap technology into proprietary software, we sell    *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    14
 * alternative licenses (contact [email protected]).  Dozens of software      *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    15
 * vendors already license Nmap technology such as host discovery, port    *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    16
 * scanning, OS detection, version detection, and the Nmap Scripting       *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    17
 * Engine.                                                                 *
146
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    18
 *                                                                         *
5791
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    19
 * Note that the GPL places important restrictions on "derivative works",  *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    20
 * yet it does not provide a detailed definition of that term.  To avoid   *
1091
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
    21
 * misunderstandings, we interpret that term as broadly as copyright law   *
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
    22
 * allows.  For example, we consider an application to constitute a        *
5791
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    23
 * derivative work for the purpose of this license if it does any of the   *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    24
 * following with any software or content covered by this license          *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    25
 * ("Covered Software"):                                                   *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    26
 *                                                                         *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    27
 * o Integrates source code from Covered Software.                         *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    28
 *                                                                         *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    29
 * o Reads or includes copyrighted data files, such as Nmap's nmap-os-db   *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    30
 * or nmap-service-probes.                                                 *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    31
 *                                                                         *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    32
 * o Is designed specifically to execute Covered Software and parse the    *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    33
 * results (as opposed to typical shell or execution-menu apps, which will *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    34
 * execute anything you tell them to).                                     *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    35
 *                                                                         *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    36
 * o Includes Covered Software in a proprietary executable installer.  The *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    37
 * installers produced by InstallShield are an example of this.  Including *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    38
 * Nmap with other software in compressed or archival form does not        *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    39
 * trigger this provision, provided appropriate open source decompression  *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    40
 * or de-archiving software is widely available for no charge.  For the    *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    41
 * purposes of this license, an installer is considered to include Covered *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    42
 * Software even if it actually retrieves a copy of Covered Software from  *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    43
 * another source during runtime (such as by downloading it from the       *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    44
 * Internet).                                                              *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    45
 *                                                                         *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    46
 * o Links (statically or dynamically) to a library which does any of the  *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    47
 * above.                                                                  *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    48
 *                                                                         *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    49
 * o Executes a helper program, module, or script to do any of the above.  *
146
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    50
 *                                                                         *
5791
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    51
 * This list is not exclusive, but is meant to clarify our interpretation  *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    52
 * of derived works with some common examples.  Other people may interpret *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    53
 * the plain GPL differently, so we consider this a special exception to   *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    54
 * the GPL that we apply to Covered Software.  Works which meet any of     *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    55
 * these conditions must conform to all of the terms of this license,      *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    56
 * particularly including the GPL Section 3 requirements of providing      *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    57
 * source code and allowing free redistribution of the work as a whole.    *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    58
 *                                                                         *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    59
 * As another special exception to the GPL terms, Insecure.Com LLC grants  *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    60
 * permission to link the code of this program with any version of the     *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    61
 * OpenSSL library which is distributed under a license identical to that  *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    62
 * listed in the included docs/licenses/OpenSSL.txt file, and distribute   *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    63
 * linked combinations including the two.                                  *
146
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    64
 *                                                                         *
5791
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    65
 * Any redistribution of Covered Software, including any derived works,    *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    66
 * must obey and carry forward all of the terms of this license, including *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    67
 * obeying all GPL rules and restrictions.  For example, source code of    *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    68
 * the whole work must be provided and free redistribution must be         *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    69
 * allowed.  All GPL references to "this License", are to be treated as    *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    70
 * including the terms and conditions of this license text as well.        *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    71
 *                                                                         *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    72
 * Because this license imposes special exceptions to the GPL, Covered     *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    73
 * Work may not be combined (even as part of a larger work) with plain GPL *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    74
 * software.  The terms, conditions, and exceptions of this license must   *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    75
 * be included as well.  This license is incompatible with some other open *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    76
 * source licenses as well.  In some cases we can relicense portions of    *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    77
 * Nmap or grant special permissions to use it in other open source        *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    78
 * software.  Please contact [email protected] with any such requests.       *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    79
 * Similarly, we don't incorporate incompatible open source software into  *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    80
 * Covered Software without special permission from the copyright holders. *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    81
 *                                                                         *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    82
 * If you have any questions about the licensing restrictions on using     *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    83
 * Nmap in other works, are happy to help.  As mentioned above, we also    *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    84
 * offer alternative license to integrate Nmap into proprietary            *
146
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    85
 * applications and appliances.  These contracts have been sold to dozens  *
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    86
 * of software vendors, and generally include a perpetual license as well  *
1091
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
    87
 * as providing for priority support and updates.  They also fund the      *
5791
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    88
 * continued development of Nmap.  Please email [email protected] for further *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    89
 * information.                                                            *
146
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    90
 *                                                                         *
5791
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    91
 * If you have received a written license agreement or contract for        *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    92
 * Covered Software stating terms other than these, you may choose to use  *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    93
 * and redistribute Covered Software under those terms instead of these.   *
146
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    94
 *                                                                         *
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    95
 * Source is provided to this software because we believe users have a     *
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    96
 * right to know exactly what a program is going to do before they run it. *
5791
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    97
 * This also allows you to audit the software for security holes.          *
146
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    98
 *                                                                         *
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    99
 * Source code also allows you to port Nmap to new platforms, fix bugs,    *
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   100
 * and add new features.  You are highly encouraged to send your changes   *
5791
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
   101
 * to the [email protected] mailing list for possible incorporation into the    *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
   102
 * main distribution.  By sending these changes to Fyodor or one of the    *
1091
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
   103
 * Insecure.Org development mailing lists, or checking them into the Nmap  *
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
   104
 * source code repository, it is understood (unless you specify otherwise) *
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
   105
 * that you are offering the Nmap Project (Insecure.Com LLC) the           *
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
   106
 * unlimited, non-exclusive right to reuse, modify, and relicense the      *
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
   107
 * code.  Nmap will always be available Open Source, but this is important *
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
   108
 * because the inability to relicense code has caused devastating problems *
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
   109
 * for other Free Software projects (such as KDE and NASM).  We also       *
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
   110
 * occasionally relicense the code to third parties as discussed above.    *
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
   111
 * If you wish to specify special license conditions of your               *
ce8b381f34b6 PSARC 2012/376 nmap 6.25
Rich Burridge <rich.burridge@oracle.com>
parents: 1029
diff changeset
   112
 * contributions, just say so when you send them.                          *
146
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   113
 *                                                                         *
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   114
 * This program is distributed in the hope that it will be useful, but     *
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   115
 * WITHOUT ANY WARRANTY; without even the implied warranty of              *
5791
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
   116
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the Nmap      *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
   117
 * license file for more details (it's in a COPYING file included with     *
08bbb1f1f01f 22250614 Upgrade nmap to version 7
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
   118
 * Nmap, and also available from https://svn.nmap.org/nmap/COPYING)        *
146
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   119
 *                                                                         *
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   120
 ***************************************************************************/
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   121
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   122
GNU General Public License
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   123
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   124
----------------------------------------------------------------------------
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   125
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   126
Table of Contents
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   127
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   128
   * GNU GENERAL PUBLIC LICENSE
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   129
        o Preamble
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   130
        o TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   131
        o How to Apply These Terms to Your New Programs
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   132
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   133
----------------------------------------------------------------------------
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   134
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   135
GNU GENERAL PUBLIC LICENSE
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   136
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   137
Version 2, June 1991
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   138
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   139
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   140
59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   141
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   142
Everyone is permitted to copy and distribute verbatim copies
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   143
of this license document, but changing it is not allowed.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   144
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   145
Preamble
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   146
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   147
The licenses for most software are designed to take away your freedom to
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   148
share and change it. By contrast, the GNU General Public License is intended
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   149
to guarantee your freedom to share and change free software--to make sure
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   150
the software is free for all its users. This General Public License applies
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   151
to most of the Free Software Foundation's software and to any other program
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   152
whose authors commit to using it. (Some other Free Software Foundation
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   153
software is covered by the GNU Library General Public License instead.) You
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   154
can apply it to your programs, too.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   155
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   156
When we speak of free software, we are referring to freedom, not price. Our
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   157
General Public Licenses are designed to make sure that you have the freedom
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   158
to distribute copies of free software (and charge for this service if you
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   159
wish), that you receive source code or can get it if you want it, that you
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   160
can change the software or use pieces of it in new free programs; and that
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   161
you know you can do these things.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   162
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   163
To protect your rights, we need to make restrictions that forbid anyone to
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   164
deny you these rights or to ask you to surrender the rights. These
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   165
restrictions translate to certain responsibilities for you if you distribute
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   166
copies of the software, or if you modify it.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   167
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   168
For example, if you distribute copies of such a program, whether gratis or
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   169
for a fee, you must give the recipients all the rights that you have. You
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   170
must make sure that they, too, receive or can get the source code. And you
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   171
must show them these terms so they know their rights.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   172
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   173
We protect your rights with two steps: (1) copyright the software, and (2)
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   174
offer you this license which gives you legal permission to copy, distribute
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   175
and/or modify the software.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   176
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   177
Also, for each author's protection and ours, we want to make certain that
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   178
everyone understands that there is no warranty for this free software. If
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   179
the software is modified by someone else and passed on, we want its
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   180
recipients to know that what they have is not the original, so that any
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   181
problems introduced by others will not reflect on the original authors'
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   182
reputations.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   183
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   184
Finally, any free program is threatened constantly by software patents. We
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   185
wish to avoid the danger that redistributors of a free program will
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   186
individually obtain patent licenses, in effect making the program
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   187
proprietary. To prevent this, we have made it clear that any patent must be
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   188
licensed for everyone's free use or not licensed at all.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   189
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   190
The precise terms and conditions for copying, distribution and modification
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   191
follow.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   192
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   193
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   194
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   195
0. This License applies to any program or other work which contains a notice
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   196
placed by the copyright holder saying it may be distributed under the terms
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   197
of this General Public License. The "Program", below, refers to any such
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   198
program or work, and a "work based on the Program" means either the Program
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   199
or any derivative work under copyright law: that is to say, a work
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   200
containing the Program or a portion of it, either verbatim or with
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   201
modifications and/or translated into another language. (Hereinafter,
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   202
translation is included without limitation in the term "modification".) Each
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   203
licensee is addressed as "you".
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   204
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   205
Activities other than copying, distribution and modification are not covered
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   206
by this License; they are outside its scope. The act of running the Program
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   207
is not restricted, and the output from the Program is covered only if its
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   208
contents constitute a work based on the Program (independent of having been
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   209
made by running the Program). Whether that is true depends on what the
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   210
Program does.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   211
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   212
1. You may copy and distribute verbatim copies of the Program's source code
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   213
as you receive it, in any medium, provided that you conspicuously and
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   214
appropriately publish on each copy an appropriate copyright notice and
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   215
disclaimer of warranty; keep intact all the notices that refer to this
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   216
License and to the absence of any warranty; and give any other recipients of
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   217
the Program a copy of this License along with the Program.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   218
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   219
You may charge a fee for the physical act of transferring a copy, and you
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   220
may at your option offer warranty protection in exchange for a fee.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   221
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   222
2. You may modify your copy or copies of the Program or any portion of it,
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   223
thus forming a work based on the Program, and copy and distribute such
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   224
modifications or work under the terms of Section 1 above, provided that you
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   225
also meet all of these conditions:
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   226
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   227
   * a) You must cause the modified files to carry prominent notices stating
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   228
     that you changed the files and the date of any change.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   229
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   230
   * b) You must cause any work that you distribute or publish, that in
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   231
     whole or in part contains or is derived from the Program or any part
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   232
     thereof, to be licensed as a whole at no charge to all third parties
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   233
     under the terms of this License.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   234
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   235
   * c) If the modified program normally reads commands interactively when
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   236
     run, you must cause it, when started running for such interactive use
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   237
     in the most ordinary way, to print or display an announcement including
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   238
     an appropriate copyright notice and a notice that there is no warranty
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   239
     (or else, saying that you provide a warranty) and that users may
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   240
     redistribute the program under these conditions, and telling the user
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   241
     how to view a copy of this License. (Exception: if the Program itself
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   242
     is interactive but does not normally print such an announcement, your
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   243
     work based on the Program is not required to print an announcement.)
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   244
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   245
These requirements apply to the modified work as a whole. If identifiable
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   246
sections of that work are not derived from the Program, and can be
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   247
reasonably considered independent and separate works in themselves, then
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   248
this License, and its terms, do not apply to those sections when you
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   249
distribute them as separate works. But when you distribute the same sections
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   250
as part of a whole which is a work based on the Program, the distribution of
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   251
the whole must be on the terms of this License, whose permissions for other
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   252
licensees extend to the entire whole, and thus to each and every part
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   253
regardless of who wrote it.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   254
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   255
Thus, it is not the intent of this section to claim rights or contest your
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   256
rights to work written entirely by you; rather, the intent is to exercise
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   257
the right to control the distribution of derivative or collective works
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   258
based on the Program.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   259
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   260
In addition, mere aggregation of another work not based on the Program with
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   261
the Program (or with a work based on the Program) on a volume of a storage
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   262
or distribution medium does not bring the other work under the scope of this
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   263
License.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   264
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   265
3. You may copy and distribute the Program (or a work based on it, under
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   266
Section 2) in object code or executable form under the terms of Sections 1
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   267
and 2 above provided that you also do one of the following:
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   268
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   269
   * a) Accompany it with the complete corresponding machine-readable source
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   270
     code, which must be distributed under the terms of Sections 1 and 2
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   271
     above on a medium customarily used for software interchange; or,
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   272
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   273
   * b) Accompany it with a written offer, valid for at least three years,
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   274
     to give any third party, for a charge no more than your cost of
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   275
     physically performing source distribution, a complete machine-readable
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   276
     copy of the corresponding source code, to be distributed under the
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   277
     terms of Sections 1 and 2 above on a medium customarily used for
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   278
     software interchange; or,
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   279
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   280
   * c) Accompany it with the information you received as to the offer to
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   281
     distribute corresponding source code. (This alternative is allowed only
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   282
     for noncommercial distribution and only if you received the program in
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   283
     object code or executable form with such an offer, in accord with
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   284
     Subsection b above.)
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   285
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   286
The source code for a work means the preferred form of the work for making
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   287
modifications to it. For an executable work, complete source code means all
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   288
the source code for all modules it contains, plus any associated interface
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   289
definition files, plus the scripts used to control compilation and
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   290
installation of the executable. However, as a special exception, the source
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   291
code distributed need not include anything that is normally distributed (in
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   292
either source or binary form) with the major components (compiler, kernel,
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   293
and so on) of the operating system on which the executable runs, unless that
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   294
component itself accompanies the executable.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   295
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   296
If distribution of executable or object code is made by offering access to
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   297
copy from a designated place, then offering equivalent access to copy the
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   298
source code from the same place counts as distribution of the source code,
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   299
even though third parties are not compelled to copy the source along with
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   300
the object code.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   301
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   302
4. You may not copy, modify, sublicense, or distribute the Program except as
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   303
expressly provided under this License. Any attempt otherwise to copy,
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   304
modify, sublicense or distribute the Program is void, and will automatically
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   305
terminate your rights under this License. However, parties who have received
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   306
copies, or rights, from you under this License will not have their licenses
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   307
terminated so long as such parties remain in full compliance.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   308
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   309
5. You are not required to accept this License, since you have not signed
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   310
it. However, nothing else grants you permission to modify or distribute the
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   311
Program or its derivative works. These actions are prohibited by law if you
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   312
do not accept this License. Therefore, by modifying or distributing the
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   313
Program (or any work based on the Program), you indicate your acceptance of
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   314
this License to do so, and all its terms and conditions for copying,
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   315
distributing or modifying the Program or works based on it.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   316
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   317
6. Each time you redistribute the Program (or any work based on the
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   318
Program), the recipient automatically receives a license from the original
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   319
licensor to copy, distribute or modify the Program subject to these terms
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   320
and conditions. You may not impose any further restrictions on the
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   321
recipients' exercise of the rights granted herein. You are not responsible
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   322
for enforcing compliance by third parties to this License.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   323
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   324
7. If, as a consequence of a court judgment or allegation of patent
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   325
infringement or for any other reason (not limited to patent issues),
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   326
conditions are imposed on you (whether by court order, agreement or
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   327
otherwise) that contradict the conditions of this License, they do not
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   328
excuse you from the conditions of this License. If you cannot distribute so
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   329
as to satisfy simultaneously your obligations under this License and any
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   330
other pertinent obligations, then as a consequence you may not distribute
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   331
the Program at all. For example, if a patent license would not permit
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   332
royalty-free redistribution of the Program by all those who receive copies
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   333
directly or indirectly through you, then the only way you could satisfy both
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   334
it and this License would be to refrain entirely from distribution of the
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   335
Program.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   336
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   337
If any portion of this section is held invalid or unenforceable under any
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   338
particular circumstance, the balance of the section is intended to apply and
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   339
the section as a whole is intended to apply in other circumstances.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   340
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   341
It is not the purpose of this section to induce you to infringe any patents
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   342
or other property right claims or to contest validity of any such claims;
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   343
this section has the sole purpose of protecting the integrity of the free
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   344
software distribution system, which is implemented by public license
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   345
practices. Many people have made generous contributions to the wide range of
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   346
software distributed through that system in reliance on consistent
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   347
application of that system; it is up to the author/donor to decide if he or
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   348
she is willing to distribute software through any other system and a
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   349
licensee cannot impose that choice.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   350
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   351
This section is intended to make thoroughly clear what is believed to be a
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   352
consequence of the rest of this License.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   353
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   354
8. If the distribution and/or use of the Program is restricted in certain
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   355
countries either by patents or by copyrighted interfaces, the original
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   356
copyright holder who places the Program under this License may add an
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   357
explicit geographical distribution limitation excluding those countries, so
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   358
that distribution is permitted only in or among countries not thus excluded.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   359
In such case, this License incorporates the limitation as if written in the
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   360
body of this License.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   361
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   362
9. The Free Software Foundation may publish revised and/or new versions of
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   363
the General Public License from time to time. Such new versions will be
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   364
similar in spirit to the present version, but may differ in detail to
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   365
address new problems or concerns.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   366
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   367
Each version is given a distinguishing version number. If the Program
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   368
specifies a version number of this License which applies to it and "any
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   369
later version", you have the option of following the terms and conditions
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   370
either of that version or of any later version published by the Free
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   371
Software Foundation. If the Program does not specify a version number of
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   372
this License, you may choose any version ever published by the Free Software
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   373
Foundation.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   374
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   375
10. If you wish to incorporate parts of the Program into other free programs
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   376
whose distribution conditions are different, write to the author to ask for
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   377
permission. For software which is copyrighted by the Free Software
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   378
Foundation, write to the Free Software Foundation; we sometimes make
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   379
exceptions for this. Our decision will be guided by the two goals of
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   380
preserving the free status of all derivatives of our free software and of
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   381
promoting the sharing and reuse of software generally.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   382
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   383
NO WARRANTY
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   384
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   385
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   386
THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   387
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   388
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   389
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   390
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   391
THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   392
PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   393
CORRECTION.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   394
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   395
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   396
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   397
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   398
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   399
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   400
LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   401
THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   402
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   403
POSSIBILITY OF SUCH DAMAGES.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   404
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   405
END OF TERMS AND CONDITIONS
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   406
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   407
How to Apply These Terms to Your New Programs
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   408
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   409
If you develop a new program, and you want it to be of the greatest possible
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   410
use to the public, the best way to achieve this is to make it free software
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   411
which everyone can redistribute and change under these terms.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   412
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   413
To do so, attach the following notices to the program. It is safest to
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   414
attach them to the start of each source file to most effectively convey the
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   415
exclusion of warranty; and each file should have at least the "copyright"
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   416
line and a pointer to where the full notice is found.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   417
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   418
one line to give the program's name and an idea of what it does.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   419
Copyright (C) 19yy  name of author
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   420
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   421
This program is free software; you can redistribute it and/or
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   422
modify it under the terms of the GNU General Public License
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   423
as published by the Free Software Foundation; either version 2
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   424
of the License, or (at your option) any later version.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   425
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   426
This program is distributed in the hope that it will be useful,
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   427
but WITHOUT ANY WARRANTY; without even the implied warranty of
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   428
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   429
GNU General Public License for more details.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   430
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   431
You should have received a copy of the GNU General Public License
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   432
along with this program; if not, write to the Free Software
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   433
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   434
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   435
Also add information on how to contact you by electronic and paper mail.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   436
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   437
If the program is interactive, make it output a short notice like this when
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   438
it starts in an interactive mode:
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   439
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   440
Gnomovision version 69, Copyright (C) 19yy name of author
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   441
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   442
type `show w'.  This is free software, and you are welcome
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   443
to redistribute it under certain conditions; type `show c'
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   444
for details.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   445
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   446
The hypothetical commands `show w' and `show c' should show the appropriate
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   447
parts of the General Public License. Of course, the commands you use may be
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   448
called something other than `show w' and `show c'; they could even be
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   449
mouse-clicks or menu items--whatever suits your program.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   450
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   451
You should also get your employer (if you work as a programmer) or your
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   452
school, if any, to sign a "copyright disclaimer" for the program, if
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   453
necessary. Here is a sample; alter the names:
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   454
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   455
Yoyodyne, Inc., hereby disclaims all copyright
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   456
interest in the program `Gnomovision'
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   457
(which makes passes at compilers) written
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   458
by James Hacker.
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   459
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   460
signature of Ty Coon, 1 April 1989
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   461
Ty Coon, President of Vice
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   462
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   463
This General Public License does not permit incorporating your program into
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   464
proprietary programs. If your program is a subroutine library, you may
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   465
consider it more useful to permit linking proprietary applications with the
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   466
library. If this is what you want to do, use the GNU Library General Public
8e22ba234817 7027466 Move nmap to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   467
License instead of this License.