diff options
author | Johannes Schlüter <johannes@php.net> | 2010-02-23 14:46:39 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2010-02-23 14:46:39 +0000 |
commit | d6cf3ce346daa0e6d0eefd94decc323cdf7d683e (patch) | |
tree | d375b3e12b374048cedb0d4839726924eadbe48e | |
parent | 984b5b1cba632b27a1fbcf4234c4e8b49a1c9950 (diff) | |
download | php-git-d6cf3ce346daa0e6d0eefd94decc323cdf7d683e.tar.gz |
merge r295164: update copyright (iliaa)
-rw-r--r-- | TSRM/TSRM.c | 2 | ||||
-rw-r--r-- | TSRM/TSRM.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TSRM/TSRM.c b/TSRM/TSRM.c index 625bd5d856..368178ed04 100644 --- a/TSRM/TSRM.c +++ b/TSRM/TSRM.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Thread Safe Resource Manager | +----------------------------------------------------------------------+ - | Copyright (c) 1999-2009, Andi Gutmans, Sascha Schumann, Zeev Suraski | + | Copyright (c) 1999-2010, 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 5343779d95..cd6618f914 100644 --- a/TSRM/TSRM.h +++ b/TSRM/TSRM.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Thread Safe Resource Manager | +----------------------------------------------------------------------+ - | Copyright (c) 1999-2009, Andi Gutmans, Sascha Schumann, Zeev Suraski | + | Copyright (c) 1999-2010, 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 | +----------------------------------------------------------------------+ |