From 69efbfe399269e6a1fb74a3c698a73984765dc2c Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Wed, 7 Jul 1999 03:52:19 +0000 Subject: [PATCH] See ChangeLog entry 19990706-22:40 EDT David G. Holm --- harbour/ChangeLog | 14 ++++++++++ harbour/doc/hdr_tpl.txt | 25 +++++++++++------- harbour/source/compiler/fixflex.c | 43 ++++++++++++++++++++++++++++--- harbour/source/rtl/devoutp.prg | 7 +++-- 4 files changed, 74 insertions(+), 15 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 69ddfee65a..0e4e04665e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,17 @@ +19990706-22:40 EDT David G. Holm + * doc/hdr_tpl.txt + - Removed "(C)" from Copyright notice + + Put author's name rather than date + next to each version number, because + the RCS tracks dates, but only tracks + CVS user names, not author names. + + Added version comment for Victor Szel's change + * source/compiler/fixflex.c + + Placed under GPL + * source/rtl/devoutp.prg + - Removed "(C)" from Copyright + * Updated previous version comments + 19990707-03:48 CET Victor Szel * doc/hdr_tpl.txt * Description line changed to be a template, too. diff --git a/harbour/doc/hdr_tpl.txt b/harbour/doc/hdr_tpl.txt index 6587c4d9eb..98ab4f05f9 100644 --- a/harbour/doc/hdr_tpl.txt +++ b/harbour/doc/hdr_tpl.txt @@ -10,7 +10,7 @@ FILE HEADER TEMPLATE (one/two-liner description about the purpose of this source file) - Copyright (C) 1999 (list of individual authors) + Copyright 1999 (list of individual authors) www - http://www.harbour-project.org This program is free software; you can redistribute it and/or modify @@ -35,15 +35,20 @@ FILE HEADER TEMPLATE Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit their web site at http://www.gnu.org/). - V 1.3 1999-07-06 - Added "(one/two-liner description of the purpose of - this source file)" instead of the previous - specific file description line. - V 1.2 1999-06-24 - Added HRL/HVM license exception for executables. - Added GNU web site. - Replaced "?" in copyright statement with "(list - of individual authors)". - V 1.1 1999-06-21 - Added templates for file and function headers. - V 1.0 1999-04-25 - Initial posting. + V 1.4 David G. Holm Removed "(C)" from Copyright notice + Put author's name rather than date + next to each version number, because + the RCS tracks dates, but only tracks + CVS user names, not author names. + V 1.3 Victor Sezl Description line changed to be a + template, too. + V 1.2 David G. Holm Added HRL/HVM license exception for + executables. Added GNU web site. + Replaced "?" in copyright statement + with "(list of individual authors)". + V 1.1 Victor Sezl Added templates for file and function + headers. Committed to CVS. + V 1.0 Victor Sezl Initial version. */ FUNCTION HEADER TEMPLATE diff --git a/harbour/source/compiler/fixflex.c b/harbour/source/compiler/fixflex.c index 752e9e9f7b..6b50c24abb 100644 --- a/harbour/source/compiler/fixflex.c +++ b/harbour/source/compiler/fixflex.c @@ -1,6 +1,43 @@ -/* - * $Id$ - */ +/* $Id$ + + Harbour Project source code + + This file contains an external program that splits the Harbour Flex and + Bison generated source code into multiple modules so that they can be + compiled by 16-bit C compilers with a 64KB per module data size limit. + + Copyright 1999 David G. Holm + 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 (or visit + their web site at http://www.gnu.org/). + + V 1.5 David G. Holm Switched from using a series of if + statements for the smaller large files + to using an array of table names and a + for loop and removed yy_acclist, which + is no longer used + V 1.4 Gonzalo A. Diethelm Added RCS Id keyword + V 1.3 David G. Holm Split the two largest tables into + separate modules and the four next + largest tables into a third module + V 1.2 David G. Holm Modified to work with both C and + C++ compilers + V 1.1 David G. Holm Submitted to the Harbor Project + V 1.0 David G. Holm Original Version +*/ #include #include diff --git a/harbour/source/rtl/devoutp.prg b/harbour/source/rtl/devoutp.prg index 8470be2641..3af8936c14 100644 --- a/harbour/source/rtl/devoutp.prg +++ b/harbour/source/rtl/devoutp.prg @@ -5,7 +5,7 @@ This file contains the Harbour function that outputs expressions using picture transformations - Copyright (C) 1999 David G. Holm + Copyright 1999 David G. Holm www - http://www.Harbour-Project.org This program is free software; you can redistribute it and/or modify @@ -30,7 +30,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit their web site at http://www.gnu.org/). - V 1.0 1999-07-04 - Initial version + V 1.2 David G. Holm Removed "(C)" from Copyright and + updated previous version comments. + V 1.1 David G. Holm Submitted to Harbour Project. + V 1.0 David G. Holm Initial version. */ /* $DOC$