license

来自「linux下建立JAVA虚拟机的源码KAFFE」· 代码 · 共 349 行 · 第 1/2 页

TXT
349
字号
  In fact, it's not possible to own a license to SAX, since it's been  placed in the public domain.  No Warranty  Because SAX is released to the public domain, there is no warranty  for the design or for the software implementation, to the extent  permitted by applicable law. Except when otherwise stated in writing  the copyright holders and/or other parties provide SAX "as is" without  warranty of any kind, either expressed or implied, including, but not  limited to, the implied warranties of merchantability and fitness for  a particular purpose. The entire risk as to the quality and  performance of SAX is with you. Should SAX prove defective, you assume  the cost of all necessary servicing, repair or correction.  In no event unless required by applicable law or agreed to in  writing will any copyright holder, or any other party who may modify  and/or redistribute SAX, be liable to you for damages, including any  general, special, incidental or consequential damages arising out of  the use or inability to use SAX (including but not limited to loss of  data or data being rendered inaccurate or losses sustained by you or  third parties or a failure of the SAX to operate with any other  programs), even if such holder or other party has been advised of the  possibility of such damages.  Copyright Disclaimers  This page includes statements to that effect by David Megginson, who  would have been able to claim copyright for the original work.  SAX 1.0  Version 1.0 of the Simple API for XML (SAX), created collectively by  the membership of the XML-DEV mailing list, is hereby released into  the public domain.  No one owns SAX: you may use it freely in both commercial and  non-commercial applications, bundle it with your software  distribution, include it on a CD-ROM, list the source code in a book,  mirror the documentation at your own web site, or use it in any other  way you see fit.  David Megginson, sax@megginson.com  1998-05-11  SAX 2.0  I hereby abandon any property rights to SAX 2.0 (the Simple API for  XML), and release all of the SAX 2.0 source code, compiled code, and  documentation contained in this distribution into the Public  Domain. SAX comes with NO WARRANTY or guarantee of fitness for any  purpose.  David Megginson, david@megginson.com  2000-05-05Two files in gnu/xml/aelfred2 (SAXDriver.java and XmlParser.java) wereoriginally derived from code which carried the following notice:  Copyright (c) 1997, 1998 by Microstar Software Ltd.  AElfred is free for both commercial and non-commercial use and  redistribution, provided that Microstar's copyright and disclaimer are  retained intact.  You are free to modify AElfred for your own use and  to redistribute AElfred with your modifications, provided that the  modifications are clearly documented.  This program is distributed in the hope that it will be useful, but  WITHOUT ANY WARRANTY; without even the implied warranty of  merchantability or fitness for a particular purpose.  Please use it AT  YOUR OWN RISK.The files in resource/gnu/java/locale were generated by gnu.localegenfrom the files distributed from date provided by CLDR.All these files are distributed under the following terms:  Copyright (C) 1991-2005 Unicode, Inc. All rights reserved. Distributed  under the Terms of Use in http://www.unicode.org/copyright.html.  Permission is hereby granted, free of charge, to any person obtaining  a copy of the Unicode data files and any associated documentation (the  "Data Files") or Unicode software and any associated documentation  (the "Software") to deal in the Data Files or Software without  restriction, including without limitation the rights to use, copy,  modify, merge, publish, distribute, and/or sell copies of the Data  Files or Software, and to permit persons to whom the Data Files or  Software are furnished to do so, provided that (a) the above copyright  notice(s) and this permission notice appear with all copies of the  Data Files or Software, (b) both the above copyright notice(s) and  this permission notice appear in associated documentation, and (c)  there is clear notice in each modified Data File or in the Software as  well as in the documentation associated with the Data File(s) or  Software that the data or software has been modified.  THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF  ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE  WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND  NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT  HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR  ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT  OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR  SOFTWARE.  Except as contained in this notice, the name of a copyright holder  shall not be used in advertising or otherwise to promote the sale, use  or other dealings in these Data Files or Software without prior  written authorization of the copyright holder.The file native/jni/midi-dssi/gnu_javax_sound_midi_dssi_DSSISynthesizer.ccontains two functions (get_port_default and set_control) derived fromexample code in the DSSI distribution (http://dssi.sourceforge.net).The original DSSI example code is distributed under the followingterms: Copyright 2004 Chris Cannam, Steve Harris and Sean Bolton.  Permission to use, copy, modify, distribute, and sell this software for any purpose is hereby granted without fee, provided that the above copyright notice and this permission notice are included in all copies or substantial portions of the software.Directory external/relaxngDatatypeRELAX NG Pluggable Datatype Libraries. All files are distributed underthe following notice:        Copyright (c) 2001, Thai Open Source Software Center Ltd, Sun        Microsystems. All rights reserved.        Redistribution and use in source and binary forms, with or        without        modification, are permitted provided that the following        conditions are met:            Redistributions of source code must retain the above        copyright            notice, this list of conditions and the following        disclaimer.            Redistributions in binary form must reproduce the above            copyright notice, this list of conditions and the following            disclaimer in the documentation and/or other materials        provided            with the distribution.            Neither the names of the copyright holders nor the names of        its            contributors may be used to endorse or promote products        derived            from this software without specific prior written        permission.        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND        CONTRIBUTORS        "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT        NOT        LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND        FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT        SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,        INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF        SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR        BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF        LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT        (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF        THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF        SUCH DAMAGE.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?