diff options
author | Andi Gutmans <andi@php.net> | 2006-01-04 23:55:42 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2006-01-04 23:55:42 +0000 |
commit | 30cb5e36b8983cb0422b77569268b8742e5dac5f (patch) | |
tree | e55135cf901d14d4175e256f33ae6220b07507c3 | |
parent | 61e93ccfe80111a7984b7e158b2ba11bb1f82f73 (diff) | |
download | php-git-30cb5e36b8983cb0422b77569268b8742e5dac5f.tar.gz |
- Update to 2006
-rw-r--r-- | TSRM/LICENSE | 2 | ||||
-rw-r--r-- | TSRM/TSRM.c | 2 | ||||
-rw-r--r-- | TSRM/TSRM.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/TSRM/LICENSE b/TSRM/LICENSE index 8d208476e4..84b8348ebf 100644 --- a/TSRM/LICENSE +++ b/TSRM/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 1999, 2000, Andi Gutmans, Sascha Schumann, Zeev Suraski. +Copyright (c) 1999-2006, 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 208d5e95d3..c07d606684 100644 --- a/TSRM/TSRM.c +++ b/TSRM/TSRM.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Thread Safe Resource Manager | +----------------------------------------------------------------------+ - | Copyright (c) 1999, 2000, Andi Gutmans, Sascha Schumann, Zeev Suraski| + | Copyright (c) 1999-2006, 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 | +----------------------------------------------------------------------+ diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h index b2868730e5..056089aa94 100644 --- a/TSRM/TSRM.h +++ b/TSRM/TSRM.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Thread Safe Resource Manager | +----------------------------------------------------------------------+ - | Copyright (c) 1999, 2000, Andi Gutmans, Sascha Schumann, Zeev Suraski| + | Copyright (c) 1999-2006, 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 | +----------------------------------------------------------------------+ |