home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / mesa-1.2.8 / mondello / credits < prev    next >
Text File  |  1996-05-27  |  3KB  |  53 lines

  1. Credit where credit is due:
  2.  
  3. I'd just like to mention the names of a few people who made this possible,
  4. since they at least deserve that.
  5.  
  6.  
  7. Brian Paul      For writing Mesa (the OpenGL-alike) and hence making the world
  8.                 a better place for graphics progamming.
  9.         (brianp@ssec.wisc.edu)
  10.  
  11. Robin Cutshaw   Robin (unknowingly) lent me his PCI access functions from
  12.                 XFree86 (xc/programs/Xserver/hw/xf86/etc/scanpci.c) to 
  13.                 help in finding the Mondello card.
  14.         (robin@xfree86.org)
  15.  
  16. Tom Dye         Tom is the head of the Austin Design Center for Cirrus Logic
  17.                 and was nice enough to lend some of his hardware to the 
  18.                 University of Texas for us to work with.
  19.  
  20. Cirrus Logic    (see Tom Dye)
  21.  
  22. Goran Devic     For giving us his code for the Mondello card and being 
  23.                 exceptionally helpful in answering questions about the
  24.                 hardware.  (Goran works at Cirrus-Austin)
  25.  
  26. Don Fussell     For heading up this project.
  27.          (fussell@cs.utexas.edu)
  28.  
  29. Linux people    For writing such a great operating system.
  30.  
  31. Zeyd M. Ben-Halim and Ers S. Raymond for ncurses, from which I stripped some
  32. of the code in the src-tk2 directory.
  33.  
  34. /***************************************************************************
  35. *                            COPYRIGHT NOTICE                              *
  36. ****************************************************************************
  37. *                ncurses is copyright (C) 1992-1995                        *
  38. *                          Zeyd M. Ben-Halim                               *
  39. *                          zmbenhal@netcom.com                             *
  40. *                          Eric S. Raymond                                 *
  41. *                          esr@snark.thyrsus.com                           *
  42. *                                                                          *
  43. *        Permission is hereby granted to reproduce and distribute ncurses  *
  44. *        by any means and for any fee, whether alone or as part of a       *
  45. *        larger distribution, in source or in binary form, PROVIDED        *
  46. *        this notice is included with any such distribution, and is not    *
  47. *        removed from any of its header files. Mention of ncurses in any   *
  48. *        applications linked with it is highly appreciated.                *
  49. *                                                                          *
  50. *        ncurses comes AS IS with no warranty, implied or expressed.       *
  51. *                                                                          *
  52. ***************************************************************************/
  53.