diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-23 11:00:02 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-23 11:00:02 +0000 |
commit | 5be8dd9712f80a957db14e88f2390c65bece14fc (patch) | |
tree | 1a34086173881a08aa45626c0ba6979d5ccd4c8b /TSRM/TSRM.h | |
parent | f9cdc884714ed15f455c24ee027870223a1d6712 (diff) | |
download | php-git-5be8dd9712f80a957db14e88f2390c65bece14fc.tar.gz |
License
Diffstat (limited to 'TSRM/TSRM.h')
-rw-r--r-- | TSRM/TSRM.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h index 3591dc2b04..aec84fe7e6 100644 --- a/TSRM/TSRM.h +++ b/TSRM/TSRM.h @@ -1,3 +1,19 @@ +/* + +----------------------------------------------------------------------+ + | Thread Safe Resource Manager | + +----------------------------------------------------------------------+ + | Copyright (c) 1998, 1999 Zeev Suraski | + +----------------------------------------------------------------------+ + | 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> | + +----------------------------------------------------------------------+ +*/ + + #ifndef _TSRM_H #define _TSRM_H |