ksh93.license revision 2776
2555N/A1. The following files are available in source code form under the Common
2555N/APublic License at: http://www2.research.att.com/~astopen/download. (The CPL
2555N/Alicense is reproduced below).
830N/A
2555N/A2. All past Contributors to the Korn Shell 93 (ksh 93) disclaim all warranties
2555N/Aand conditions, express and implied, including warranties or conditions of
2555N/Atitle and non-infringement, and implied warranties or conditions of
2555N/Amerchantability and fitness for a particular purpose. In addition, such
2555N/AContributors are not liable for any damages, including direct, indirect,
2555N/Aspecial, incidental and consequential damages, such as lost profits.
830N/A
2555N/A3. Any provisions of the Oracle license agreement that differ from the Common
2555N/APublic License are offered by Oracle alone and not by any other party.
830N/A
2555N/A4. Oracle has modified the following files: lib/package/ast-base.pkg
2555N/Asrc/cmd/alias/alias.c src/cmd/alias/alias.h src/cmd/alias/Makefile
2555N/Asrc/cmd/builtin/asa.c src/cmd/INIT/cc.sol11.i386 src/cmd/INIT/cc.sol11.i386-64
2555N/Asrc/cmd/INIT/cc.sol11.sun4 src/cmd/INIT/cc.sol11.sun4-64
2555N/Asrc/cmd/INIT/regress.sh src/cmd/ksh93/bltins/cd_pwd.c
2555N/Asrc/cmd/ksh93/bltins/typeset.c src/cmd/ksh93/data/builtins.c
2555N/Asrc/cmd/ksh93/edit/edit.c src/cmd/ksh93/include/defs.h
2555N/Asrc/cmd/ksh93/include/edit.h src/cmd/ksh93/include/io.h
2555N/Asrc/cmd/ksh93/include/ulimit.h src/cmd/ksh93/Makefile src/cmd/ksh93/sh/args.c
2555N/Asrc/cmd/ksh93/sh/init.c src/cmd/ksh93/sh/io.c src/cmd/ksh93/sh/jobs.c
2555N/Asrc/cmd/ksh93/sh/lex.c src/cmd/ksh93/sh/macro.c src/cmd/ksh93/sh/main.c
2555N/Asrc/cmd/ksh93/sh/name.c src/cmd/ksh93/sh/nvdisc.c src/cmd/ksh93/sh/nvtree.c
2555N/Asrc/cmd/ksh93/sh/nvtype.c src/cmd/ksh93/sh/path.c src/cmd/ksh93/sh/subshell.c
2555N/Asrc/cmd/ksh93/sh/xec.c src/cmd/ss/ssd.c src/lib/libast/comp/mkdir.c
2555N/Asrc/lib/libast/comp/rmdir.c src/lib/libast/comp/setlocale.c
2555N/Asrc/lib/libast/port/astconf.c src/lib/libast/port/mnt.c
2555N/Asrc/lib/libast/sfio/sfmode.c src/lib/libast/sfio/sfstrtof.h
2555N/Asrc/lib/libcmd/cmp.c src/lib/libcmd/wclib.c
830N/A
2555N/A5. These files are licensed in executable form under your Oracle license
2555N/Aagreement. Oracle is solely responsible for any representations and warranties
2555N/Acontained therein.
2555N/A
2776N/A6.
2776N/A
2776N/A+------------------------------------------------------------------------------+
2776N/A| This license covers all software that refers to the URL |
2776N/A| http://www.opensource.org/licenses/bsd-license.php |
2776N/A+------------------------------------------------------------------------------+
2776N/A
2776N/AThe BSD License
2776N/A
2776N/ACopyright (c) <YEAR>, <OWNER>
2776N/AAll rights reserved.
2776N/A
2776N/ARedistribution and use in source and binary forms, with or without
2776N/Amodification, are permitted provided that the following conditions are
2776N/Amet:
2555N/A
2776N/A * Redistributions of source code must retain the above copyright
2776N/A notice, this list of conditions and the following disclaimer.
2776N/A * Redistributions in binary form must reproduce the above copyright
2776N/A notice, this list of conditions and the following disclaimer in the
2776N/A documentation and/or other materials provided with the
2776N/A distribution.
2776N/A * Neither the name of the <ORGANIZATION> nor the names of its
2776N/A contributors may be used to endorse or promote products derived
2776N/A from this software without specific prior written permission.
2776N/A
2776N/ATHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
2776N/AIS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2776N/ATO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
2776N/APARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2776N/AHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2776N/ASPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2776N/ALIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2776N/ADATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2776N/ATHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2776N/A(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2776N/AOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2776N/A
2776N/A+------------------------------------------------------------------------------+
2776N/A| This license covers all software that refers to the URL |
2776N/A| http://www.opensource.org/licenses/cpl1.0.txt |
2776N/A+------------------------------------------------------------------------------+
2776N/A
2776N/ACommon Public License Version 1.0
830N/A
2776N/A THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON
2776N/A PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
2776N/A THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
2776N/A
2776N/A 1. DEFINITIONS
2776N/A
2776N/A "Contribution" means:
2776N/A
2776N/A a) in the case of the initial Contributor, the initial code and
2776N/A documentation distributed under this Agreement, and
2776N/A
2776N/A b) in the case of each subsequent Contributor:
2776N/A
2776N/A i) changes to the Program, and
2776N/A
2776N/A ii) additions to the Program;
2776N/A
2776N/A where such changes and/or additions to the Program originate from
2776N/A and are distributed by that particular Contributor. A Contribution
2776N/A 'originates' from a Contributor if it was added to the Program by
2776N/A such Contributor itself or anyone acting on such Contributor's
2776N/A behalf. Contributions do not include additions to the Program
2776N/A which: (i) are separate modules of software distributed in
2776N/A conjunction with the Program under their own license agreement, and
2776N/A (ii) are not derivative works of the Program.
2776N/A
2776N/A "Contributor" means any person or entity that distributes the Program.
2776N/A
2776N/A "Licensed Patents " mean patent claims licensable by a Contributor
2776N/A which are necessarily infringed by the use or sale of its Contribution
2776N/A alone or when combined with the Program.
2776N/A
2776N/A "Program" means the Contributions distributed in accordance with this
2776N/A Agreement.
2776N/A
2776N/A "Recipient" means anyone who receives the Program under this
2776N/A Agreement, including all Contributors.
2776N/A
2776N/A 2. GRANT OF RIGHTS
2776N/A
2776N/A a) Subject to the terms of this Agreement, each Contributor hereby
2776N/A grants Recipient a non-exclusive, worldwide, royalty-free copyright
2776N/A license to reproduce, prepare derivative works of, publicly
2776N/A display, publicly perform, distribute and sublicense the
2776N/A Contribution of such Contributor, if any, and such derivative
2776N/A works, in source code and object code form.
2776N/A
2776N/A b) Subject to the terms of this Agreement, each Contributor hereby
2776N/A grants Recipient a non-exclusive, worldwide, royalty-free patent
2776N/A license under Licensed Patents to make, use, sell, offer to sell,
2776N/A import and otherwise transfer the Contribution of such Contributor,
2776N/A if any, in source code and object code form. This patent license
2776N/A shall apply to the combination of the Contribution and the Program
2776N/A if, at the time the Contribution is added by the Contributor, such
2776N/A addition of the Contribution causes such combination to be covered
2776N/A by the Licensed Patents. The patent license shall not apply to any
2776N/A other combinations which include the Contribution. No hardware per
2776N/A se is licensed hereunder.
2776N/A
2776N/A c) Recipient understands that although each Contributor grants the
2776N/A licenses to its Contributions set forth herein, no assurances are
2776N/A provided by any Contributor that the Program does not infringe the
2776N/A patent or other intellectual property rights of any other entity.
2776N/A Each Contributor disclaims any liability to Recipient for claims
2776N/A brought by any other entity based on infringement of intellectual
2776N/A property rights or otherwise. As a condition to exercising the
2776N/A rights and licenses granted hereunder, each Recipient hereby
2776N/A assumes sole responsibility to secure any other intellectual
2776N/A property rights needed, if any. For example, if a third party
2776N/A patent license is required to allow Recipient to distribute the
2776N/A Program, it is Recipient's responsibility to acquire that license
2776N/A before distributing the Program.
2776N/A
2776N/A d) Each Contributor represents that to its knowledge it has
2776N/A sufficient copyright rights in its Contribution, if any, to grant
2776N/A the copyright license set forth in this Agreement.
2776N/A
2776N/A 3. REQUIREMENTS
2776N/A
2776N/A A Contributor may choose to distribute the Program in object code form
2776N/A under its own license agreement, provided that:
2776N/A
2776N/A a) it complies with the terms and conditions of this Agreement; and
2776N/A
2776N/A b) its license agreement:
2776N/A
2776N/A i) effectively disclaims on behalf of all Contributors all
2776N/A warranties and conditions, express and implied, including
2776N/A warranties or conditions of title and non-infringement, and implied
2776N/A warranties or conditions of merchantability and fitness for a
2776N/A particular purpose;
2776N/A
2776N/A ii) effectively excludes on behalf of all Contributors all
2776N/A liability for damages, including direct, indirect, special,
2776N/A incidental and consequential damages, such as lost profits;
2776N/A
2776N/A iii) states that any provisions which differ from this Agreement
2776N/A are offered by that Contributor alone and not by any other party;
2776N/A and
2776N/A
2776N/A iv) states that source code for the Program is available from such
2776N/A Contributor, and informs licensees how to obtain it in a reasonable
2776N/A manner on or through a medium customarily used for software
2776N/A exchange.
2776N/A
2776N/A When the Program is made available in source code form:
2776N/A
2776N/A a) it must be made available under this Agreement; and
2776N/A
2776N/A b) a copy of this Agreement must be included with each copy of the
2776N/A Program.
2776N/A
2776N/A Contributors may not remove or alter any copyright notices contained
2776N/A within the Program.
2776N/A
2776N/A Each Contributor must identify itself as the originator of its
2776N/A Contribution, if any, in a manner that reasonably allows subsequent
2776N/A Recipients to identify the originator of the Contribution.
2776N/A
2776N/A 4. COMMERCIAL DISTRIBUTION
2776N/A
2776N/A Commercial distributors of software may accept certain
2776N/A responsibilities with respect to end users, business partners and the
2776N/A like. While this license is intended to facilitate the commercial use
2776N/A of the Program, the Contributor who includes the Program in a
2776N/A commercial product offering should do so in a manner which does not
2776N/A create potential liability for other Contributors. Therefore, if a
2776N/A Contributor includes the Program in a commercial product offering,
2776N/A such Contributor ("Commercial Contributor") hereby agrees to defend
2776N/A and indemnify every other Contributor ("Indemnified Contributor")
2776N/A against any losses, damages and costs (collectively "Losses") arising
2776N/A from claims, lawsuits and other legal actions brought by a third party
2776N/A against the Indemnified Contributor to the extent caused by the acts
2776N/A or omissions of such Commercial Contributor in connection with its
2776N/A distribution of the Program in a commercial product offering. The
2776N/A obligations in this section do not apply to any claims or Losses
2776N/A relating to any actual or alleged intellectual property infringement.
2776N/A In order to qualify, an Indemnified Contributor must: a) promptly
2776N/A notify the Commercial Contributor in writing of such claim, and b)
2776N/A allow the Commercial Contributor to control, and cooperate with the
2776N/A Commercial Contributor in, the defense and any related settlement
2776N/A negotiations. The Indemnified Contributor may participate in any such
2776N/A claim at its own expense.
2776N/A
2776N/A For example, a Contributor might include the Program in a commercial
2776N/A product offering, Product X. That Contributor is then a Commercial
2776N/A Contributor. If that Commercial Contributor then makes performance
2776N/A claims, or offers warranties related to Product X, those performance
2776N/A claims and warranties are such Commercial Contributor's responsibility
2776N/A alone. Under this section, the Commercial Contributor would have to
2776N/A defend claims against the other Contributors related to those
2776N/A performance claims and warranties, and if a court requires any other
2776N/A Contributor to pay any damages as a result, the Commercial Contributor
2776N/A must pay those damages.
2776N/A
2776N/A 5. NO WARRANTY
2776N/A
2776N/A EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
2776N/A PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
2776N/A KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
2776N/A WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
2776N/A OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
2776N/A responsible for determining the appropriateness of using and
2776N/A distributing the Program and assumes all risks associated with its
2776N/A exercise of rights under this Agreement, including but not limited to
2776N/A the risks and costs of program errors, compliance with applicable
2776N/A laws, damage to or loss of data, programs or equipment, and
2776N/A unavailability or interruption of operations.
2776N/A
2776N/A 6. DISCLAIMER OF LIABILITY
2776N/A
2776N/A EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
2776N/A ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
2776N/A INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
2776N/A WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
2776N/A LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2776N/A NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
2776N/A DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
2776N/A HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
2776N/A
2776N/A 7. GENERAL
2776N/A
2776N/A If any provision of this Agreement is invalid or unenforceable under
2776N/A applicable law, it shall not affect the validity or enforceability of
2776N/A the remainder of the terms of this Agreement, and without further
2776N/A action by the parties hereto, such provision shall be reformed to the
2776N/A minimum extent necessary to make such provision valid and enforceable.
2776N/A
2776N/A If Recipient institutes patent litigation against a Contributor with
2776N/A respect to a patent applicable to software (including a cross-claim or
2776N/A counterclaim in a lawsuit), then any patent licenses granted by that
2776N/A Contributor to such Recipient under this Agreement shall terminate as
2776N/A of the date such litigation is filed. In addition, if Recipient
2776N/A institutes patent litigation against any entity (including a
2776N/A cross-claim or counterclaim in a lawsuit) alleging that the Program
2776N/A itself (excluding combinations of the Program with other software or
2776N/A hardware) infringes such Recipient's patent(s), then such Recipient's
2776N/A rights granted under Section 2(b) shall terminate as of the date such
2776N/A litigation is filed.
2776N/A
2776N/A All Recipient's rights under this Agreement shall terminate if it
2776N/A fails to comply with any of the material terms or conditions of this
2776N/A Agreement and does not cure such failure in a reasonable period of
2776N/A time after becoming aware of such noncompliance. If all Recipient's
2776N/A rights under this Agreement terminate, Recipient agrees to cease use
2776N/A and distribution of the Program as soon as reasonably practicable.
2776N/A However, Recipient's obligations under this Agreement and any licenses
2776N/A granted by Recipient relating to the Program shall continue and
2776N/A survive.
2776N/A
2776N/A Everyone is permitted to copy and distribute copies of this Agreement,
2776N/A but in order to avoid inconsistency the Agreement is copyrighted and
2776N/A may only be modified in the following manner. The Agreement Steward
2776N/A reserves the right to publish new versions (including revisions) of
2776N/A this Agreement from time to time. No one other than the Agreement
2776N/A Steward has the right to modify this Agreement. IBM is the initial
2776N/A Agreement Steward. IBM may assign the responsibility to serve as the
2776N/A Agreement Steward to a suitable separate entity. Each new version of
2776N/A the Agreement will be given a distinguishing version number. The
2776N/A Program (including Contributions) may always be distributed subject to
2776N/A the version of the Agreement under which it was received. In addition,
2776N/A after a new version of the Agreement is published, Contributor may
2776N/A elect to distribute the Program (including its Contributions) under
2776N/A the new version. Except as expressly stated in Sections 2(a) and 2(b)
2776N/A above, Recipient receives no rights or licenses to the intellectual
2776N/A property of any Contributor under this Agreement, whether expressly,
2776N/A by implication, estoppel or otherwise. All rights in the Program not
2776N/A expressly granted under this Agreement are reserved.
2776N/A
2776N/A This Agreement is governed by the laws of the State of New York and
2776N/A the intellectual property laws of the United States of America. No
2776N/A party to this Agreement will bring a legal action under this Agreement
2776N/A more than one year after the cause of action arose. Each party waives
2776N/A its rights to a jury trial in any resulting litigation.
2776N/A
2776N/ACopyright (c) 2004 by the Open Source Initiative
2776N/AThis is a copy of the license posted on 2004-10-06 at:
2776N/A http://www.opensource.org/licenses/cpl
2776N/A