From 1035e7b3b4aa37e3528495a3715888d2f8bcf4b2 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Mon, 20 Nov 2006 07:55:29 +0000 Subject: minor changes in copyright header. --- examples/gfx/eventtest/eventtest.lpi | 8 ++++---- examples/gfx/eventtest/eventtest.pas | 12 ++++++------ examples/gfx/helloworld/helloworld.lpi | 5 ++--- examples/gfx/helloworld/helloworld.pas | 9 ++++----- 4 files changed, 16 insertions(+), 18 deletions(-) diff --git a/examples/gfx/eventtest/eventtest.lpi b/examples/gfx/eventtest/eventtest.lpi index 09f3228a..20cb4496 100644 --- a/examples/gfx/eventtest/eventtest.lpi +++ b/examples/gfx/eventtest/eventtest.lpi @@ -1,7 +1,7 @@ - + @@ -20,7 +20,7 @@ - + @@ -39,12 +39,12 @@ - - + diff --git a/examples/gfx/eventtest/eventtest.pas b/examples/gfx/eventtest/eventtest.pas index aaf3e5dc..8b371478 100644 --- a/examples/gfx/eventtest/eventtest.pas +++ b/examples/gfx/eventtest/eventtest.pas @@ -3,7 +3,7 @@ Event Test example - Copyright (C) 2000 - 2006 See the file AUTHORS, included in this + Copyright (C) 2000 - 2006 See the file AUTHORS.txt, included in this distribution, for details of the copyright. See the file COPYING.modifiedLGPL, included in this distribution, @@ -17,10 +17,11 @@ program EventTest; uses - SysUtils, - Classes, - GFXBase, - fpGFX; + SysUtils + ,Classes + ,GFXBase + ,fpGFX + ; const @@ -72,7 +73,6 @@ begin OnPaint := @Paint; OnMove := @Move; OnResize := @Resize; - Show; end; diff --git a/examples/gfx/helloworld/helloworld.lpi b/examples/gfx/helloworld/helloworld.lpi index ae62c3cf..66ec049a 100644 --- a/examples/gfx/helloworld/helloworld.lpi +++ b/examples/gfx/helloworld/helloworld.lpi @@ -1,7 +1,7 @@ - + @@ -20,7 +20,7 @@ - + @@ -38,7 +38,6 @@ - diff --git a/examples/gfx/helloworld/helloworld.pas b/examples/gfx/helloworld/helloworld.pas index 50504a95..937e8ed8 100644 --- a/examples/gfx/helloworld/helloworld.pas +++ b/examples/gfx/helloworld/helloworld.pas @@ -3,7 +3,7 @@ HelloWorld - GFX Hello World application - Copyright (C) 2000 - 2006 See the file AUTHORS, included in this + Copyright (C) 2000 - 2006 See the file AUTHORS.txt, included in this distribution, for details of the copyright. See the file COPYING.modifiedLGPL, included in this distribution, @@ -16,10 +16,9 @@ program HelloWorld; uses - Classes, - Types, - fpGFX, - GFXBase + Classes + ,fpGFX + ,GFXBase ; const -- cgit v1.2.3-70-g09d2