home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************/
- /* Apf2.h --- All the stuff needed for the "About" requester */
- /************************************************************************/
-
- struct EasyStruct ES1 = {
- sizeof(struct EasyStruct),
- 0,
- "Apfelkiste Version " APFEL_VERSION,
- "Author: Michael B÷hnisch,\n"
- " L÷her Str. 2,\n"
- " 4790 Paderborn (Germany)\n"
- "\n"
- "The Program is PD, do with it what\n"
- "you want, as long as this requester\n"
- "and the docs are left unchanged.\n"
- "\n"
- "Greetings to Massa, Bolle, Lars,\n"
- "Jochen, Raimund, H-G-S & Markus.",
- "DONE" };
-