diff options
-rw-r--r-- | TSRM/LICENSE | 2 | ||||
-rw-r--r-- | TSRM/TSRM.c | 11 | ||||
-rw-r--r-- | TSRM/TSRM.h | 12 |
3 files changed, 9 insertions, 16 deletions
diff --git a/TSRM/LICENSE b/TSRM/LICENSE index 9150fc1b51..8d208476e4 100644 --- a/TSRM/LICENSE +++ b/TSRM/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 1999,2000, Andi Gutmans, Sascha Schumann, Zeev Suraski. +Copyright (c) 1999, 2000, Andi Gutmans, Sascha Schumann, Zeev Suraski. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/TSRM/TSRM.c b/TSRM/TSRM.c index 20dc9931c3..5750bc7d4a 100644 --- a/TSRM/TSRM.c +++ b/TSRM/TSRM.c @@ -2,14 +2,11 @@ +----------------------------------------------------------------------+ | 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> | +----------------------------------------------------------------------+ */ 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 |