diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-06-01 16:10:05 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-06-01 16:10:05 +0000 |
commit | a754521af5984f3667b792bf8db01e2750f485f8 (patch) | |
tree | 38fe0cc6986a56077a637319c2c8eee7d6d96894 /src | |
parent | 670cdbba610edd0f15e9a8b0a1669d853722da3c (diff) | |
download | nginx-a754521af5984f3667b792bf8db01e2750f485f8.tar.gz nginx-a754521af5984f3667b792bf8db01e2750f485f8.zip |
fix copyrights
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/ngx_http_uwsgi_module.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c index 3cc67e55e..879640c33 100644 --- a/src/http/modules/ngx_http_uwsgi_module.c +++ b/src/http/modules/ngx_http_uwsgi_module.c @@ -1,7 +1,8 @@ /* * Copyright (C) Unbit S.a.s. 2009-2010 - * + * Copyright (C) 2008 Manlio Perillo (manlio.perillo@gmail.com) + * Copyright (C) Igor Sysoev * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -23,10 +24,6 @@ * 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. - * - * - * - * heavily based on Manlio's mod_scgi, mod_fastcgi and mod_proxy of nginx 0.7.x */ |