See ChangeLog entry 19990708-20:05 EDT David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
19990708-20:05 EDT David G. Holm <dholm@jsd-llc.com>
|
||||
+ Added my email address to my Coypright notice in each of the following:
|
||||
* include/fileio.ch
|
||||
* include/filesys.api
|
||||
* include/filesys.h
|
||||
* include/set.ch
|
||||
* include/set.h
|
||||
* include/version.h
|
||||
* source/rtl/console.c
|
||||
* source/rtl/dates.c
|
||||
* source/rtl/devoutp.prg
|
||||
* source/rtl/set.c
|
||||
* source/rtl/strcmp.c
|
||||
* tests/working/output.prg
|
||||
* tests/working/round.prg
|
||||
* tests/working/scroll.prg
|
||||
* tests/working/seconds.prg
|
||||
* tests/working/version.prg
|
||||
|
||||
19990708-18:20 EDT David G. Holm <dholm@jsd-llc.com>
|
||||
* makefile.icc
|
||||
+ Have to create a dummy unistd.h in the include directory after
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
This module contains the defines needed for Harbour programs to use
|
||||
the FILE management functions.
|
||||
|
||||
Copyright 1999 David G. Holm
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
www - http://www.harbour-project.org
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@@ -30,6 +30,7 @@
|
||||
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 Added my email address.
|
||||
V 1.4 David G. Holm Added copyright and license header,
|
||||
along with a complete version history.
|
||||
V 1.3 Victor Szel Undocumented change.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
This module contains Clipper to Harbour conversions for FILE management.
|
||||
|
||||
Copyright 1999 David G. Holm
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
www - http://www.harbour-project.org
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@@ -29,6 +29,7 @@
|
||||
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 Added my email address.
|
||||
V 1.4 David G. Holm Added copyright and license header,
|
||||
along with a complete version history.
|
||||
V 1.3 Victor Szel Undocumented change.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
This module contains the Harbour declarations for FILE management.
|
||||
|
||||
Copyright 1999 David G. Holm
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
www - http://www.harbour-project.org
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@@ -29,6 +29,7 @@
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
|
||||
their web site at http://www.gnu.org/).
|
||||
|
||||
V 1.6 David G. Holm Added my email address.
|
||||
V 1.5 David G. Holm Added copyright and license header,
|
||||
along with a complete version history.
|
||||
V 1.4 Victor Szel Undocumented change.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
This module contains the defines needed for Harbour programs to use
|
||||
the SET function
|
||||
|
||||
Copyright 1999 David G. Holm
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
www - http://www.harbour-project.org
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@@ -30,6 +30,7 @@
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
|
||||
their web site at http://www.gnu.org/).
|
||||
|
||||
V 1.4 David G. Holm Added my email address.
|
||||
V 1.3 David G. Holm Added copyright and license header,
|
||||
along with a complete version history.
|
||||
V 1.2 Victor Szel Change not documented.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
This module contains the Harbour declarations for SET management.
|
||||
|
||||
Copyright 1999 David G. Holm
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
www - http://www.harbour-project.org
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@@ -29,6 +29,7 @@
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
|
||||
their web site at http://www.gnu.org/).
|
||||
|
||||
V 1.13 David G. Holm Added my email address.
|
||||
V 1.12 David G. Holm Added copyright and license header,
|
||||
along with a complete version history.
|
||||
V 1.11 David G. Holm Added hb_set_extrahan.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Defines the version information that can be queried via HB_VERSION()
|
||||
|
||||
Copyright 1999 David G. Holm
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
www - http://www.harbour-project.org
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@@ -29,6 +29,7 @@
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
|
||||
their web site at http://www.gnu.org/).
|
||||
|
||||
V 1.10 David G. Holm Added my email address.
|
||||
V 1.9 David G. Holm Added Copyright and License notice.
|
||||
Added version history.
|
||||
Bumped revision code to "d" and
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
partial copyright regarding the following function :
|
||||
__ACCEPT()
|
||||
|
||||
The following functions are Copyright 1999 David G. Holm:
|
||||
The following functions are Copyright 1999 David G. Holm <dholm@jsd-llc.com>:
|
||||
adjust_pos(), hb_altout(), hb_devout(), HB_DEVOUT(), hb_devpos(),
|
||||
HB_DEVPOS(), hb_dispout(), HB___EJECT(), hb_max_col(), HB_MAXCOL(),
|
||||
hb_max_row(), HB_MAXROW(), hb_out(), hb_outerr(), HB_OUTERR(),
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
*
|
||||
* You can contact me at: alinares@fivetech.com
|
||||
*
|
||||
* The following functions are Copyright 1999 David G. Holm:
|
||||
* The following functions are Copyright 1999 David G. Holm <dholm@jsd-llc.com>:
|
||||
* HB_CTOD(), HB_DATE(), hb_dtoc().
|
||||
* See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms.
|
||||
*/
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
This file contains the Harbour function that outputs expressions
|
||||
using picture transformations
|
||||
|
||||
Copyright 1999 David G. Holm
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
www - http://www.Harbour-Project.org
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@@ -30,6 +30,7 @@
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
|
||||
their web site at http://www.gnu.org/).
|
||||
|
||||
V 1.3 David G. Holm Added my email address.
|
||||
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.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
This module contains the Harbour functions for SET management.
|
||||
|
||||
Copyright 1999 David G. Holm
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
www - http://www.harbour-project.org
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@@ -29,6 +29,7 @@
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
|
||||
their web site at http://www.gnu.org/).
|
||||
|
||||
V 1.41 David G. Holm Added my email address.
|
||||
V 1.40 David G. Holm Added header template and filled in
|
||||
complete version history by cross-
|
||||
referencing ChangeLog and the output
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
/* Harbour Project source code
|
||||
http://www.Harbour-Project.org/
|
||||
The following function is Copyright 1999 David G. Holm:
|
||||
The following function is Copyright 1999 David G. Holm <dholm@jsd-llc.com>:
|
||||
hb_stricmp().
|
||||
See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms.
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Testing Harbour device management.
|
||||
/* Harbour Project source code
|
||||
http://www.Harbour-Project.org/
|
||||
Copyright 1999 David G. Holm
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Testing Harbour rounding.
|
||||
/* Harbour Project source code
|
||||
http://www.Harbour-Project.org/
|
||||
Copyright 1999 David G. Holm
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Testing Harbour screen scrolling (requires the GT API)
|
||||
/* Harbour Project source code
|
||||
http://www.Harbour-Project.org/
|
||||
Copyright 1999 David G. Holm
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* Test SECONDS() */
|
||||
/* Harbour Project source code
|
||||
http://www.Harbour-Project.org/
|
||||
Copyright 1999 David G. Holm
|
||||
Copyright 1999 David G. Holm <dholm@jsd-llc.com>
|
||||
See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Testing the VERSION function
|
||||
/* Harbour Project source code
|
||||
http://www.Harbour-Project.org/
|
||||
Donated to the public domain by David G. Holm.
|
||||
Donated to the public domain by David G. Holm <dholm@jsd-llc.com>.
|
||||
*/
|
||||
|
||||
function Main()
|
||||
|
||||
Reference in New Issue
Block a user