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

Source for file copyright.php

Documentation is available at copyright.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2001-2005 The PHP 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:                                                             |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20.  
  21. response_header('Copyright and License');
  22. ?>
  23.  
  24. <h1>Copyright and Licence</h1>
  25.  
  26. <h2>&raquo; PHP License</h2>
  27.  
  28. <p>
  29. For information on the PHP License (i.e. using the PHP language),
  30. <?php echo make_link('http://www.php.net/license/''click here')?>.
  31. </p>
  32.  
  33. <h2>&raquo; Website Copyright</h2>
  34.  
  35. <p>
  36. The code, text, PHP logo, and graphical elements on this website
  37. and the mirror websites (the "Site") are Copyright &copy; 2001-2006
  38. The PHP Group.  All rights reserved.
  39. </p>
  40.  
  41. <p>
  42. Except as otherwise indicated elsewhere on this Site, you are free
  43. view, download and print the documents and information available
  44. on this Site subject to the following conditions:
  45. </p>
  46. <ul>
  47. <li>You may not remove any copyright or other proprietary notices
  48. contained in the documents and information on this Site.</li>
  49. <li>The rights granted to you constitute a license and not a transfer
  50. of title.</li>
  51. <li>The rights specified above to view, download and print the
  52. documents and information available on this Site are not applicable
  53. to the graphical elements, design or layout of this Site.  These
  54. elements of the Site are protected by trade dress and other laws
  55. and may not be copied or imitated in whole or in part.</li>
  56. </ul>
  57.  
  58. <p>
  59. You can contact the webmaster at
  60. <?php echo make_mailto_link(PEAR_WEBMASTER_EMAIL)?>.
  61. </p>
  62.  
  63. <p>
  64. For more information on the PHP Group and the PHP project, please see
  65. <?php echo make_link('http://www.php.net/')?>.
  66. </p>
  67.  
  68. <?php
  69. response_footer();

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