CREDITS.txt 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. /****************************************************************************
  31. * Software: FPDF_Protection *
  32. * Version: 1.02 *
  33. * Date: 2005/05/08 *
  34. * Author: Klemen VODOPIVEC *
  35. * License: Freeware *
  36. * *
  37. * You may use and modify this software as you wish as stated in original *
  38. * FPDF package. *
  39. ****************************************************************************/
  40. /****************************************************************************
  41. // FPDI - Version 1.2
  42. //
  43. // Copyright 2004-2007 Setasign - Jan Slabon
  44. //
  45. // Licensed under the Apache License, Version 2.0 (the "License");
  46. // you may not use this file except in compliance with the License.
  47. // You may obtain a copy of the License at
  48. //
  49. // http://www.apache.org/licenses/LICENSE-2.0
  50. //
  51. // Unless required by applicable law or agreed to in writing, software
  52. // distributed under the License is distributed on an "AS IS" BASIS,
  53. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  54. // See the License for the specific language governing permissions and
  55. // limitations under the License.
  56. ****************************************************************************/
  57. /****************************************************************************
  58. * @copyright Khaled Al-Shamaa 2008
  59. * @link http://www.ar-php.org
  60. * @author Khaled Al-Shamaa <khaled@ar-php.org>
  61. * @desc Set of PHP5 / UTF-8 Classes developed to enhance Arabic web
  62. * applications by providing set of tools includes stem-based searching,
  63. * translitiration, soundex, Hijri calendar, charset detection and
  64. * converter, spell numbers, keyboard language, Muslim prayer time,
  65. * auto-summarization, and more...
  66. * @package Arabic
  67. *
  68. * @version 1.8 released in Feb 15, 2009
  69. *
  70. * @license LGPL
  71. ****************************************************************************/
  72. This library is free software; you can redistribute it and/or
  73. modify it under the terms of the GNU Lesser General Public
  74. License as published by the Free Software Foundation;
  75. This library is distributed in the hope that it will be useful,
  76. but WITHOUT ANY WARRANTY; without even the implied warranty of
  77. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  78. Lesser General Public License for more details.
  79. [http://www.opensource.org/licenses/lgpl-license.php]