components/procmail/procmail.license
author Shawn Ferry <shawn.ferry@oracle.com>
Mon, 28 Nov 2016 16:54:02 -0800
changeset 7565 48aa82a0931f
parent 1442 dfa14f95f572
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:
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
		    GNU GENERAL PUBLIC LICENSE
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
		       Version 2, June 1991
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
		       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
 Everyone is permitted to copy and distribute verbatim copies
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
 of this license document, but changing it is not allowed.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
			    Preamble
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
  The licenses for most software are designed to take away your
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
freedom to share and change it.	 By contrast, the GNU General Public
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
License is intended to guarantee your freedom to share and change free
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
software--to make sure the software is free for all its users.	This
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
General Public License applies to most of the Free Software
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
Foundation's software and to any other program whose authors commit to
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
using it.  (Some other Free Software Foundation software is covered by
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
the GNU Library General Public License instead.)  You can apply it to
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
your programs, too.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
  When we speak of free software, we are referring to freedom, not
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
price.	Our General Public Licenses are designed to make sure that you
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
have the freedom to distribute copies of free software (and charge for
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
this service if you wish), that you receive source code or can get it
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
if you want it, that you can change the software or use pieces of it
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
in new free programs; and that you know you can do these things.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
  To protect your rights, we need to make restrictions that forbid
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
anyone to deny you these rights or to ask you to surrender the rights.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
These restrictions translate to certain responsibilities for you if you
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
distribute copies of the software, or if you modify it.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
  For example, if you distribute copies of such a program, whether
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
gratis or for a fee, you must give the recipients all the rights that
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
you have.  You must make sure that they, too, receive or can get the
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
source code.  And you must show them these terms so they know their
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
rights.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
  We protect your rights with two steps: (1) copyright the software, and
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
(2) offer you this license which gives you legal permission to copy,
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
distribute and/or modify the software.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
  Also, for each author's protection and ours, we want to make certain
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
that everyone understands that there is no warranty for this free
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
software.  If the software is modified by someone else and passed on, we
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
want its recipients to know that what they have is not the original, so
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
that any problems introduced by others will not reflect on the original
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
authors' reputations.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
  Finally, any free program is threatened constantly by software
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
patents.  We wish to avoid the danger that redistributors of a free
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
program will individually obtain patent licenses, in effect making the
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
program proprietary.  To prevent this, we have made it clear that any
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
patent must be licensed for everyone's free use or not licensed at all.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
  The precise terms and conditions for copying, distribution and
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
modification follow.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58

0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
		    GNU GENERAL PUBLIC LICENSE
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
  0. This License applies to any program or other work which contains
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
a notice placed by the copyright holder saying it may be distributed
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
under the terms of this General Public License.	 The "Program", below,
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
refers to any such program or work, and a "work based on the Program"
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
means either the Program or any derivative work under copyright law:
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
that is to say, a work containing the Program or a portion of it,
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
either verbatim or with modifications and/or translated into another
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
language.  (Hereinafter, translation is included without limitation in
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
the term "modification".)  Each licensee is addressed as "you".
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
Activities other than copying, distribution and modification are not
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
covered by this License; they are outside its scope.  The act of
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
running the Program is not restricted, and the output from the Program
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
is covered only if its contents constitute a work based on the
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
Program (independent of having been made by running the Program).
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
Whether that is true depends on what the Program does.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
  1. You may copy and distribute verbatim copies of the Program's
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
source code as you receive it, in any medium, provided that you
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
conspicuously and appropriately publish on each copy an appropriate
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
copyright notice and disclaimer of warranty; keep intact all the
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
notices that refer to this License and to the absence of any warranty;
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
and give any other recipients of the Program a copy of this License
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
along with the Program.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
You may charge a fee for the physical act of transferring a copy, and
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
you may at your option offer warranty protection in exchange for a fee.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
  2. You may modify your copy or copies of the Program or any portion
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
of it, thus forming a work based on the Program, and copy and
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
distribute such modifications or work under the terms of Section 1
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
above, provided that you also meet all of these conditions:
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
    a) You must cause the modified files to carry prominent notices
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
    stating that you changed the files and the date of any change.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    98
    b) You must cause any work that you distribute or publish, that in
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
    whole or in part contains or is derived from the Program or any
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   100
    part thereof, to be licensed as a whole at no charge to all third
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
    parties under the terms of this License.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   102
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   103
    c) If the modified program normally reads commands interactively
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   104
    when run, you must cause it, when started running for such
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   105
    interactive use in the most ordinary way, to print or display an
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   106
    announcement including an appropriate copyright notice and a
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   107
    notice that there is no warranty (or else, saying that you provide
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   108
    a warranty) and that users may redistribute the program under
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   109
    these conditions, and telling the user how to view a copy of this
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   110
    License.  (Exception: if the Program itself is interactive but
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   111
    does not normally print such an announcement, your work based on
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   112
    the Program is not required to print an announcement.)
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   113

0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   114
These requirements apply to the modified work as a whole.  If
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   115
identifiable sections of that work are not derived from the Program,
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   116
and can be reasonably considered independent and separate works in
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   117
themselves, then this License, and its terms, do not apply to those
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   118
sections when you distribute them as separate works.  But when you
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   119
distribute the same sections as part of a whole which is a work based
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   120
on the Program, the distribution of the whole must be on the terms of
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   121
this License, whose permissions for other licensees extend to the
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   122
entire whole, and thus to each and every part regardless of who wrote it.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   123
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   124
Thus, it is not the intent of this section to claim rights or contest
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   125
your rights to work written entirely by you; rather, the intent is to
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   126
exercise the right to control the distribution of derivative or
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   127
collective works based on the Program.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   128
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   129
In addition, mere aggregation of another work not based on the Program
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   130
with the Program (or with a work based on the Program) on a volume of
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   131
a storage or distribution medium does not bring the other work under
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   132
the scope of this License.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   133
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   134
  3. You may copy and distribute the Program (or a work based on it,
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   135
under Section 2) in object code or executable form under the terms of
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   136
Sections 1 and 2 above provided that you also do one of the following:
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   137
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   138
    a) Accompany it with the complete corresponding machine-readable
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   139
    source code, which must be distributed under the terms of Sections
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   140
    1 and 2 above on a medium customarily used for software interchange; or,
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   141
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   142
    b) Accompany it with a written offer, valid for at least three
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   143
    years, to give any third party, for a charge no more than your
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   144
    cost of physically performing source distribution, a complete
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   145
    machine-readable copy of the corresponding source code, to be
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   146
    distributed under the terms of Sections 1 and 2 above on a medium
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   147
    customarily used for software interchange; or,
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   148
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   149
    c) Accompany it with the information you received as to the offer
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   150
    to distribute corresponding source code.  (This alternative is
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   151
    allowed only for noncommercial distribution and only if you
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   152
    received the program in object code or executable form with such
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   153
    an offer, in accord with Subsection b above.)
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   154
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   155
The source code for a work means the preferred form of the work for
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   156
making modifications to it.  For an executable work, complete source
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   157
code means all the source code for all modules it contains, plus any
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   158
associated interface definition files, plus the scripts used to
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   159
control compilation and installation of the executable.	 However, as a
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   160
special exception, the source code distributed need not include
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   161
anything that is normally distributed (in either source or binary
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   162
form) with the major components (compiler, kernel, and so on) of the
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   163
operating system on which the executable runs, unless that component
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   164
itself accompanies the executable.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   165
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   166
If distribution of executable or object code is made by offering
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   167
access to copy from a designated place, then offering equivalent
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   168
access to copy the source code from the same place counts as
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   169
distribution of the source code, even though third parties are not
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   170
compelled to copy the source along with the object code.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   171

0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   172
  4. You may not copy, modify, sublicense, or distribute the Program
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   173
except as expressly provided under this License.  Any attempt
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   174
otherwise to copy, modify, sublicense or distribute the Program is
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   175
void, and will automatically terminate your rights under this License.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   176
However, parties who have received copies, or rights, from you under
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   177
this License will not have their licenses terminated so long as such
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   178
parties remain in full compliance.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   179
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   180
  5. You are not required to accept this License, since you have not
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   181
signed it.  However, nothing else grants you permission to modify or
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   182
distribute the Program or its derivative works.	 These actions are
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   183
prohibited by law if you do not accept this License.  Therefore, by
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   184
modifying or distributing the Program (or any work based on the
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   185
Program), you indicate your acceptance of this License to do so, and
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   186
all its terms and conditions for copying, distributing or modifying
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   187
the Program or works based on it.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   188
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   189
  6. Each time you redistribute the Program (or any work based on the
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   190
Program), the recipient automatically receives a license from the
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   191
original licensor to copy, distribute or modify the Program subject to
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   192
these terms and conditions.  You may not impose any further
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   193
restrictions on the recipients' exercise of the rights granted herein.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   194
You are not responsible for enforcing compliance by third parties to
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   195
this License.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   196
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   197
  7. If, as a consequence of a court judgment or allegation of patent
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   198
infringement or for any other reason (not limited to patent issues),
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   199
conditions are imposed on you (whether by court order, agreement or
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   200
otherwise) that contradict the conditions of this License, they do not
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   201
excuse you from the conditions of this License.	 If you cannot
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   202
distribute so as to satisfy simultaneously your obligations under this
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   203
License and any other pertinent obligations, then as a consequence you
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   204
may not distribute the Program at all.	For example, if a patent
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   205
license would not permit royalty-free redistribution of the Program by
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   206
all those who receive copies directly or indirectly through you, then
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   207
the only way you could satisfy both it and this License would be to
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   208
refrain entirely from distribution of the Program.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   209
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   210
If any portion of this section is held invalid or unenforceable under
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   211
any particular circumstance, the balance of the section is intended to
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   212
apply and the section as a whole is intended to apply in other
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   213
circumstances.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   214
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   215
It is not the purpose of this section to induce you to infringe any
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   216
patents or other property right claims or to contest validity of any
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   217
such claims; this section has the sole purpose of protecting the
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   218
integrity of the free software distribution system, which is
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   219
implemented by public license practices.  Many people have made
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   220
generous contributions to the wide range of software distributed
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   221
through that system in reliance on consistent application of that
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   222
system; it is up to the author/donor to decide if he or she is willing
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   223
to distribute software through any other system and a licensee cannot
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   224
impose that choice.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   225
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   226
This section is intended to make thoroughly clear what is believed to
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   227
be a consequence of the rest of this License.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   228

0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   229
  8. If the distribution and/or use of the Program is restricted in
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   230
certain countries either by patents or by copyrighted interfaces, the
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   231
original copyright holder who places the Program under this License
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   232
may add an explicit geographical distribution limitation excluding
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   233
those countries, so that distribution is permitted only in or among
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   234
countries not thus excluded.  In such case, this License incorporates
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   235
the limitation as if written in the body of this License.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   236
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   237
  9. The Free Software Foundation may publish revised and/or new versions
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   238
of the General Public License from time to time.  Such new versions will
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   239
be similar in spirit to the present version, but may differ in detail to
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   240
address new problems or concerns.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   241
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   242
Each version is given a distinguishing version number.	If the Program
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   243
specifies a version number of this License which applies to it and "any
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   244
later version", you have the option of following the terms and conditions
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   245
either of that version or of any later version published by the Free
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   246
Software Foundation.  If the Program does not specify a version number of
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   247
this License, you may choose any version ever published by the Free Software
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   248
Foundation.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   249
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   250
  10. If you wish to incorporate parts of the Program into other free
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   251
programs whose distribution conditions are different, write to the author
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   252
to ask for permission.	For software which is copyrighted by the Free
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   253
Software Foundation, write to the Free Software Foundation; we sometimes
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   254
make exceptions for this.  Our decision will be guided by the two goals
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   255
of preserving the free status of all derivatives of our free software and
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   256
of promoting the sharing and reuse of software generally.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   257
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   258
			    NO WARRANTY
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   259
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   260
  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   261
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   262
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   263
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   264
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   265
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   266
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   267
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   268
REPAIR OR CORRECTION.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   269
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   270
  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   271
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   272
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   273
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   274
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   275
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   276
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   277
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   278
POSSIBILITY OF SUCH DAMAGES.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   279
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   280
		     END OF TERMS AND CONDITIONS
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   281

0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   282
	    How to Apply These Terms to Your New Programs
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   283
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   284
  If you develop a new program, and you want it to be of the greatest
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   285
possible use to the public, the best way to achieve this is to make it
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   286
free software which everyone can redistribute and change under these terms.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   287
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   288
  To do so, attach the following notices to the program.  It is safest
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   289
to attach them to the start of each source file to most effectively
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   290
convey the exclusion of warranty; and each file should have at least
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   291
the "copyright" line and a pointer to where the full notice is found.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   292
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   293
    <one line to give the program's name and a brief idea of what it does.>
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   294
    Copyright (C) <year>	<name of author>
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   295
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   296
    This program is free software; you can redistribute it and/or modify
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   297
    it under the terms of the GNU General Public License as published by
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   298
    the Free Software Foundation; either version 2 of the License, or
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   299
    (at your option) any later version.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   300
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   301
    This program is distributed in the hope that it will be useful,
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   302
    but WITHOUT ANY WARRANTY; without even the implied warranty of
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   303
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   304
    GNU General Public License for more details.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   305
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   306
    You should have received a copy of the GNU General Public License
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   307
    along with this program; if not, write to the Free Software
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   308
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   309
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   310
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   311
Also add information on how to contact you by electronic and paper mail.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   312
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   313
If the program is interactive, make it output a short notice like this
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   314
when it starts in an interactive mode:
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   315
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   316
    Gnomovision version 69, Copyright (C) year name of author
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   317
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   318
    This is free software, and you are welcome to redistribute it
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   319
    under certain conditions; type `show c' for details.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   320
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   321
The hypothetical commands `show w' and `show c' should show the appropriate
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   322
parts of the General Public License.  Of course, the commands you use may
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   323
be called something other than `show w' and `show c'; they could even be
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   324
mouse-clicks or menu items--whatever suits your program.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   325
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   326
You should also get your employer (if you work as a programmer) or your
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   327
school, if any, to sign a "copyright disclaimer" for the program, if
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   328
necessary.  Here is a sample; alter the names:
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   329
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   330
  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   331
  `Gnomovision' (which makes passes at compilers) written by James Hacker.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   332
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   333
  <signature of Ty Coon>, 1 April 1989
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   334
  Ty Coon, President of Vice
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   335
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   336
This General Public License does not permit incorporating your program into
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   337
proprietary programs.  If your program is a subroutine library, you may
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   338
consider it more useful to permit linking proprietary applications with the
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   339
library.  If this is what you want to do, use the GNU Library General
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   340
Public License instead of this License.
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   341
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   342
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   343
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   344
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   345
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   346
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   347
			 The "Artistic License"
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   348
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   349
				Preamble
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   350
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   351
The intent of this document is to state the conditions under which a
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   352
Package may be copied, such that the Copyright Holder maintains some
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   353
semblance of artistic control over the development of the package,
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   354
while giving the users of the package the right to use and distribute
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   355
the Package in a more-or-less customary fashion, plus the right to make
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   356
reasonable modifications.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   357
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   358
Definitions:
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   359
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   360
	"Package" refers to the collection of files distributed by the
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   361
	Copyright Holder, and derivatives of that collection of files
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   362
	created through textual modification.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   363
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   364
	"Standard Version" refers to such a Package if it has not been
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   365
	modified, or has been modified in accordance with the wishes
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   366
	of the Copyright Holder as specified below.
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   367
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   368
	"Copyright Holder" is whoever is named in the copyright or
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   369
	copyrights for the package.
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   370
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   371
	"You" is you, if you're thinking about copying or distributing
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   372
	this Package.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   373
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   374
	"Reasonable copying fee" is whatever you can justify on the
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   375
	basis of media cost, duplication charges, time of people involved,
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   376
	and so on.  (You will not be required to justify it to the
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   377
	Copyright Holder, but only to the computing community at large
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   378
	as a market that must bear the fee.)
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   379
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   380
	"Freely Available" means that no fee is charged for the item
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   381
	itself, though there may be fees involved in handling the item.
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   382
	It also means that recipients of the item may redistribute it
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   383
	under the same conditions they received it.
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   384
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   385
1. You may make and give away verbatim copies of the source form of the
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   386
Standard Version of this Package without restriction, provided that you
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   387
duplicate all of the original copyright notices and associated disclaimers.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   388
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   389
2. You may apply bug fixes, portability fixes and other modifications
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   390
derived from the Public Domain or from the Copyright Holder.  A Package
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   391
modified in such a way shall still be considered the Standard Version.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   392
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   393
3. You may otherwise modify your copy of this Package in any way, provided
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   394
that you insert a prominent notice in each changed file stating how and
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   395
when you changed that file, and provided that you do at least ONE of the
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   396
following:
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   397
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   398
    a) place your modifications in the Public Domain or otherwise make them
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   399
    Freely Available, such as by posting said modifications to Usenet or
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   400
    an equivalent medium, or placing the modifications on a major archive
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   401
    site such as uunet.uu.net, or by allowing the Copyright Holder to include
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   402
    your modifications in the Standard Version of the Package.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   403
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   404
    b) use the modified Package only within your corporation or organization.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   405
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   406
    c) rename any non-standard executables so the names do not conflict
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   407
    with standard executables, which must also be provided, and provide
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   408
    a separate manual page for each non-standard executable that clearly
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   409
    documents how it differs from the Standard Version.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   410
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   411
    d) make other distribution arrangements with the Copyright Holder.
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   412
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   413
4. You may distribute the programs of this Package in object code or
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   414
executable form, provided that you do at least ONE of the following:
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   415
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   416
    a) distribute a Standard Version of the executables and library files,
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   417
    together with instructions (in the manual page or equivalent) on where
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   418
    to get the Standard Version.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   419
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   420
    b) accompany the distribution with the machine-readable source of
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   421
    the Package with your modifications.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   422
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   423
    c) give non-standard executables non-standard names, and clearly
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   424
    document the differences in manual pages (or equivalent), together
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   425
    with instructions on where to get the Standard Version.
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   426
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   427
    d) make other distribution arrangements with the Copyright Holder.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   428
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   429
5. You may charge a reasonable copying fee for any distribution of this
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   430
Package.  You may charge any fee you choose for support of this
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   431
Package.  You may not charge a fee for this Package itself.  However,
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   432
you may distribute this Package in aggregate with other (possibly
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   433
commercial) programs as part of a larger (possibly commercial) software
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   434
distribution provided that you do not advertise this Package as a
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   435
product of your own.  You may embed this Package's interpreter within
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   436
an executable of yours (by linking); this shall be construed as a mere
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   437
form of aggregation, provided that the complete Standard Version of the
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   438
interpreter is so embedded.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   439
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   440
6. The scripts and library files supplied as input to or produced as
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   441
output from the programs of this Package do not automatically fall
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   442
under the copyright of this Package, but belong to whoever generated
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   443
them, and may be sold commercially, and may be aggregated with this
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   444
Package.  If such scripts or library files are aggregated with this
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   445
Package via the so-called "undump" or "unexec" methods of producing a
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   446
binary executable image, then distribution of such an image shall
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   447
neither be construed as a distribution of this Package nor shall it
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   448
fall under the restrictions of Paragraphs 3 and 4, provided that you do
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   449
not represent such an executable image as a Standard Version of this
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   450
Package.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   451
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   452
7. C subroutines (or comparably compiled subroutines in other
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   453
languages) supplied by you and linked into this Package in order to
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   454
emulate subroutines and variables of the language defined by this
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   455
Package shall not be considered part of this Package, but are the
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   456
equivalent of input as in Paragraph 6, provided these subroutines do
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   457
not change the language in any way that would cause it to fail the
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   458
regression tests for the language.
1068
0b7caaf07429 15941549 Move procmail from the FOSS consolidation into Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   459
1442
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   460
8. Aggregation of this Package with a commercial distribution is always
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   461
permitted provided that the use of this Package is embedded; that is,
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   462
when no overt attempt is made to make this Package's interfaces visible
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   463
to the end user of the commercial distribution.	 Such use shall not be
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   464
construed as a distribution of this Package.
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   465
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   466
9. The name of the Copyright Holder may not be used to endorse or promote
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   467
products derived from this software without specific prior written permission.
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   468
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   469
10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   470
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
dfa14f95f572 17312751 procmail license needs to match ARN
John Beck <John.Beck@Oracle.COM>
parents: 1205
diff changeset
   471
WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.