jw项目windows环境软件安装
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
2.1 KiB

1 year ago
  1. ## RelaxNGCC v 1.12
  2. ### RelaxNGCC License
  3. ```
  4. Copyright (c) 2000-2003 Daisuke Okajima and Kohsuke Kawaguchi.
  5. All rights reserved.
  6. Redistribution and use in source and binary forms, with or without
  7. modification, are permitted provided that the following conditions are met:
  8. 1. Redistributions of source code must retain the above copyright notice, this
  9. list of conditions and the following disclaimer.
  10. 2. Redistributions in binary form must reproduce the above copyright notice,
  11. this list of conditions and the following disclaimer in the documentation
  12. and/or other materials provided with the distribution.
  13. 3. The end-user documentation included with the redistribution, if any, must
  14. include the following acknowledgment:
  15. "This product includes software developed by Daisuke Okajima
  16. and Kohsuke Kawaguchi (http://relaxngcc.sf.net/)."
  17. Alternately, this acknowledgment may appear in the software itself, if and
  18. wherever such third-party acknowledgments normally appear.
  19. 4. The names of the copyright holders must not be used to endorse or promote
  20. products derived from this software without prior written permission. For
  21. written permission, please contact the copyright holders.
  22. 5. Products derived from this software may not be called "RELAXNGCC", nor may
  23. "RELAXNGCC" appear in their name, without prior written permission of the
  24. copyright holders.
  25. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
  26. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  27. FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.IN NO EVENT SHALL THE APACHE
  28. SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  29. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  30. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  31. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  32. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  33. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  34. EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  35. ```