2001-05-15 13:46 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>

This commit is contained in:
Viktor Szakats
2001-05-15 11:46:55 +00:00
parent 74f956a70d
commit c2e365bf9a
9 changed files with 24 additions and 19 deletions

View File

@@ -1,3 +1,19 @@
2001-05-15 13:46 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* 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 <niki@actcom.co.il>
* doc/en/objfunc.txt
* update the doc for __objGetMsgList() to reflect

View File

@@ -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 ---------------------------------------------------------------

View File

@@ -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 ---------------------------------------------------------------

View File

@@ -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.
# ---------------------------------------------------------------

View File

@@ -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 ---------------------------------------------------------------

View File

@@ -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 ---------------------------------------------------------------

View File

@@ -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.
# ---------------------------------------------------------------

View File

@@ -6,7 +6,7 @@
* Harbour Project source code:
* Compile help & info related functions
*
* Copyright 1999 Victor Szakats <info@szelvesz.hu>
* Copyright 1999-2001 Viktor Szakats <viktor.szakats@syenar.hu>
* 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 <ron@profit-master.com>\n"
"Ryszard Glab <rglab@imid.med.pl>\n"
"Tim Stone <timstone@mstrlink.com>\n"
"Victor Szakats <info@szelvesz.hu>\n"
"Viktor Szakats <viktor.szakats@syenar.hu>\n"
"Vladimir Kazimirchik <v_kazimirchik@yahoo.com>\n"
);
}

View File

@@ -11,17 +11,6 @@
*
*/
/*
* The following parts are Copyright of the individual authors.
* www - http://www.harbour-project.org
*
* Copyright 1999 Victor Szakats <info@szelvesz.hu>
* Changes for higher Clipper compatibility
*
* See doc/license.txt for licensing terms.
*
*/
/* NOTE: Recursive use is supported. */
#include "color.ch"