diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-11-23 06:58:14 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-11-23 06:58:14 +0000 |
commit | c534109bce415b428d1713ada6b6b98eb3390437 (patch) | |
tree | 855aeeead001a0fde7f81753c579dc31bcb9ccee | |
parent | ee3353e8d319752386e18b7fba157f44ded72db9 (diff) | |
download | php-git-c534109bce415b428d1713ada6b6b98eb3390437.tar.gz |
filename wildcards in a c comment were a bad idea
-rw-r--r-- | ext/standard/credits_ext.h | 10 | ||||
-rw-r--r-- | ext/standard/credits_sapi.h | 10 | ||||
-rwxr-xr-x | scripts/credits | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/ext/standard/credits_ext.h b/ext/standard/credits_ext.h index 245ff01697..81c6dc0716 100644 --- a/ext/standard/credits_ext.h +++ b/ext/standard/credits_ext.h @@ -1,12 +1,12 @@ /* 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 + it has been automaticaly created by php4/scripts/credits from + the information found in the various php4/ext/.../CREDITS and + php4/sapi/.../CREDITS files - if you want to change an entry you have to edit the - appropriate CREDITS file instead + if you want to change an entry you have to edit the appropriate + CREDITS file instead */ diff --git a/ext/standard/credits_sapi.h b/ext/standard/credits_sapi.h index 8d4f4ae1c7..8337038f81 100644 --- a/ext/standard/credits_sapi.h +++ b/ext/standard/credits_sapi.h @@ -1,12 +1,12 @@ /* 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 + it has been automaticaly created by php4/scripts/credits from + the information found in the various php4/ext/.../CREDITS and + php4/sapi/.../CREDITS files - if you want to change an entry you have to edit the - appropriate CREDITS file instead + if you want to change an entry you have to edit the appropriate + CREDITS file instead */ diff --git a/scripts/credits b/scripts/credits index b5246027ae..812658b40a 100755 --- a/scripts/credits +++ b/scripts/credits @@ -10,12 +10,12 @@ do /* 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 + it has been automaticaly created by php4/scripts/credits from + the information found in the various php4/ext/.../CREDITS and + php4/sapi/.../CREDITS files - if you want to change an entry you have to edit the - appropriate CREDITS file instead + if you want to change an entry you have to edit the appropriate + CREDITS file instead */ |