copyright 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. This is the Debian prepackaged version of the ncurses
  2. library and terminfo utilities. ncurses/terminfo was originally written
  3. by Pavel Curtis and Zeyd M. Ben-Halim <zmbenhal@netcom.com>, and is
  4. currently held by the Free Software Foundation.
  5. This package was put together by Vaidhyanathan G Mayilrangam
  6. <vaidhy@debian.org> and Joel Klecker <espy@debian.org>, using sources
  7. obtained from ftp://ftp.gnu.org/gnu/ncurses/ncurses-5.0.tar.gz.
  8. It is based somewhat on work done by Bruce Perens <Bruce@Pixar.com>,
  9. David Engel <david@elo.ods.com>. Michael Alan Dorman
  10. <mdorman@debian.org>, Richard Braakman <dark@xs4all.nl>, James Troup
  11. <jjtroup@comp.brad.ac.uk>, J.H.M. Dassen (Ray)
  12. <jdassen@wi.LeidenUniv.nl>, and Galen Hazelwood <galenh@micron.net>
  13. over various years.
  14. Changes:
  15. * added Debian package maintenance system files
  16. * changed Makefile.in's to compile with -D_REENTRANT
  17. * changed configure.in to support proper compilation of debugging libraries
  18. * Fixed tget{flag,num,str} in lib_termcap ("long" strings work now)
  19. Changes to terminfo.src:
  20. * Removed ich(1) from linux, screen, vt320
  21. /****************************************************************************
  22. * Copyright (c) 1998 Free Software Foundation, Inc. *
  23. * *
  24. * Permission is hereby granted, free of charge, to any person obtaining a *
  25. * copy of this software and associated documentation files (the *
  26. * "Software"), to deal in the Software without restriction, including *
  27. * without limitation the rights to use, copy, modify, merge, publish, *
  28. * distribute, distribute with modifications, sublicense, and/or sell *
  29. * copies of the Software, and to permit persons to whom the Software is *
  30. * furnished to do so, subject to the following conditions: *
  31. * *
  32. * The above copyright notice and this permission notice shall be included *
  33. * in all copies or substantial portions of the Software. *
  34. * *
  35. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
  36. * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
  37. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
  38. * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
  39. * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
  40. * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
  41. * THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
  42. * *
  43. * Except as contained in this notice, the name(s) of the above copyright *
  44. * holders shall not be used in advertising or otherwise to promote the *
  45. * sale, use or other dealings in this Software without prior written *
  46. * authorization. *
  47. ****************************************************************************/