CREDITS.txt 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /*******************************************************************************
  2. * Software: FPDF *
  3. * Version: 1.53 *
  4. * Date: 2004-12-31 *
  5. * Author: Olivier PLATHEY *
  6. * License: Freeware *
  7. * *
  8. * You may use and modify this software as you wish. *
  9. *******************************************************************************/
  10. /*******************************************************************************
  11. * HTML2FPDF is a php script to read a HTML text and generate a PDF file. *
  12. * Copyright (C) 2004-2005 Renato Coelho *
  13. * *
  14. * html2fpdf.php, htmltoolkit.php *
  15. *******************************************************************************/
  16. CREDITS From HTML2FPDF:
  17. -Olivier Plathey for the fpdf.php class [http://www.fpdf.org]
  18. -Damon Kohler for the Flowing Block script [mailto:damonkohler@yahoo.com]
  19. -Clément Lavoillotte for HTML-oriented FPDF idea
  20. -Yamasoft for the gif.php class [http://www.yamasoft.com/]
  21. -Jérôme Fenal for the _parsegif() function
  22. -"VIETCOM" for the PDFTable code [http://www.freepgs.com/vietcom/tool/pdftable/] [mailto:vncommando@yahoo.com]
  23. -Yukihiro O. for the SetDash() function [mailto:yukihiro_o@infoseek.jp]
  24. -Ron Korving for the WordWrap() function
  25. -Michel Poulain for the DisplayPreferences() function
  26. -Patrick Benny for the MultiCellBlt() function idea [no longer in use]
  27. -Seb for the _SetTextRendering() and SetTextOutline() functions [mailto:captainseb@wanadoo.fr]
  28. -MorphSoft for the colornames list idea
  29. -W3SCHOOLS for HTML-related reference info [http://www.w3schools.com/]
  30. -Montfort Cultural Association - the site for which I generated this script [http://www.montfort.org.br]
  31. /*******************************************************************************
  32. * Software: UFPDF, Unicode Free PDF generator *
  33. * Version: 0.1 *
  34. * Date: 2004-09-01 *
  35. * Author: Steven Wittens <steven@acko.net> *
  36. * License: GPL *
  37. * *
  38. * UFPDF is a modification of FPDF to support Unicode through UTF-8. *
  39. *******************************************************************************/
  40. /****************************************************************************
  41. * Software: FPDF_Protection *
  42. * Version: 1.02 *
  43. * Date: 2005/05/08 *
  44. * Author: Klemen VODOPIVEC *
  45. * License: Freeware *
  46. * *
  47. * You may use and modify this software as you wish as stated in original *
  48. * FPDF package. *
  49. ****************************************************************************/
  50. /****************************************************************************
  51. // FPDI - Version 1.2
  52. //
  53. // Copyright 2004-2007 Setasign - Jan Slabon
  54. //
  55. // Licensed under the Apache License, Version 2.0 (the "License");
  56. // you may not use this file except in compliance with the License.
  57. // You may obtain a copy of the License at
  58. //
  59. // http://www.apache.org/licenses/LICENSE-2.0
  60. //
  61. // Unless required by applicable law or agreed to in writing, software
  62. // distributed under the License is distributed on an "AS IS" BASIS,
  63. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  64. // See the License for the specific language governing permissions and
  65. // limitations under the License.
  66. ****************************************************************************/
  67. /****************************************************************************
  68. * @copyright Khaled Al-Shamaa 2008
  69. * @link http://www.ar-php.org
  70. * @author Khaled Al-Shamaa <khaled@ar-php.org>
  71. * @desc Set of PHP5 / UTF-8 Classes developed to enhance Arabic web
  72. * applications by providing set of tools includes stem-based searching,
  73. * translitiration, soundex, Hijri calendar, charset detection and
  74. * converter, spell numbers, keyboard language, Muslim prayer time,
  75. * auto-summarization, and more...
  76. * @package Arabic
  77. *
  78. * @version 1.8 released in Feb 15, 2009
  79. *
  80. * @license LGPL
  81. ****************************************************************************/
  82. This library is free software; you can redistribute it and/or
  83. modify it under the terms of the GNU Lesser General Public
  84. License as published by the Free Software Foundation;
  85. This library is distributed in the hope that it will be useful,
  86. but WITHOUT ANY WARRANTY; without even the implied warranty of
  87. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  88. Lesser General Public License for more details.
  89. [http://www.opensource.org/licenses/lgpl-license.php]