20000423-15:57 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-04-23 13:58:32 +00:00
parent 2808b21d53
commit 51405db289
9 changed files with 50 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
20000423-15:57 GMT+1 Victor Szakats <info@szelvesz.hu>
* source/compiler/hbusage.c
+ Added list of developers and documentors. This can be displayed with
the /CREDIT switch.
* doc/en/ht_gt.txt -> contrib/libgt/doc/en/hb_gt.txt
* doc/en/ht_*.txt -> contrib/libmisc/doc/en/hb_*.txt
* Moved some CONTRIB docs to the CONTRIB dirs.
! PLEASE UPDATE THE DOC SCRIPTS !
20000423-14:35 GMT+1 Victor Szakats <info@szelvesz.hu>
* source/pp/Makefile

View File

@@ -92,7 +92,45 @@ void hb_compPrintUsage( char * szSelf )
*/
void hb_compPrintCredits( void )
{
printf( "\nCredits: The Harbour Team at www.harbour-project.org" );
/* NOTE: This list was semi-automatically generated by searching for all
Copyright headers in the core Harbour source files.
(GREP "copyright [12]" and GREP "public domain")
[vszakats] */
printf( "\n"
"Credits: The Harbour Team at www.harbour-project.org\n"
"\n"
"Developers and documentation:\n"
"\n"
"A White <awhite@user.rose.com>\n"
"Alexander S.Kresin <alex@belacy.belgorod.su>\n"
"Andi Jahja <andij@aonlippo.co.id>\n"
"Antonio Linares <alinares@fivetech.com>\n"
"Bil Simser <bsimser@home.com>\n"
"Brian Hays <bhays@abacuslaw.com>\n"
"Bruno Cantero <bruno@issnet.net>\n"
"Chen Kedem <niki@actcom.co.il>\n"
"David G. Holm <dholm@jsd-llc.com>\n"
"Eddie Runia <eddie@runia.com>\n"
"Felipe G. Coury <fcoury@flexsys-ci.com>\n"
"Gonzalo A. Diethelm <gonzalo.diethelm@iname.com>\n"
"Ignacio Ortiz de Zuniga <ignacio@fivetech.com>\n"
"Janica Lubos <janica@fornax.elf.stuba.sk>\n"
"Jose Lalin <dezac@corevia.com>\n"
"Leslee Griffith <les.griffith@vantagesystems.ca>\n"
"Luiz Rafael Culik <culik@sl.conex.net>\n"
"Manuel Ruiz <mrt@joca.es>\n"
"Matteo Baccan <baccan@isanet.it>\n"
"Matthew Hamilton <mhamilton@bunge.com.au>\n"
"Nicolas del Pozo <niko@geroa.com>\n"
"Paul Tucker <ptucker@sympatico.ca>\n"
"Peter Townsend <cephas@tpgi.com.au>\n"
"Phil Barnett <philb@iag.net>\n"
"Ron Pinkas <ron@profit-Master.com>\n"
"Ryszard Glab <rglab@imid.med.pl>\n"
"Victor Szakats <info@szelvesz.hu>\n"
"Vladimir Kazimirchik <v_kazimirchik@yahoo.com>\n"
);
}
/*