summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TSRM/LICENSE2
-rw-r--r--TSRM/TSRM.c11
-rw-r--r--TSRM/TSRM.h12
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