diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 442179d2b8..f1dd397f6e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,14 @@ +20000423-15:57 GMT+1 Victor Szakats + + * 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 * source/pp/Makefile diff --git a/harbour/doc/en/ht_gt.txt b/harbour/contrib/libgt/doc/en/ht_gt.txt similarity index 100% rename from harbour/doc/en/ht_gt.txt rename to harbour/contrib/libgt/doc/en/ht_gt.txt diff --git a/harbour/doc/en/ht_class.txt b/harbour/contrib/libmisc/doc/en/ht_class.txt similarity index 100% rename from harbour/doc/en/ht_class.txt rename to harbour/contrib/libmisc/doc/en/ht_class.txt diff --git a/harbour/doc/en/ht_conv.txt b/harbour/contrib/libmisc/doc/en/ht_conv.txt similarity index 100% rename from harbour/doc/en/ht_conv.txt rename to harbour/contrib/libmisc/doc/en/ht_conv.txt diff --git a/harbour/doc/en/ht_dbf.txt b/harbour/contrib/libmisc/doc/en/ht_dbf.txt similarity index 100% rename from harbour/doc/en/ht_dbf.txt rename to harbour/contrib/libmisc/doc/en/ht_dbf.txt diff --git a/harbour/doc/en/ht_doc.txt b/harbour/contrib/libmisc/doc/en/ht_doc.txt similarity index 100% rename from harbour/doc/en/ht_doc.txt rename to harbour/contrib/libmisc/doc/en/ht_doc.txt diff --git a/harbour/doc/en/ht_file.txt b/harbour/contrib/libmisc/doc/en/ht_file.txt similarity index 100% rename from harbour/doc/en/ht_file.txt rename to harbour/contrib/libmisc/doc/en/ht_file.txt diff --git a/harbour/doc/en/ht_str.txt b/harbour/contrib/libmisc/doc/en/ht_str.txt similarity index 100% rename from harbour/doc/en/ht_str.txt rename to harbour/contrib/libmisc/doc/en/ht_str.txt diff --git a/harbour/source/compiler/hbusage.c b/harbour/source/compiler/hbusage.c index cb2abebd85..e995b5f507 100644 --- a/harbour/source/compiler/hbusage.c +++ b/harbour/source/compiler/hbusage.c @@ -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 \n" + "Alexander S.Kresin \n" + "Andi Jahja \n" + "Antonio Linares \n" + "Bil Simser \n" + "Brian Hays \n" + "Bruno Cantero \n" + "Chen Kedem \n" + "David G. Holm \n" + "Eddie Runia \n" + "Felipe G. Coury \n" + "Gonzalo A. Diethelm \n" + "Ignacio Ortiz de Zuniga \n" + "Janica Lubos \n" + "Jose Lalin \n" + "Leslee Griffith \n" + "Luiz Rafael Culik \n" + "Manuel Ruiz \n" + "Matteo Baccan \n" + "Matthew Hamilton \n" + "Nicolas del Pozo \n" + "Paul Tucker \n" + "Peter Townsend \n" + "Phil Barnett \n" + "Ron Pinkas \n" + "Ryszard Glab \n" + "Victor Szakats \n" + "Vladimir Kazimirchik \n" + ); } /*