/usr/lib/fpc/2.6.2/ide/gplunit.pt is in fp-ide-2.6.2 2.6.2-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
$Id: gplunit.pt,v 1.2 2002/09/07 15:40:47 peter Exp $DATE $TIME peter Exp $
This file is part of $PROMPT('This file is part of')
Copyright (c) $DATE('yyyy') by $PROMPT('Your name')
$PROMPT('Description of file')
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
unit $PROMPT('unit');
interface
uses $PROMPT('uses');
const
type
var
implementation
end.
|