gplprog.pt 541 B

12345678910111213141516171819202122232425262728
  1. {
  2. $Id$
  3. <partof>
  4. Copyright (c) 1998 by <yourname>
  5. <infoline>
  6. See the file COPYING.FPC, included in this distribution,
  7. for details about the copyright.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. **********************************************************************}
  12. program ;
  13. uses ;
  14. BEGIN
  15. END.
  16. {
  17. $Log$
  18. Revision 1.1 1999-02-19 15:37:26 peter
  19. + init
  20. }