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.

LICENSE 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. --------------------------------------------------------------------
  2. The PHP License, version 3.01
  3. Copyright (c) 2002-2015 Jon Parise and Chuck Hagenbuch.
  4. All rights reserved.
  5. --------------------------------------------------------------------
  6. Redistribution and use in source and binary forms, with or without
  7. modification, is permitted provided that the following conditions
  8. are met:
  9. 1. Redistributions of source code must retain the above copyright
  10. notice, this list of conditions and the following disclaimer.
  11. 2. Redistributions in binary form must reproduce the above copyright
  12. notice, this list of conditions and the following disclaimer in
  13. the documentation and/or other materials provided with the
  14. distribution.
  15. 3. The name "PHP" must not be used to endorse or promote products
  16. derived from this software without prior written permission. For
  17. written permission, please contact group@php.net.
  18. 4. Products derived from this software may not be called "PHP", nor
  19. may "PHP" appear in their name, without prior written permission
  20. from group@php.net. You may indicate that your software works in
  21. conjunction with PHP by saying "Foo for PHP" instead of calling
  22. it "PHP Foo" or "phpfoo"
  23. 5. The PHP Group may publish revised and/or new versions of the
  24. license from time to time. Each version will be given a
  25. distinguishing version number.
  26. Once covered code has been published under a particular version
  27. of the license, you may always continue to use it under the terms
  28. of that version. You may also choose to use such covered code
  29. under the terms of any subsequent version of the license
  30. published by the PHP Group. No one other than the PHP Group has
  31. the right to modify the terms applicable to covered code created
  32. under this License.
  33. 6. Redistributions of any form whatsoever must retain the following
  34. acknowledgment:
  35. "This product includes PHP software, freely available from
  36. <http://www.php.net/software/>".
  37. THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
  38. ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  39. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  40. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
  41. DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  42. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  43. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  44. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  45. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  46. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  47. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  48. OF THE POSSIBILITY OF SUCH DAMAGE.
  49. --------------------------------------------------------------------
  50. This software consists of voluntary contributions made by many
  51. individuals on behalf of the PHP Group.
  52. The PHP Group can be contacted via Email at group@php.net.
  53. For more information on the PHP Group and the PHP project,
  54. please see <http://www.php.net>.
  55. PHP includes the Zend Engine, freely available at
  56. <http://www.zend.com>.