home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 2 / AUCD2.iso / internet / webgif2 / !WebGif2 / !Help / Contribute < prev    next >
Text File  |  1996-01-22  |  3KB  |  47 lines

  1. <title>WebGif Contributors</title>
  2. <h1>WebGif Contributors</h1>
  3. <br>
  4. The WebGif core library was originally written for UNIX and has had MANY people contributing to it, Tom Boutell did the original version and his excellent gd library, but this itself was based on XPaint and other programs.  The full list of contributors is: David Rowley, Marcel Wijkstra, Jef Poskanzer, Spencer W. Thomas, Jim McKie, Steve Davies, Ken Turkowski, James A. Woods, Joe Orost, David Koblas and Tom Boutell.  My thanks go to all of these people for spending time to create such a useful program and libraries.  FreeWare still lives on strong. Long live GNU!.<p>
  5. The three copyright messages people wished to include are reproduced here:
  6. <pre>
  7. /* Code drawn from ppmtogif.c, from the pbmplus package
  8. **
  9. ** Based on GIFENCOD by David Rowley <mgardi@watdscu.waterloo.edu>. A
  10. ** Lempel-Zim compression based on "compress".
  11. **
  12. ** Modified by Marcel Wijkstra <wijkstra@fwi.uva.nl>
  13. **
  14. ** Copyright (C) 1989 by Jef Poskanzer.
  15. **
  16. ** Permission to use, copy, modify, and distribute this software and its
  17. ** documentation for any purpose and without fee is hereby granted, provided
  18. ** that the above copyright notice appear in all copies and that both that
  19. ** copyright notice and this permission notice appear in supporting
  20. ** documentation.  This software is provided "as is" without express or
  21. ** implied warranty.
  22. **
  23. ** The Graphics Interchange Format(c) is the Copyright property of
  24. ** CompuServe Incorporated.  GIF(sm) is a Service Mark property of
  25. ** CompuServe Incorporated.
  26. */
  27.  
  28. /***************************************************************************
  29.  *
  30.  *  GIFCOMPR.C       - GIF Image compression routines
  31.  *
  32.  *  Lempel-Ziv compression based on 'compress'.  GIF modifications by
  33.  *  David Rowley (mgardi@watdcsu.waterloo.edu)
  34.  *
  35.  ***************************************************************************/
  36.  
  37. /* +-------------------------------------------------------------------+ */
  38. /* | Copyright 1990, 1991, 1993, David Koblas.  (koblas@netcom.com)    | */
  39. /* |   Permission to use, copy, modify, and distribute this software   | */
  40. /* |   and its documentation for any purpose and without fee is hereby | */
  41. /* |   granted, provided that the above copyright notice appear in all | */
  42. /* |   copies and that both that copyright notice and this permission  | */
  43. /* |   notice appear in supporting documentation.  This software is    | */
  44. /* |   provided "as is" without express or implied warranty.           | */
  45. /* +-------------------------------------------------------------------+ */</pre>
  46. <hr><i>ian@paradise1.compulink.co.uk - Ian Jeffray</i>
  47.