From eefde6ac1ef3612cca0c5146369976c965e059f7 Mon Sep 17 00:00:00 2001 From: Eddie Runia Date: Mon, 12 Jul 1999 18:20:28 +0000 Subject: [PATCH] see changelog --- harbour/ChangeLog | 4 ++++ harbour/tests/working/arrayidx.prg | 2 +- harbour/tests/working/cmphello.prg | 2 +- harbour/tests/working/debugtst.prg | 2 +- harbour/tests/working/dosshell.prg | 2 +- harbour/tests/working/dynobj.prg | 2 +- harbour/tests/working/empty.prg | 2 +- harbour/tests/working/fornext.prg | 2 +- harbour/tests/working/funcarr.prg | 2 +- harbour/tests/working/guess.prg | 2 +- harbour/tests/working/hscript/dir.hs | 2 +- harbour/tests/working/hscript/hello.hs | 2 +- harbour/tests/working/hscript/multiply.hs | 2 +- harbour/tests/working/hscript/ugly.hs | 2 +- harbour/tests/working/inherit.prg | 2 +- harbour/tests/working/longstr.prg | 2 +- harbour/tests/working/mankala.prg | 6 ++---- harbour/tests/working/multiarg.prg | 2 +- harbour/tests/working/objarr.prg | 2 +- harbour/tests/working/objasign.prg | 2 +- harbour/tests/working/overload.prg | 2 +- harbour/tests/working/readhrb.prg | 2 +- harbour/tests/working/spawn.prg | 2 +- harbour/tests/working/spawn2.prg | 2 +- harbour/tests/working/strcmp.prg | 2 +- harbour/tests/working/strip.prg | 2 +- harbour/tests/working/transfrm.prg | 2 +- 27 files changed, 31 insertions(+), 29 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ef2fcc9098..c2e74642e6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990712-19:10 Eddie Runia + * tests/working/*.prg + Little inconsistency corrected + 19990712-16:52 Antonio Linares * include\classes.ch * Inheritance class creation command support diff --git a/harbour/tests/working/arrayidx.prg b/harbour/tests/working/arrayidx.prg index 0290a249a7..2b1dc0da6a 100644 --- a/harbour/tests/working/arrayidx.prg +++ b/harbour/tests/working/arrayidx.prg @@ -3,7 +3,7 @@ // // Date : 1999/05/14 // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/cmphello.prg b/harbour/tests/working/cmphello.prg index 2ce83183fb..8427a99b66 100644 --- a/harbour/tests/working/cmphello.prg +++ b/harbour/tests/working/cmphello.prg @@ -3,7 +3,7 @@ // // This program compiles hello.prg // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/debugtst.prg b/harbour/tests/working/debugtst.prg index 18f8628c02..3b40f166f0 100644 --- a/harbour/tests/working/debugtst.prg +++ b/harbour/tests/working/debugtst.prg @@ -8,7 +8,7 @@ * $Date$ * $End$ * - * Copyright (C) 1999 Eddie Runia + * Written by Eddie Runia * www - http://www.harbour-project.org * * Placed in the public domain diff --git a/harbour/tests/working/dosshell.prg b/harbour/tests/working/dosshell.prg index 1abb9b3d50..88c7b52bba 100644 --- a/harbour/tests/working/dosshell.prg +++ b/harbour/tests/working/dosshell.prg @@ -6,7 +6,7 @@ // // Warning : DOS only // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/dynobj.prg b/harbour/tests/working/dynobj.prg index 4e5b5d519a..e93cf74acd 100644 --- a/harbour/tests/working/dynobj.prg +++ b/harbour/tests/working/dynobj.prg @@ -5,7 +5,7 @@ // // Date : 1999/05/12 // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/empty.prg b/harbour/tests/working/empty.prg index 05c10c1a4e..7c7196e440 100644 --- a/harbour/tests/working/empty.prg +++ b/harbour/tests/working/empty.prg @@ -4,7 +4,7 @@ // Date : 16/05/1999 // Time : 21:00 // -// Copyright (C) 1999 Eddie Runia +// Writte by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/fornext.prg b/harbour/tests/working/fornext.prg index 9bba3030fc..3309ae1e62 100644 --- a/harbour/tests/working/fornext.prg +++ b/harbour/tests/working/fornext.prg @@ -1,6 +1,6 @@ // Testing Harbour For Next loops // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/funcarr.prg b/harbour/tests/working/funcarr.prg index 26e48f90ae..d93e099683 100644 --- a/harbour/tests/working/funcarr.prg +++ b/harbour/tests/working/funcarr.prg @@ -1,7 +1,7 @@ // // Function Array syntax test // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/guess.prg b/harbour/tests/working/guess.prg index 5081ddbbd8..3d721c7827 100644 --- a/harbour/tests/working/guess.prg +++ b/harbour/tests/working/guess.prg @@ -5,7 +5,7 @@ // // My first application (big word) written in Harbour // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/hscript/dir.hs b/harbour/tests/working/hscript/dir.hs index 00026cae9e..8908c57ce2 100644 --- a/harbour/tests/working/hscript/dir.hs +++ b/harbour/tests/working/hscript/dir.hs @@ -1,6 +1,6 @@ <% /* -* Copyright (C) 1999 Felipe Coury +* Written by Felipe Coury * www - http://www.harbour-project.org * */ diff --git a/harbour/tests/working/hscript/hello.hs b/harbour/tests/working/hscript/hello.hs index 810acde120..c02d5009d8 100644 --- a/harbour/tests/working/hscript/hello.hs +++ b/harbour/tests/working/hscript/hello.hs @@ -4,7 +4,7 @@ * hello.hs * Famous "Hello World"! * -* Copyright (C) 1999 Felipe Coury +* Written by Felipe Coury * www - http://www.harbour-project.org * */ diff --git a/harbour/tests/working/hscript/multiply.hs b/harbour/tests/working/hscript/multiply.hs index e6e51f2cff..1beefc8e87 100644 --- a/harbour/tests/working/hscript/multiply.hs +++ b/harbour/tests/working/hscript/multiply.hs @@ -4,7 +4,7 @@ * multiply.hs * HarbourScript Test * -* Copyright (C) 1999 Felipe Coury +* Written by Felipe Coury * www - http://www.harbour-project.org * */ diff --git a/harbour/tests/working/hscript/ugly.hs b/harbour/tests/working/hscript/ugly.hs index 9604f6e1f8..c0174f80b3 100644 --- a/harbour/tests/working/hscript/ugly.hs +++ b/harbour/tests/working/hscript/ugly.hs @@ -1,6 +1,6 @@ <% FUNCTION Main() -/* Copyright (C) 1999 Felipe Coury +/* Written by Felipe Coury * www - http://www.harbour-project.org * */ diff --git a/harbour/tests/working/inherit.prg b/harbour/tests/working/inherit.prg index 6db7e34d4e..00efa85792 100644 --- a/harbour/tests/working/inherit.prg +++ b/harbour/tests/working/inherit.prg @@ -9,7 +9,7 @@ // /* - * Copyright (C) 1999 Eddie Runia + * Written by Eddie Runia * www - http://www.harbour-project.org * * Placed in the public domain diff --git a/harbour/tests/working/longstr.prg b/harbour/tests/working/longstr.prg index 3a512e77e8..966b1fbd9c 100644 --- a/harbour/tests/working/longstr.prg +++ b/harbour/tests/working/longstr.prg @@ -1,4 +1,4 @@ -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/mankala.prg b/harbour/tests/working/mankala.prg index 9b433a8999..2bb9d808ec 100644 --- a/harbour/tests/working/mankala.prg +++ b/harbour/tests/working/mankala.prg @@ -1,15 +1,13 @@ // // Mankala. The first Harbour board game. // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Date : 30/04/1999 // Time : 14:00 // -// Original algorithm from the public domain -// -// This test has therefore been placed in the public domain +// Placed in the public domain // function Main() diff --git a/harbour/tests/working/multiarg.prg b/harbour/tests/working/multiarg.prg index 74c7c86cde..1eadc3fb8f 100644 --- a/harbour/tests/working/multiarg.prg +++ b/harbour/tests/working/multiarg.prg @@ -5,7 +5,7 @@ // // Date : 1999/05/24 // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/objarr.prg b/harbour/tests/working/objarr.prg index 3762f0f5cc..702720c7ad 100644 --- a/harbour/tests/working/objarr.prg +++ b/harbour/tests/working/objarr.prg @@ -1,7 +1,7 @@ // // Object Array syntax test // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/objasign.prg b/harbour/tests/working/objasign.prg index 568ec2255a..7c8b31abb4 100644 --- a/harbour/tests/working/objasign.prg +++ b/harbour/tests/working/objasign.prg @@ -1,7 +1,7 @@ // // Object Array syntax test // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/overload.prg b/harbour/tests/working/overload.prg index 3901bb8d9c..e59cdc71e9 100644 --- a/harbour/tests/working/overload.prg +++ b/harbour/tests/working/overload.prg @@ -11,7 +11,7 @@ // // Date : 1999/05/15 // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/readhrb.prg b/harbour/tests/working/readhrb.prg index 6527a5de9a..b3990db704 100644 --- a/harbour/tests/working/readhrb.prg +++ b/harbour/tests/working/readhrb.prg @@ -5,7 +5,7 @@ * * ReadHRB {No .HRB extension please} * - * Copyright (C) 1999 Eddie Runia + * Written by Eddie Runia * www - http://www.harbour-project.org * * Placed in the public domain diff --git a/harbour/tests/working/spawn.prg b/harbour/tests/working/spawn.prg index 8b18cc3ba0..4542cc356d 100644 --- a/harbour/tests/working/spawn.prg +++ b/harbour/tests/working/spawn.prg @@ -8,7 +8,7 @@ // // Should be compiled using /gHRB or stub. // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/spawn2.prg b/harbour/tests/working/spawn2.prg index e1522ec456..59f73c80bf 100644 --- a/harbour/tests/working/spawn2.prg +++ b/harbour/tests/working/spawn2.prg @@ -4,7 +4,7 @@ // // Function should be static to avoid collision with Spawn/Main // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/strcmp.prg b/harbour/tests/working/strcmp.prg index f5e17b3285..99516aabde 100644 --- a/harbour/tests/working/strcmp.prg +++ b/harbour/tests/working/strcmp.prg @@ -3,7 +3,7 @@ // // Date : 24/4/99 Time : 17:50 // -// Copyright (C) 1999 Eddie Runia +// Written by Eddie Runia // www - http://www.harbour-project.org // // Placed in the public domain diff --git a/harbour/tests/working/strip.prg b/harbour/tests/working/strip.prg index c8369798d1..e85c57fbcd 100644 --- a/harbour/tests/working/strip.prg +++ b/harbour/tests/working/strip.prg @@ -15,7 +15,7 @@ // /* - * Copyright (C) 1999 Eddie Runia + * Written by Eddie Runia * www - http://www.harbour-project.org * * Placed in the public domain diff --git a/harbour/tests/working/transfrm.prg b/harbour/tests/working/transfrm.prg index ac183ad48c..f41bc37204 100644 --- a/harbour/tests/working/transfrm.prg +++ b/harbour/tests/working/transfrm.prg @@ -3,7 +3,7 @@ /* * Test of the transform function * - * Copyright (C) 1999 Eddie Runia + * Written by Eddie Runia * www - http://www.harbour-project.org * * Placed in the public domain