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

Documentation generated on Mon, 11 Mar 2019 15:14:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.