3033N/APortions of this program use xml-parser version 2.41, the open source version
3033N/Ais made available by Clark Cooper under the terms of the below version of the
3033N/AArtistic License. As such, Oracle is required to provide the following notices.
3033N/ANote, however, that the Oracle program license that accompanied this program
3033N/Adetermines your right to use the Oracle program, including xml-parser, and the
3033N/Aterms contained in the following notices do not change those rights.
3033N/AOracle elects to license this file available under the Artistic License as
3033N/Aexpressly permitted by the licensing terms (see below for full license text).
260N/ACopyright (c) 1998-2000 Larry Wall and Clark Cooper.
260N/AThis program is free software; you can redistribute it
and/or modify it
260N/Aunder the same terms as Perl itself.
260N/AThis program is free software; you can redistribute it
and/or modify
260N/Ait under the terms of either:
260N/A a) the GNU General Public License as published by the Free
260N/A Software Foundation; either version 1, or (at your option) any
260N/A b) the "Artistic License" which comes with this Kit.
260N/AThis program is distributed in the hope that it will be useful,
260N/Abut WITHOUT ANY WARRANTY; without even the implied warranty of
260N/AMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either
260N/Athe GNU General Public License or the Artistic License for more details.
260N/AYou should have received a copy of the Artistic License with this
260N/AKit, in the file named "Artistic". If not, I'll be glad to provide one.
260N/AYou should also have received a copy of the GNU General Public License
260N/Aalong with this program in the file named "Copying". If not, write to the
260N/AFree Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
260N/ABoston, MA 02110-1301, USA or visit their web page on the internet at
260N/A=======================================================================
260N/ACopyright (c) 1986 - 2010, Larry Wall and others
260N/AThe intent of this document is to state the conditions under which a
260N/APackage may be copied, such that the Copyright Holder maintains some
260N/Asemblance of artistic control over the development of the package,
260N/Awhile giving the users of the package the right to use and distribute
260N/Athe Package in a more-or-less customary fashion, plus the right to make
260N/Areasonable modifications.
260N/A "Package" refers to the collection of files distributed by the
260N/A Copyright Holder, and derivatives of that collection of files
260N/A created through textual modification.
260N/A "Standard Version" refers to such a Package if it has not been
260N/A modified, or has been modified in accordance with the wishes
260N/A of the Copyright Holder as specified below.
260N/A "Copyright Holder" is whoever is named in the copyright or
260N/A copyrights for the package.
260N/A "You" is you, if you're thinking about copying or distributing
260N/A "Reasonable copying fee" is whatever you can justify on the
260N/A basis of media cost, duplication charges, time of people involved,
260N/A and so on. (You will not be required to justify it to the
260N/A Copyright Holder, but only to the computing community at large
260N/A as a market that must bear the fee.)
260N/A "Freely Available" means that no fee is charged for the item
260N/A itself, though there may be fees involved in handling the item.
260N/A It also means that recipients of the item may redistribute it
260N/A under the same conditions they received it.
260N/A1. You may make and give away verbatim copies of the source form of the
260N/AStandard Version of this Package without restriction, provided that you
260N/Aduplicate all of the original copyright notices and associated disclaimers.
260N/A2. You may apply bug fixes, portability fixes and other modifications
260N/Aderived from the Public Domain or from the Copyright Holder. A Package
260N/Amodified in such a way shall still be considered the Standard Version.
260N/A3. You may otherwise modify your copy of this Package in any way, provided
260N/Athat you insert a prominent notice in each changed file stating how and
260N/Awhen you changed that file, and provided that you do at least ONE of the
260N/A a) place your modifications in the Public Domain or otherwise make them
260N/A Freely Available, such as by posting said modifications to Usenet or
260N/A an equivalent medium, or placing the modifications on a major archive
260N/A your modifications in the Standard Version of the Package.
260N/A b) use the modified Package only within your corporation or organization.
260N/A c) rename any non-standard executables so the names do not conflict
260N/A with standard executables, which must also be provided, and provide
260N/A a separate manual page for each non-standard executable that clearly
260N/A documents how it differs from the Standard Version.
260N/A d) make other distribution arrangements with the Copyright Holder.
260N/A4. You may distribute the programs of this Package in object code or
260N/Aexecutable form, provided that you do at least ONE of the following:
260N/A a) distribute a Standard Version of the executables and library files,
260N/A together with instructions (in the manual page or equivalent) on where
260N/A to get the Standard Version.
260N/A b) accompany the distribution with the machine-readable source of
260N/A the Package with your modifications.
260N/A c) give non-standard executables non-standard names, and clearly
260N/A document the differences in manual pages (or equivalent), together
260N/A with instructions on where to get the Standard Version.
260N/A d) make other distribution arrangements with the Copyright Holder.
260N/A5. You may charge a reasonable copying fee for any distribution of this
260N/APackage. You may charge any fee you choose for support of this
260N/APackage. You may not charge a fee for this Package itself. However,
260N/Ayou may distribute this Package in aggregate with other (possibly
260N/Acommercial) programs as part of a larger (possibly commercial) software
260N/Adistribution provided that you do not advertise this Package as a
260N/Aproduct of your own. You may embed this Package's interpreter within
260N/Aan executable of yours (by linking); this shall be construed as a mere
260N/Aform of aggregation, provided that the complete Standard Version of the
260N/Ainterpreter is so embedded.
260N/A6. The scripts and library files supplied as input to or produced as
260N/Aoutput from the programs of this Package do not automatically fall
260N/Aunder the copyright of this Package, but belong to whoever generated
260N/Athem, and may be sold commercially, and may be aggregated with this
260N/APackage. If such scripts or library files are aggregated with this
260N/APackage via the so-called "undump" or "unexec" methods of producing a
260N/Abinary executable image, then distribution of such an image shall
260N/Aneither be construed as a distribution of this Package nor shall it
260N/Afall under the restrictions of Paragraphs 3 and 4, provided that you do
260N/Anot represent such an executable image as a Standard Version of this
260N/A7. C subroutines (or comparably compiled subroutines in other
260N/Alanguages) supplied by you and linked into this Package in order to
260N/Aemulate subroutines and variables of the language defined by this
260N/APackage shall not be considered part of this Package, but are the
260N/Aequivalent of input as in Paragraph 6, provided these subroutines do
260N/Anot change the language in any way that would cause it to fail the
260N/Aregression tests for the language.
260N/A8. Aggregation of this Package with a commercial distribution is always
260N/Apermitted provided that the use of this Package is embedded; that is,
260N/Awhen no overt attempt is made to make this Package's interfaces visible
260N/Ato the end user of the commercial distribution. Such use shall not be
260N/Aconstrued as a distribution of this Package.
260N/A9. The name of the Copyright Holder may not be used to endorse or promote
260N/Aproducts derived from this software without specific prior written permission.
260N/A10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
260N/AIMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
260N/AWARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
3033N/A________________________________________________________________________________
3033N/APortions of this program use xml-parser version 2.41, the open source version
3033N/Ais made available by Clark Cooper under the terms of the below version of the
3033N/AArtistic License. As such, Oracle is required to provide the following notices.
3033N/ANote, however, that the Oracle program license that accompanied this program
3033N/Adetermines your right to use the Oracle program, including xml-parser, and the
3033N/Aterms contained in the following notices do not change those rights.
3033N/AThe current open source version of xml-parser can be downloaded at: