From 055c626d5ca9f9da5d912229e275e34dcced435f Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Thu, 8 Mar 2001 17:58:18 +0000 Subject: [PATCH] See ChangeLog entry 2001-03-08 13:00 UTC-0500 David G. Holm --- harbour/ChangeLog | 10 ++++++++++ harbour/tests/inkeytst.prg | 3 +-- harbour/tests/longdev.prg | 3 +-- harbour/tests/output.prg | 3 +-- harbour/tests/readfile.prg | 3 +-- harbour/tests/round.prg | 3 +-- harbour/tests/scroll.prg | 3 +-- harbour/tests/seconds.prg | 3 +-- 8 files changed, 17 insertions(+), 14 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 11cecaf35a..bd7646a22c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,13 @@ +2001-03-08 13:00 UTC-0500 David G. Holm + * tests/inkeytst.prg + * tests/longdev.prg + * tests/output.prg + * tests/readfile.prg + * tests/round.prg + * tests/scroll.prg + * tests/seconds.prg + * Donated to the public domain. + 2001-03-07 21:31 GMT-3 Horacio Roldan * harbour/source/rdd/dbfcdx1.h * harbour/source/rdd/dbfcdx2.h diff --git a/harbour/tests/inkeytst.prg b/harbour/tests/inkeytst.prg index 863b5c88f6..696c0053d9 100644 --- a/harbour/tests/inkeytst.prg +++ b/harbour/tests/inkeytst.prg @@ -5,8 +5,7 @@ // Testing Harbour keyboard input. /* Harbour Project source code http://www.Harbour-Project.org/ - Copyright 1999 David G. Holm - See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms. + Donated to the public domain on 2001-03-08 by David G. Holm Modularization and display improvements by Alejandro de Garate diff --git a/harbour/tests/longdev.prg b/harbour/tests/longdev.prg index 497f33a3e7..5d3ca552a6 100644 --- a/harbour/tests/longdev.prg +++ b/harbour/tests/longdev.prg @@ -5,8 +5,7 @@ // Testing Harbour long string handling with device output. /* Harbour Project source code http://www.Harbour-Project.org/ - Copyright 1999 David G. Holm - See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms. + Donated to the public domain on 2001-03-08 by David G. Holm */ FUNCTION Main() diff --git a/harbour/tests/output.prg b/harbour/tests/output.prg index 93d48a89db..3655cace8d 100644 --- a/harbour/tests/output.prg +++ b/harbour/tests/output.prg @@ -5,8 +5,7 @@ // Testing Harbour device management. /* Harbour Project source code http://www.Harbour-Project.org/ - Copyright 1999 David G. Holm - See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms. + Donated to the public domain on 2001-03-08 by David G. Holm */ #include "set.ch" diff --git a/harbour/tests/readfile.prg b/harbour/tests/readfile.prg index d55b1855d3..4a8eb16f1a 100644 --- a/harbour/tests/readfile.prg +++ b/harbour/tests/readfile.prg @@ -5,8 +5,7 @@ // Test program for new class that reads a file one line at a time /* Harbour Project source code http://www.Harbour-Project.org/ - Copyright 1999 David G. Holm - See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms. + Donated to the public domain on 2001-03-08 by David G. Holm */ #include "fileio.ch" diff --git a/harbour/tests/round.prg b/harbour/tests/round.prg index 648d032701..1c8eca8634 100644 --- a/harbour/tests/round.prg +++ b/harbour/tests/round.prg @@ -5,8 +5,7 @@ // Testing Harbour rounding. /* Harbour Project source code http://www.Harbour-Project.org/ - Copyright 1999 David G. Holm - See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms. + Donated to the public domain on 2001-03-08 by David G. Holm */ function main() diff --git a/harbour/tests/scroll.prg b/harbour/tests/scroll.prg index a78b6d6e7d..c12e20b8d2 100644 --- a/harbour/tests/scroll.prg +++ b/harbour/tests/scroll.prg @@ -5,8 +5,7 @@ // Testing Harbour screen scrolling (requires the GT API) /* Harbour Project source code http://www.Harbour-Project.org/ - Copyright 1999 David G. Holm - See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms. + Donated to the public domain on 2001-03-08 by David G. Holm */ #include "box.ch" diff --git a/harbour/tests/seconds.prg b/harbour/tests/seconds.prg index bbbf7bdfc5..c8b243e1e9 100644 --- a/harbour/tests/seconds.prg +++ b/harbour/tests/seconds.prg @@ -5,8 +5,7 @@ /* Test SECONDS() */ /* Harbour Project source code http://www.Harbour-Project.org/ - Copyright 1999 David G. Holm - See doc/hdr_tpl.txt, Version 1.2 or later, for licensing terms. + Donated to the public domain on 2001-03-08 by David G. Holm */ function Main( cParam )