See ChangeLog entry 19990706-22:40 EDT David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
19990706-22:40 EDT David G. Holm <dholm@jsd-llc.com>
|
||||
* 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 <info@szelvesz.hu>
|
||||
* doc/hdr_tpl.txt
|
||||
* Description line changed to be a template, too.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 <dir.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user