template.pp 666 B

1234567891011121314151617181920212223242526272829
  1. {
  2. $Id$
  3. This file is part of the Free Component Library (FCL)
  4. Copyright (c) 1999-2000 by xxxx
  5. member of the Free Pascal development team
  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 template;
  13. interface
  14. implementation
  15. end.
  16. {
  17. $Log$
  18. Revision 1.3 2002-09-07 15:15:28 peter
  19. * old logs removed and tabs fixed
  20. }