home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
editor
/
pminfo
/
copyrght.c
< prev
next >
Wrap
Text File
|
1994-01-31
|
582b
|
16 lines
char *embedded_text_Copyrght[] = {
"",
"PM Info version 1.0, Copright (C) 1992 Colin Jensen",
"",
"PM Info comes with ABSOLUTELY NO WARRANTY, for details select",
"About/Warranty.",
"",
"This is free software, and you are welcome to redistribute",
"it under certain conditions; select About/Copying for details.",
"",
"Programmer: Colin Jensen ",
"Email: cjensen@ampex.com ljensen@netcom.netcom.com",
"USMail: 4902 Esguerra Terrace, Fremont CA 94555"
};
int embedded_text_Copyrght_count = sizeof(embedded_text_Copyrght) / sizeof(*embedded_text_Copyrght);