home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Product / Product.zip / ISPSRC.ZIP / version.h < prev    next >
Text File  |  1993-04-13  |  3KB  |  94 lines

  1. /*
  2.  * Since the strings in this file are printed out when the "-v" switch is
  3.  * given to ispell, you may want to translate them into your native language.
  4.  * However, any translation of these strings MUST accurately preserve the
  5.  * legal rights under international law;  you may wish to consult a lawyer
  6.  * about this since you will be responsible for the results of any
  7.  * incorrect translation.
  8.  */
  9.  
  10. static char * Version_ID[] = {
  11.     "@(#) International Ispell Version 3.0.09 (beta), 01/10/92",
  12.     "@(#) Modified and ported to the OS/2 2.0 operating system by Joe Huber",
  13.     "@(#) OS/2 version 19-APR-93",
  14.     "@(#) Copyright (c), 1983, by Pace Willisson",
  15.     "@(#) International version Copyright (c) 1987, 1988, 1990, 1991, 1992,",
  16.     "@(#) by Geoff Kuenning, Manhattan Beach, CA.  All rights reserved.",
  17.     "@(#) Permission for non-profit reproduction and use is hereby granted.",
  18.     "@(#) Commercial organizations may distribute ispell as a free part of a",
  19.     "@(#) larger proprietary package for which a fee is charged.  Commercial",
  20.     "@(#) organizations may also charge a reasonable reproduction fee for",
  21.     "@(#) distributing ispell alone.  Modifications may be made so",
  22.     "@(#) long as this notice is preserved, modified versions are",
  23.     "@(#) clearly marked as such in this notice, all changes are",
  24.     "@(#) dated, and the author of each modification is identified.",
  25.     NULL
  26. };
  27.  
  28. static char RCS_Version_ID[] =
  29.     "$Id: version.h,v 1.18 1992/01/10 10:54:11 geoff Exp $";
  30.  
  31. /*
  32.  * $Log:    version.h,v $
  33.  * Revision 1.18  1992/01/10  10:54:11  geoff
  34.  * Update to patch level 9.
  35.  *
  36.  * Revision 1.17  1992/01/09  09:29:54  geoff
  37.  * Update to version 8, including adding 1992 to the copyright date.
  38.  *
  39.  * Revision 1.16  91/09/17  22:44:16  geoff
  40.  * Update to patch level 6.  Clarify some issues in the copyright.
  41.  * 
  42.  * Revision 1.15  91/08/10  18:15:16  geoff
  43.  * Update to patch 5.
  44.  * 
  45.  * Revision 1.14  91/07/27  20:50:12  geoff
  46.  * Update to patch 4
  47.  * 
  48.  * Revision 1.13  91/07/17  02:10:25  geoff
  49.  * Update to patch 3
  50.  * 
  51.  * Revision 1.12  91/07/05  16:48:36  geoff
  52.  * Update to patch 2.
  53.  * 
  54.  * Revision 1.11  91/06/23  22:20:45  geoff
  55.  * Update to patch 1
  56.  * 
  57.  * Revision 1.10  91/06/17  21:43:40  geoff
  58.  * Update to beta status
  59.  * 
  60.  * Revision 1.9  90/12/29  03:05:13  geoff
  61.  * Update current date, and update copyrights to include 1991, since that's
  62.  * the expected release date.
  63.  * 
  64.  * Revision 1.8  90/09/04  01:12:25  geoff
  65.  * Add a comment about the possibility of translation.  Update the alpha
  66.  * date.  Update the copyright to include 1990.
  67.  * 
  68.  * Revision 1.7  89/04/27  23:35:02  geoff
  69.  * Add an expanded copyright, and update the version to 3.0 alpha.  Note that
  70.  * there is more than one 3.0 alpha;  check the date given to be sure which
  71.  * one you have!
  72.  * 
  73.  * Revision 1.6  88/02/29  00:40:38  geoff
  74.  * Update to reflect new (list-linked) capitalization handling
  75.  * 
  76.  * Revision 1.5  87/09/09  00:33:28  geoff
  77.  * Update version to reflect adding collation information, bug fixes
  78.  * 
  79.  * Revision 1.4  87/08/28  21:21:11  geoff
  80.  * Change to support a multi-line version that omits RCS information and
  81.  * includes a copyright message.  Also change version number to reflect
  82.  * alpha to Stefan Taxhet.
  83.  * 
  84.  * Revision 1.3  87/06/09  23:40:54  geoff
  85.  * Update to reflect posting of patch 2a
  86.  * 
  87.  * Revision 1.2  87/05/28  21:20:24  geoff
  88.  * Take out the #ifndef lint
  89.  * 
  90.  * Revision 1.1  87/05/25  21:34:56  geoff
  91.  * Initial revision
  92.  * 
  93.  */
  94.