From d61cfddda304641adaf9d6c4dbdd4ec28a6ca131 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Fri, 9 Jul 1999 01:21:54 +0000 Subject: [PATCH] See ChangeLog entry 19990708-20:05 EDT David G. Holm --- harbour/ChangeLog | 19 +++++++++++++++++++ harbour/include/fileio.ch | 3 ++- harbour/include/filesys.api | 3 ++- harbour/include/filesys.h | 3 ++- harbour/include/set.ch | 3 ++- harbour/include/set.h | 3 ++- harbour/include/version.h | 3 ++- harbour/source/rtl/console.c | 2 +- harbour/source/rtl/dates.c | 2 +- harbour/source/rtl/devoutp.prg | 3 ++- harbour/source/rtl/set.c | 3 ++- harbour/source/rtl/strcmp.c | 2 +- harbour/tests/working/output.prg | 2 +- harbour/tests/working/round.prg | 2 +- harbour/tests/working/scroll.prg | 2 +- harbour/tests/working/seconds.prg | 2 +- harbour/tests/working/version.prg | 2 +- 17 files changed, 43 insertions(+), 16 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1d090b6a2f..56c74197a6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,22 @@ +19990708-20:05 EDT David G. Holm + + 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 * makefile.icc + Have to create a dummy unistd.h in the include directory after diff --git a/harbour/include/fileio.ch b/harbour/include/fileio.ch index bf85bf9b0f..e8228e5ebc 100644 --- a/harbour/include/fileio.ch +++ b/harbour/include/fileio.ch @@ -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 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. diff --git a/harbour/include/filesys.api b/harbour/include/filesys.api index 4d5292cc37..4652e75f23 100644 --- a/harbour/include/filesys.api +++ b/harbour/include/filesys.api @@ -4,7 +4,7 @@ This module contains Clipper to Harbour conversions for FILE management. - Copyright 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 @@ -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. diff --git a/harbour/include/filesys.h b/harbour/include/filesys.h index b03fa2733e..baf324b92a 100644 --- a/harbour/include/filesys.h +++ b/harbour/include/filesys.h @@ -4,7 +4,7 @@ This module contains the Harbour declarations for FILE management. - Copyright 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 @@ -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. diff --git a/harbour/include/set.ch b/harbour/include/set.ch index 00a2d9b59a..c61e81afa9 100644 --- a/harbour/include/set.ch +++ b/harbour/include/set.ch @@ -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 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. diff --git a/harbour/include/set.h b/harbour/include/set.h index 625f9ac33b..c392402209 100644 --- a/harbour/include/set.h +++ b/harbour/include/set.h @@ -4,7 +4,7 @@ This module contains the Harbour declarations for SET management. - Copyright 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 @@ -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. diff --git a/harbour/include/version.h b/harbour/include/version.h index 90f8e0b9fe..614bfd8a6f 100644 --- a/harbour/include/version.h +++ b/harbour/include/version.h @@ -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 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 diff --git a/harbour/source/rtl/console.c b/harbour/source/rtl/console.c index 0636933c1a..71df77396f 100644 --- a/harbour/source/rtl/console.c +++ b/harbour/source/rtl/console.c @@ -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 : 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(), diff --git a/harbour/source/rtl/dates.c b/harbour/source/rtl/dates.c index 3c38f08656..9c1c945f63 100644 --- a/harbour/source/rtl/dates.c +++ b/harbour/source/rtl/dates.c @@ -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 : * HB_CTOD(), HB_DATE(), hb_dtoc(). * See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms. */ diff --git a/harbour/source/rtl/devoutp.prg b/harbour/source/rtl/devoutp.prg index 3af8936c14..345bd13ad3 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 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,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. diff --git a/harbour/source/rtl/set.c b/harbour/source/rtl/set.c index 3c0e011819..ee4e4db0db 100644 --- a/harbour/source/rtl/set.c +++ b/harbour/source/rtl/set.c @@ -4,7 +4,7 @@ This module contains the Harbour functions for SET management. - Copyright 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 @@ -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 diff --git a/harbour/source/rtl/strcmp.c b/harbour/source/rtl/strcmp.c index c9dd54acce..e89338787c 100644 --- a/harbour/source/rtl/strcmp.c +++ b/harbour/source/rtl/strcmp.c @@ -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 : hb_stricmp(). See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms. */ diff --git a/harbour/tests/working/output.prg b/harbour/tests/working/output.prg index dd1c3d4a0e..3be92bc9c9 100644 --- a/harbour/tests/working/output.prg +++ b/harbour/tests/working/output.prg @@ -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 See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms. */ diff --git a/harbour/tests/working/round.prg b/harbour/tests/working/round.prg index ffc0d4dae9..577c964d79 100644 --- a/harbour/tests/working/round.prg +++ b/harbour/tests/working/round.prg @@ -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 See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms. */ diff --git a/harbour/tests/working/scroll.prg b/harbour/tests/working/scroll.prg index 95ef7dd892..db6e6f099f 100644 --- a/harbour/tests/working/scroll.prg +++ b/harbour/tests/working/scroll.prg @@ -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 See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms. */ diff --git a/harbour/tests/working/seconds.prg b/harbour/tests/working/seconds.prg index 6731756e9b..e0e647331b 100644 --- a/harbour/tests/working/seconds.prg +++ b/harbour/tests/working/seconds.prg @@ -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 See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms. */ diff --git a/harbour/tests/working/version.prg b/harbour/tests/working/version.prg index 04436a2ad6..9f98cca203 100644 --- a/harbour/tests/working/version.prg +++ b/harbour/tests/working/version.prg @@ -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 . */ function Main()