comparison src/http/modules/ngx_http_uwsgi_module.c @ 3544:6048c77cfbb2

fix copyrights
author Igor Sysoev <igor@sysoev.ru>
date Tue, 01 Jun 2010 16:10:05 +0000
parents e132566a942e
children 11c4f3a1e439
comparison
equal deleted inserted replaced
3543:e132566a942e 3544:6048c77cfbb2
1 1
2 /* 2 /*
3 * Copyright (C) Unbit S.a.s. 2009-2010 3 * Copyright (C) Unbit S.a.s. 2009-2010
4 * 4 * Copyright (C) 2008 Manlio Perillo (manlio.perillo@gmail.com)
5 * Copyright (C) Igor Sysoev
5 * 6 *
6 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions 8 * modification, are permitted provided that the following conditions
8 * are met: 9 * are met:
9 * 1. Redistributions of source code must retain the above copyright 10 * 1. Redistributions of source code must retain the above copyright
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE. 26 * SUCH DAMAGE.
26 *
27 *
28 *
29 * heavily based on Manlio's mod_scgi, mod_fastcgi and mod_proxy of nginx 0.7.x
30 */ 27 */
31 28
32 29
33 #include <ngx_config.h> 30 #include <ngx_config.h>
34 #include <ngx_core.h> 31 #include <ngx_core.h>