From a0ef631658ec5902fd2c025d22cd762ed06e63ea Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 21 Jun 1999 03:59:39 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 4 +-- harbour/doc/{header.txt => hdr_tpl.txt} | 34 +++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 2 deletions(-) rename harbour/doc/{header.txt => hdr_tpl.txt} (59%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9f1c291ac6..0e14f985c4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -11,8 +11,8 @@ The rest of the ERROR API functions implemented. . hb_errorRT_BASE() implemented. - + doc/header.txt - added as a function header - template. + + doc/hdr_tpl.txt - added templates for + file and function headers. 19990621-01:30 CET Victor Szel * whatsnew.txt moved to doc/ directory. diff --git a/harbour/doc/header.txt b/harbour/doc/hdr_tpl.txt similarity index 59% rename from harbour/doc/header.txt rename to harbour/doc/hdr_tpl.txt index 1d0cc88024..b41c6f4179 100644 --- a/harbour/doc/header.txt +++ b/harbour/doc/hdr_tpl.txt @@ -1,4 +1,38 @@ +(proposal) + +FILE HEADER TEMPLATE +==================== + +/* $Id$ + + Harbour Project source code + + This file contains the Harbour internal error handling definitions + + Copyright (C) 1999 ? + www - http://www.harbour-project.org + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + 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. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + V 1.0 1999-04-25 - Initial posting. +*/ + +FUNCTION HEADER TEMPLATE +======================== + /* $DOC$ * $FUNCNAME$ *