diff options
author | Andi Gutmans <andi@php.net> | 2000-08-31 19:02:14 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-08-31 19:02:14 +0000 |
commit | a2ea62d4c9a336a8af906f288e6a68ccc127a4a4 (patch) | |
tree | f13fe8eb942e71c70090b784b5ba4363424eed90 /TSRM/TSRM.h | |
parent | 6e849e833f7998fe5ecee5d8ec9a536758cf1148 (diff) | |
download | php-git-a2ea62d4c9a336a8af906f288e6a68ccc127a4a4.tar.gz |
- Change license of .c and .h files of TSRM. It's still not the complete
- text like in the PHP headers because we don't have it on the web yet but
- it should be enough to allow Sascha to touch TSRM :)
Diffstat (limited to 'TSRM/TSRM.h')
-rw-r--r-- | TSRM/TSRM.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h index 12a3c52b1a..dbf5fbe898 100644 --- a/TSRM/TSRM.h +++ b/TSRM/TSRM.h @@ -2,18 +2,14 @@ +----------------------------------------------------------------------+ | Thread Safe Resource Manager | +----------------------------------------------------------------------+ - | Copyright (c) 1998, 1999 Zeev Suraski | + | Copyright (c) 1999, 2000, Andi Gutmans, Sascha Schumann, Zeev Suraski| + | This source file is subject to the TSRM license, that is bundled | + | with this package in the file LICENSE | +----------------------------------------------------------------------+ - | This source file is subject to the Zend license, that is bundled | - | with this package in the file LICENSE. If you did not receive a | - | copy of the Zend license, please mail us at zend@zend.com so we can | - | send you a copy immediately. | - +----------------------------------------------------------------------+ - | Author: Zeev Suraski <zeev@zend.com> | + | Authors: Zeev Suraski <zeev@zend.com> | +----------------------------------------------------------------------+ */ - #ifndef TSRM_H #define TSRM_H |