From: Hartmut Holzgraefe Date: Wed, 22 Nov 2000 23:20:35 +0000 (+0000) Subject: added a "DO NOT EDIT!" header and regenerated the credits_*h files X-Git-Tag: php-4.0.4RC3~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3dae1013db99efd9412a3c2bc0081eacd08cf9e;p=php added a "DO NOT EDIT!" header and regenerated the credits_*h files --- diff --git a/ext/standard/credits_ext.h b/ext/standard/credits_ext.h index 19a5a510a2..06751395de 100644 --- a/ext/standard/credits_ext.h +++ b/ext/standard/credits_ext.h @@ -1,10 +1,22 @@ -CREDIT_LINE("Apache","Rasmus Lerdorf, Stig Bakken, David Sklar"); +/* + DO NOT EDIT THIS FILE! + + it has been automaticaly created by php4/scripts/credits + from the information found in the various php4/ext/*/CREDITS + and sapi/*/CREDITS files + + if you want to change an entry you have to edit the + appropriate CREDITS file instead + +*/ + CREDIT_LINE("aspell","Rasmus Lerdorf"); CREDIT_LINE("Assert","Thies C. Arntzen"); CREDIT_LINE("BC Math","Andi Gutmans"); CREDIT_LINE("bz2","Sterling Hughes"); CREDIT_LINE("ccvs","Brendan W. McAdams, Doug DeJulio"); CREDIT_LINE("cpdf","Uwe Steinmann"); +CREDIT_LINE("ctype","Hartmut Holzgraefe"); CREDIT_LINE("CURL","Sterling Hughes"); CREDIT_LINE("CyberCash","Evan Klinger"); CREDIT_LINE("DAV","Stig Bakken"); @@ -26,7 +38,7 @@ CREDIT_LINE("IMAP","Rex Logan, Mark Musone, Brian Wang, Kaj-Michael Lang, Antoni CREDIT_LINE("Informix","Danny Heijl, Christian Cartus"); CREDIT_LINE("Ingres II","David Hénot"); CREDIT_LINE("InterBase","Jouni Ahto, Andrew Avdeev"); -CREDIT_LINE("IRCG", "Sascha Schumann"); +CREDIT_LINE("IRCG","Sascha Schumann"); CREDIT_LINE("Java","Sam Ruby"); CREDIT_LINE("LDAP","Amitay Isaacs, Eric Warnke, Rasmus Lerdorf, Gerrit Thomson"); CREDIT_LINE("MCAL","Mark Musone, Chuck Hagenbuch"); @@ -63,3 +75,4 @@ CREDIT_LINE("XML","Stig Bakken, Thies C. Arntzen"); CREDIT_LINE("YAZ","Adam Dickmeiss"); CREDIT_LINE("Yellow Pages","Stephanie Wehner"); CREDIT_LINE("Zlib","Rasmus Lerdorf, Stefan Roehrich"); +CREDIT_LINE("zZIPlib","Hartmut Holzgraefe"); diff --git a/ext/standard/credits_sapi.h b/ext/standard/credits_sapi.h index d0f0a05547..c67a17cf80 100644 --- a/ext/standard/credits_sapi.h +++ b/ext/standard/credits_sapi.h @@ -1,5 +1,17 @@ +/* + DO NOT EDIT THIS FILE! + + it has been automaticaly created by php4/scripts/credits + from the information found in the various php4/ext/*/CREDITS + and sapi/*/CREDITS files + + if you want to change an entry you have to edit the + appropriate CREDITS file instead + +*/ + CREDIT_LINE("AOLserver","Sascha Schumann"); -CREDIT_LINE("Apache 1.3","Rasmus Lerdorf, Zeev Suraski"); +CREDIT_LINE("Apache 1.3","Rasmus Lerdorf, Zeev Suraski, Stig Bakken, David Sklar"); CREDIT_LINE("Apache 2.0","Sascha Schumann"); CREDIT_LINE("Caudium / Roxen","David Hedbor"); CREDIT_LINE("CGI","Rasmus Lerdorf, Stig Bakken"); diff --git a/scripts/credits b/scripts/credits index d627948b98..b5246027ae 100755 --- a/scripts/credits +++ b/scripts/credits @@ -5,5 +5,20 @@ BEGIN { FS = "\n"; RS = "" } for what in ext sapi do - awk "$awkprog" $what/*/CREDITS | sort -f > ext/standard/credits_$what.h + file=ext/standard/credits_$what.h + cat >$file <> $file done