copyright.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?php
  2. /*
  3. * $Id
  4. */
  5. require_once('include/prepend.php');
  6. commonHeader("Copyright and License");
  7. ?>
  8. <h1>Copyright and License</h1>
  9. <h2>PHP License</h2>
  10. <p>For information on the PHP License (i.e. using the PHP language),
  11. <?php print_link('http://www.php.net/license/', 'click here'); ?>.
  12. </p>
  13. <h2>PHP-GTK License</h2>
  14. <p>PHP-GTK is released under the LGPL.
  15. <?php print_link('http://www.gnu.org/copyleft/lesser.html#SEC1', 'Click here'); ?>
  16. for more info on the LGPL.</p>
  17. <h2>Website Copyright</h2>
  18. <p>The code, text, PHP logo, and graphical elements on this website and the
  19. mirror websites (the "Site") are Copyright &copy; 2001-<?php echo date('Y'); ?> The PHP
  20. Group. All rights reserved.</p>
  21. <p>Except as otherwise indicated elsewhere on this Site, you are free view,
  22. download and print the documents and information available on this Site
  23. subject to the following conditions:</p>
  24. <ul>
  25. <li>You may not remove any copyright or other proprietary notices
  26. contained in the documents and information on this Site.</li>
  27. <li>The rights granted to you constitute a license and not a transfer of
  28. title.</li>
  29. <li>The rights specified above to view, download and print the documents
  30. and information available on this Site are not applicable to the
  31. graphical elements, design or layout of this Site.These elements of
  32. the Site are protected by trade dress and other laws and may not be
  33. copied or imitated in whole or in part.</li>
  34. </ul>
  35. <p>You can contact the webmaster at
  36. <?php print_email('php-gtk-webmaster@lists.php.net'); ?>.</p>
  37. <p>For more information on the PHP Group and the PHP project, please see
  38. <?php print_link('http://www.php.net/'); ?>.</p>
  39. <p>For more information on the PHP-GTK project, please see
  40. <?php print_link('http://gtk.php.net/'); ?>.</p>
  41. <br />
  42. <?php
  43. commonFooter();
  44. /*
  45. * Local variables:
  46. * tab-width: 4
  47. * c-basic-offset: 4
  48. * End:
  49. * vim: expandtab sw=4 ts=4 fdm=marker
  50. */
  51. ?>