diff options
author | Antony Dovgal <tony2001@php.net> | 2010-04-13 12:13:46 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2010-04-13 12:13:46 +0000 |
commit | d77d6153ec3e7ce1731426fe1a2d29ea495fca92 (patch) | |
tree | 8e9deed16908511277c61f4a12211c71caf6ea0f /sapi/fpm/LICENSE | |
parent | 3ebdadf8f6c1a6502e3ba07640720198b2933d5b (diff) | |
download | php-git-d77d6153ec3e7ce1731426fe1a2d29ea495fca92.tar.gz |
re-add updated FPM
Diffstat (limited to 'sapi/fpm/LICENSE')
-rw-r--r-- | sapi/fpm/LICENSE | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sapi/fpm/LICENSE b/sapi/fpm/LICENSE new file mode 100644 index 0000000000..4e1dd991b7 --- /dev/null +++ b/sapi/fpm/LICENSE @@ -0,0 +1,23 @@ +Copyright (c) 2007-2009, Andrei Nigmatulin +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. |