diff options
| author | David Croft <david@php.net> | 2000-07-24 01:40:02 +0000 |
|---|---|---|
| committer | David Croft <david@php.net> | 2000-07-24 01:40:02 +0000 |
| commit | 83513d9580d56f43e0b2ab6521256b3a9375bedd (patch) | |
| tree | 4b1bb7e4e56902f624e979e412c597a8dd9cafdd /ext/filepro/filepro.c | |
| parent | c402d89f943c49bc5ec0d4cb55cfa5082c793425 (diff) | |
| download | php-git-83513d9580d56f43e0b2ab6521256b3a9375bedd.tar.gz | |
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.
# Note: I have avoided changing any .h files if the corresponding .c file
# had not already been changed as I am not sure if there are any legal
# issues here. So some extensions still have PHP 3 headers.
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" |
