license header and line ending fixups
[pngwrite.git] / Project1.dpr
1 { Copyright (C) 2008 Peter Green \r
2   For conditions of distribution and use, see copyright notice in zlib_license.txt \r
3   which is included in the package \r
4   ----------------------------------------------------------------------------- } \r
5 \r
6 program Project1;\r
7 \r
8 uses\r
9   Forms,\r
10   Unit1 in 'Unit1.pas' {Form1},\r
11   pngwrite in 'pngwrite.pas';\r
12 \r
13 {$R *.RES}\r
14 \r
15 begin\r
16   Application.Initialize;\r
17   Application.CreateForm(TForm1, Form1);\r
18   Application.Run;\r
19 end.\r