0005-Added-LICENCE-file-as-requested-in-Request-65869.patch 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. From 7c85a44880d9d748e7554f8fe7448505fa86aa28 Mon Sep 17 00:00:00 2001
  2. From: cyberspice <cyberspice@c90b9560-bf6c-de11-be94-00142212c4b1>
  3. Date: Sat, 12 Oct 2013 22:20:19 +0000
  4. Subject: [PATCH 05/16] Added LICENCE file as requested in Request #65869
  5. Files added:
  6. LICENCE
  7. git-svn-id: http://svn.php.net/repository/pecl/dio/trunk@331788 c90b9560-bf6c-de11-be94-00142212c4b1
  8. ---
  9. LICENSE | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  10. 1 file changed, 68 insertions(+)
  11. create mode 100644 LICENSE
  12. diff --git a/LICENSE b/LICENSE
  13. new file mode 100644
  14. index 0000000..d376afe
  15. --- /dev/null
  16. +++ b/LICENSE
  17. @@ -0,0 +1,68 @@
  18. +--------------------------------------------------------------------
  19. + The PHP License, version 3.01
  20. +Copyright (c) 2008 - 2013 The PHP Group. All rights reserved.
  21. +--------------------------------------------------------------------
  22. +
  23. +Redistribution and use in source and binary forms, with or without
  24. +modification, is permitted provided that the following conditions
  25. +are met:
  26. +
  27. + 1. Redistributions of source code must retain the above copyright
  28. + notice, this list of conditions and the following disclaimer.
  29. +
  30. + 2. Redistributions in binary form must reproduce the above copyright
  31. + notice, this list of conditions and the following disclaimer in
  32. + the documentation and/or other materials provided with the
  33. + distribution.
  34. +
  35. + 3. The name "PHP" must not be used to endorse or promote products
  36. + derived from this software without prior written permission. For
  37. + written permission, please contact group@php.net.
  38. +
  39. + 4. Products derived from this software may not be called "PHP", nor
  40. + may "PHP" appear in their name, without prior written permission
  41. + from group@php.net. You may indicate that your software works in
  42. + conjunction with PHP by saying "Foo for PHP" instead of calling
  43. + it "PHP Foo" or "phpfoo"
  44. +
  45. + 5. The PHP Group may publish revised and/or new versions of the
  46. + license from time to time. Each version will be given a
  47. + distinguishing version number.
  48. + Once covered code has been published under a particular version
  49. + of the license, you may always continue to use it under the terms
  50. + of that version. You may also choose to use such covered code
  51. + under the terms of any subsequent version of the license
  52. + published by the PHP Group. No one other than the PHP Group has
  53. + the right to modify the terms applicable to covered code created
  54. + under this License.
  55. +
  56. + 6. Redistributions of any form whatsoever must retain the following
  57. + acknowledgment:
  58. + "This product includes PHP software, freely available from
  59. + <http://www.php.net/software/>".
  60. +
  61. +THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
  62. +ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  63. +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  64. +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
  65. +DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  66. +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  67. +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  68. +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  69. +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  70. +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  71. +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  72. +OF THE POSSIBILITY OF SUCH DAMAGE.
  73. +
  74. +--------------------------------------------------------------------
  75. +
  76. +This software consists of voluntary contributions made by many
  77. +individuals on behalf of the PHP Group.
  78. +
  79. +The PHP Group can be contacted via Email at group@php.net.
  80. +
  81. +For more information on the PHP Group and the PHP project,
  82. +please see <http://www.php.net>.
  83. +
  84. +PHP includes the Zend Engine, freely available at
  85. +<http://www.zend.com>.
  86. --
  87. 2.5.0