diff --git a/harbour/ChangeLog b/harbour/ChangeLog index aa295c90c2..2b16dc4dcf 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,19 @@ +2001-05-15 13:46 UTC+0100 Viktor Szakats + + * make_gnu.bat + * make_gnu.cmd + * make_gnu.sh + * bin/bld.bat + * bin/bld.cmd + * bin/bld.sh + * compiler/hbusage.c + * Changed e-mail address and copyright dates. + + * source/rtl/menuto.prg + - Removed my partial copyright. + + First round of copyright/e-mail address update. To be continued. + 2001-05-15 13:20 UTC+0300 Chen Kedem * doc/en/objfunc.txt * update the doc for __objGetMsgList() to reflect diff --git a/harbour/bin/bld.bat b/harbour/bin/bld.bat index d94661ff23..503a7f9d98 100644 --- a/harbour/bin/bld.bat +++ b/harbour/bin/bld.bat @@ -8,7 +8,7 @@ rem Template to build a final Harbour executable, using Harbour rem with the C code generation feature, then calling the proper C rem linker/compiler. rem -rem Copyright 1999-2000 Victor Szakats (info@szelvesz.hu) +rem Copyright 1999-2001 Viktor Szakats (viktor.szakats@syenar.hu) rem See doc/license.txt for licensing terms. rem --------------------------------------------------------------- diff --git a/harbour/bin/bld.cmd b/harbour/bin/bld.cmd index 5dc2a3f1b3..21e4cd6993 100644 --- a/harbour/bin/bld.cmd +++ b/harbour/bin/bld.cmd @@ -8,7 +8,7 @@ rem Template to build a final Harbour executable, using Harbour rem with the C code generation feature, then calling the proper C rem linker/compiler. rem -rem Copyright 1999-2000 Victor Szakats (info@szelvesz.hu) +rem Copyright 1999-2001 Viktor Szakats (viktor.szakats@syenar.hu) rem See doc/license.txt for licensing terms. rem --------------------------------------------------------------- diff --git a/harbour/bin/bld.sh b/harbour/bin/bld.sh index 97d77884a1..5b3b6bf0fe 100644 --- a/harbour/bin/bld.sh +++ b/harbour/bin/bld.sh @@ -8,7 +8,7 @@ # with the C code generation feature, then calling the proper C # linker/compiler. # -# Copyright 1999-2000 Victor Szakats (info@szelvesz.hu) +# Copyright 1999-2001 Viktor Szakats (viktor.szakats@syenar.hu) # See doc/license.txt for licensing terms. # --------------------------------------------------------------- diff --git a/harbour/make_gnu.bat b/harbour/make_gnu.bat index 0f28c719a5..13b25cdb7f 100644 --- a/harbour/make_gnu.bat +++ b/harbour/make_gnu.bat @@ -10,7 +10,7 @@ rem rem For further information about the GNU make system please rem check doc/gmake.txt rem -rem Copyright 1999-2000 Victor Szakats (info@szelvesz.hu) +rem Copyright 1999-2001 Viktor Szakats (viktor.szakats@syenar.hu) rem See doc/license.txt for licensing terms. rem --------------------------------------------------------------- diff --git a/harbour/make_gnu.cmd b/harbour/make_gnu.cmd index 49d823ca10..9e64e3ab25 100644 --- a/harbour/make_gnu.cmd +++ b/harbour/make_gnu.cmd @@ -10,7 +10,7 @@ rem rem For further information about the GNU make system please rem check doc/gmake.txt rem -rem Copyright 1999-2000 Victor Szakats (info@szelvesz.hu) +rem Copyright 1999-2001 Viktor Szakats (viktor.szakats@syenar.hu) rem See doc/license.txt for licensing terms. rem --------------------------------------------------------------- diff --git a/harbour/make_gnu.sh b/harbour/make_gnu.sh index 1fb983e24c..c8b766f92d 100644 --- a/harbour/make_gnu.sh +++ b/harbour/make_gnu.sh @@ -10,7 +10,7 @@ # For further information about the GNU make system please # check doc/gmake.txt # -# Copyright 1999-2000 Victor Szakats (info@szelvesz.hu) +# Copyright 1999-2001 Viktor Szakats (viktor.szakats@syenar.hu) # See doc/license.txt for licensing terms. # --------------------------------------------------------------- diff --git a/harbour/source/compiler/hbusage.c b/harbour/source/compiler/hbusage.c index 38b205ef1e..65c9bdf911 100644 --- a/harbour/source/compiler/hbusage.c +++ b/harbour/source/compiler/hbusage.c @@ -6,7 +6,7 @@ * Harbour Project source code: * Compile help & info related functions * - * Copyright 1999 Victor Szakats + * Copyright 1999-2001 Viktor Szakats * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify @@ -124,7 +124,7 @@ void hb_compPrintCredits( void ) "Ron Pinkas \n" "Ryszard Glab \n" "Tim Stone \n" - "Victor Szakats \n" + "Viktor Szakats \n" "Vladimir Kazimirchik \n" ); } diff --git a/harbour/source/rtl/menuto.prg b/harbour/source/rtl/menuto.prg index d03778eabf..611e8322b7 100644 --- a/harbour/source/rtl/menuto.prg +++ b/harbour/source/rtl/menuto.prg @@ -11,17 +11,6 @@ * */ -/* - * The following parts are Copyright of the individual authors. - * www - http://www.harbour-project.org - * - * Copyright 1999 Victor Szakats - * Changes for higher Clipper compatibility - * - * See doc/license.txt for licensing terms. - * - */ - /* NOTE: Recursive use is supported. */ #include "color.ch"