home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / editor / pminfo / copyrght.c < prev    next >
Text File  |  1994-01-31  |  582b  |  16 lines

  1. char *embedded_text_Copyrght[] = {
  2.     "",
  3.     "PM Info version 1.0, Copright (C) 1992 Colin Jensen",
  4.     "",
  5.     "PM Info comes with ABSOLUTELY NO WARRANTY, for details select",
  6.     "About/Warranty.",
  7.     "",
  8.     "This is free software, and you are welcome to redistribute",
  9.     "it under certain conditions; select About/Copying for details.",
  10.     "",
  11.     "Programmer: Colin Jensen ",
  12.     "Email: cjensen@ampex.com ljensen@netcom.netcom.com",
  13.     "USMail: 4902 Esguerra Terrace, Fremont CA 94555"
  14. };
  15. int embedded_text_Copyrght_count = sizeof(embedded_text_Copyrght) / sizeof(*embedded_text_Copyrght);
  16.