diff options
Diffstat (limited to 'ext/filepro/filepro.c')
| -rw-r--r-- | ext/filepro/filepro.c | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/filepro/filepro.c b/ext/filepro/filepro.c index 4d0a943f0d..c98cbabd77 100644 --- a/ext/filepro/filepro.c +++ b/ext/filepro/filepro.c @@ -14,14 +14,17 @@     +----------------------------------------------------------------------+     | Authors: Chad Robinson <chadr@brttech.com>                           |     +----------------------------------------------------------------------+ +*/ +/* $Id$ */ + +/*    filePro 4.x support developed by Chad Robinson, chadr@brttech.com    Contact Chad Robinson at BRT Technical Services Corp. for details.    filePro is a registered trademark by Fiserv, Inc.  This file contains    no code or information that is not freely available from the filePro    web site at http://www.fileproplus.com/ - - */ +*/  #include "php.h"  #include "safe_mode.h"  | 
