From 967f0e44016ada690fb1681a5e275cd9da60fb3c Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 18 Jul 2001 09:54:52 +0000 Subject: [PATCH] removed Patrick's copyright --- harbour/source/rtl/profiler.prg | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/harbour/source/rtl/profiler.prg b/harbour/source/rtl/profiler.prg index 9d3f6941c9..c337f47546 100644 --- a/harbour/source/rtl/profiler.prg +++ b/harbour/source/rtl/profiler.prg @@ -1,13 +1,12 @@ /* - * $id: $ + * $id:$ */ /* * Harbour Project source code: * profiler * - * Copyright 2001 Antonio Linares and - * Patrick Mast + * Copyright 2001 Antonio Linares * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify @@ -70,7 +69,7 @@ * Profiler() * => Writes NO info to file, returns Array of profiler info. * Array only contains USED functions/classes. - * + * * Profiler(,.t.) * => Writes NO info to file, returns Array of profiler info. * Array only contains ALL functions/classes.