pearweb_index
[ class tree: pearweb_index ] [ index: pearweb_index ] [ all elements ]

Source for file 20040402-la.php

Documentation is available at 20040402-la.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2003-2005 The PEAR Group                               |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 2.02 of the PHP license,      |
  9.    | that is bundled with this package in the file LICENSE, and is        |
  10.    | available at through the world-wide-web at                           |
  11.    | http://www.php.net/license/2_02.txt.                                 |
  12.    | If you did not receive a copy of the PHP license and are unable to   |
  13.    | obtain it through the world-wide-web, please send a note to          |
  14.    | license@php.net so we can mail you a copy immediately.               |
  15.    +----------------------------------------------------------------------+
  16.    | Authors: Martin Jansen <mj@php.net>                                  |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20. response_header("The PEAR Group: License Announcement");
  21. ?>
  22.  
  23. <h1>PEAR Group - Administrative Documents</h1>
  24.  
  25. <h2>&raquo; License Announcement</h2>
  26.  
  27. <p>Published: 02 April 2004</p>
  28.  
  29. <p>Revised: 08 January 2006 (MIT License added)</p>
  30.  
  31. <p>The PEAR Group would like to announce the following refinement of the
  32. <a href="/manual/en/faq.devs.php#faq.licenses">current license faq entry</a>.</p>
  33.  
  34. <p>Vote result: 5 (+1), 0 (-1), 3 (+0)</p>
  35.  
  36. <p>The current list allows a great number of licenses which vary greatly.
  37. This means that users may have to learn the in's and out's of alot of
  38. licenses. Also some of the license choices impose comparitively high
  39. restrictions to the standard PHP license (GPL, QPL ..). As PEAR aims to
  40. extend the functionality provided by PHP users of PHP should fairly
  41. safely be able to also use any PEAR package without licensing worries,
  42. be it for commercial or non commercial, closed or opensource use.</p>
  43.  
  44. <p>Therefore with this announcement the license choices are reduced to the
  45. following short list:</p>
  46.  
  47. <ul>
  48.   <li><a href="http://www.php.net/license/">PHP</a></li>
  49.   <li><a href="http://www.apache.org/licenses/">Apache</a></li>
  50.   <li><a href="http://www.gnu.org/copyleft/lesser.html">LGPL</a></li>
  51.   <li><a href="http://www.opensource.org/licenses/bsd-license.php">BSD style</a></li>
  52.   <li><a href="http://www.opensource.org/licenses/mit-license.html">MIT</a></li>
  53. </ul>
  54.  
  55. <p>Other licenses may be accepted on a case by case basis, but will have to
  56. fit the above criterias. This decision has been made to simplify the
  57. current situation, and as with all decisions is open to be refined in
  58. the future using the RFC proposal methodology.</p>
  59.  
  60. <p>All packages, which are already part of PEAR as of now, which use other
  61. licenses, do not need to follow this regulation.</p>
  62.  
  63. <?php
  64.  
  65. echo make_link('/group/''Back');
  66.  
  67. response_footer();

Documentation generated on Mon, 11 Mar 2019 16:01:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.