From a2ea62d4c9a336a8af906f288e6a68ccc127a4a4 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Thu, 31 Aug 2000 19:02:14 +0000 Subject: [PATCH] - 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 :) --- TSRM/LICENSE | 2 +- TSRM/TSRM.c | 11 ++++------- 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 | + | Authors: Zeev Suraski | +----------------------------------------------------------------------+ */ 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 | + | Authors: Zeev Suraski | +----------------------------------------------------------------------+ */ - #ifndef TSRM_H #define TSRM_H -- 2.40.0