gplunit.pt 944 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. $Id$DATE $TIME peter Exp $
  3. This file is part of $PROMPT('This file is part of')
  4. Copyright (c) $DATE('yyyy') by $PROMPT('Your name')
  5. $PROMPT('Description of file')
  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. unit $PROMPT('unit');
  13. interface
  14. uses $PROMPT('uses');
  15. const
  16. type
  17. var
  18. implementation
  19. end.
  20. {
  21. $Log$
  22. Revision 1.1 2001-08-04 11:30:25 peter
  23. * ide works now with both compiler versions
  24. Revision 1.1 2000/07/13 09:48:36 michael
  25. + Initial import
  26. Revision 1.4 2000/06/07 06:17:14 pierre
  27. * New templates from Gabor
  28. Revision 1.1 1999/02/19 15:37:26 peter
  29. + init
  30. }