misc.html 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. Acknowledgments and Other Issues
  6. </TITLE>
  7. <style type="text/css">
  8. body {
  9. font-family: Arial, Helvetica, Sans;
  10. }
  11. </style>
  12. </HEAD>
  13. <BODY>
  14. <H1>
  15. <IMG SRC="images/ring.gif" WIDTH=124 HEIGHT=124 ALIGN=left BORDER=1 HSPACE=6 ALT="ring">
  16. Acknowledgments and Other Issues
  17. </H1>
  18. <P>
  19. Silicon Graphics has seen fit to allow us to give this work away. It
  20. is free. There is no support or guarantee of any sort as to its
  21. operations, correctness, or whatever. If you do anything useful with
  22. all or parts of it you need to honor the copyright notices. It would
  23. also be nice to be acknowledged.<p>
  24. <BR CLEAR=left>
  25. <H2>Acknowledgements</H2>
  26. The libtiff software was written by Sam Leffler while working for
  27. Silicon Graphics.<p>
  28. The LZW algorithm is derived from the compress program (the proper attribution
  29. is included in the source code). The Group 3 fax stuff originated as code
  30. from Jef Poskanzer, but has since been rewritten several times. The latest
  31. version uses an algorithm from Frank Cringle -- consult
  32. <TT>libtiff/mkg3states.c</TT> and <TT>libtiff/tif_fax3.h</TT> for further
  33. information. The JPEG support was written by Tom Lane and is dependent on the
  34. excellent work of Tom Lane and the Independent JPEG Group (IJG) who distribute
  35. their work under friendly licensing similar to this software. Joris Van Damme
  36. implemented the robust Old JPEG decoder (as included in libtiff since version
  37. 3.9.0, there was another Old JPEG module in older releases, which was
  38. incomplete and unsuitable for many existing images of that format). JBIG
  39. module was written by Lee Howard and depends on JBIG library from the Markus
  40. Kuhn. Many other people have by now helped with bug fixes and code; a few of
  41. the more persistent contributors have been:
  42. <PRE>
  43. Bjorn P. Brox
  44. Dan McCoy
  45. J.T. Conklin
  46. Richard Minner
  47. Frank D. Cringle
  48. Richard Mlynarik
  49. Soren Pingel Dalsgaard
  50. Niles Ritter
  51. Steve Johnson
  52. Karsten Spang
  53. Tom Lane
  54. Peter Smith
  55. Brent Roman
  56. Mike Welles
  57. Frank Warmerdam
  58. Greg Ward
  59. Stanislav Brabec
  60. Roman Shpount
  61. Peter Skarpetis
  62. Arvan Pritchard
  63. Bernt Herd
  64. Joseph Orost
  65. Phil Beffery
  66. Ivo Penzar
  67. Francois Dagand
  68. Albert Chin-A-Young
  69. Bruce A. Mallett
  70. Dwight Kelly
  71. Andrey Kiselev
  72. Ross Finlayson
  73. Dmitry V. Levin
  74. Bob Friesenhahn
  75. Lee Howard
  76. Joris Van Damme
  77. Tavis Ormandy
  78. Richard Nolde
  79. Even Rouault
  80. </PRE>
  81. (my apology to anyone that was inadvertently not listed.)
  82. <H2>Use and Copyright</H2>
  83. <PRE><B>
  84. Copyright (c) 1988-1997 Sam Leffler
  85. Copyright (c) 1991-1997 Silicon Graphics, Inc.
  86. Permission to use, copy, modify, distribute, and sell this software and
  87. its documentation for any purpose is hereby granted without fee, provided
  88. that (i) the above copyright notices and this permission notice appear in
  89. all copies of the software and related documentation, and (ii) the names of
  90. Sam Leffler and Silicon Graphics may not be used in any advertising or
  91. publicity relating to the software without the specific, prior written
  92. permission of Sam Leffler and Silicon Graphics.
  93. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
  94. EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
  95. WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  96. IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  97. ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  98. OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  99. WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
  100. LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  101. OF THIS SOFTWARE.
  102. </B></PRE>
  103. <HR>
  104. Last updated: $Date: 2016-09-25 20:05:44 $
  105. </BODY>
  106. </HTML>