From 1467901e3e54533ed914cf97615486d6979eff0d Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 21 May 2005 23:15:32 +0000 Subject: [PATCH] * Fixes for some $LOG$ removal snafu's git-svn-id: trunk@57 - --- rtl/bsd/sysctl.pp | 1 + rtl/darwin/console.pp | 1 + 2 files changed, 2 insertions(+) diff --git a/rtl/bsd/sysctl.pp b/rtl/bsd/sysctl.pp index a3d916061c..dce63aac8a 100644 --- a/rtl/bsd/sysctl.pp +++ b/rtl/bsd/sysctl.pp @@ -1,5 +1,6 @@ Unit sysctl; +{ This file is part of the Free Pascal run time library. (c) 2002 by Marco van de Voort member of the Free Pascal development team. diff --git a/rtl/darwin/console.pp b/rtl/darwin/console.pp index 375209f268..12d6206196 100644 --- a/rtl/darwin/console.pp +++ b/rtl/darwin/console.pp @@ -1,3 +1,4 @@ +{ This file is part of the Free Pascal run time library. (c) 2000 by Marco van de Voort member of the Free Pascal development team.