license.inc 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. # ***** BEGIN LICENSE BLOCK *****
  3. # This file is derived from the "template.php" file of DotClear,
  4. # modified for Drupal.
  5. #
  6. # Copyright of the original file: (c) 2004 Olivier Meunier and
  7. # contributors. All rights reserved.
  8. # Adaptation for Drupal: 2006 by Frederic G. MARAND.
  9. # What that means regarding copyright is lawyer's matter
  10. #
  11. # DotClear is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version.
  15. #
  16. # DotClear is distributed in the hope that it will be useful,
  17. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. # GNU General Public License for more details.
  20. #
  21. # You should have received a copy of the GNU General Public License
  22. # along with DotClear; if not, write to the Free Software
  23. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  24. #
  25. # Drupal is free software; you can redistribute it and/or modify
  26. # it under the terms of the GNU General Public License as published by
  27. # the Free Software Foundation; either version 2 of the License, or
  28. # (at your option) any later version.
  29. #
  30. # Drupal is distributed in the hope that it will be useful,
  31. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  32. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  33. # GNU General Public License for more details.
  34. #
  35. # You should have received a copy of the GNU General Public License
  36. # along with Drpal; if not, write to the Free Software
  37. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  38. #
  39. # ***** END LICENSE BLOCK *****