summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-06-04 12:21:58 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-06-04 12:22:03 +0200
commita7820a15e7eb4e57a4fe2f076e877dcc6069358c (patch)
tree47e6ba0c43a76064642415944ec981b8194bfa2e /LICENSE
parent72b92e92d39fa8c513d4166c1f0feed48241aac7 (diff)
downloadandroid-node-v8-a7820a15e7eb4e57a4fe2f076e877dcc6069358c.tar.gz
android-node-v8-a7820a15e7eb4e57a4fe2f076e877dcc6069358c.tar.bz2
android-node-v8-a7820a15e7eb4e57a4fe2f076e877dcc6069358c.zip
src: replace ngx-queue.h with queue.h
No functional changes, just one less entry in the LICENSE file.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE28
1 files changed, 0 insertions, 28 deletions
diff --git a/LICENSE b/LICENSE
index 2fd8100c74..0dd08f217b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -431,34 +431,6 @@ maintained libraries. The externally maintained libraries used by Node are:
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
"""
-- src/ngx-queue.h. ngx-queue.h is taken from the nginx source tree. nginx's
- license follows:
- """
- Copyright (C) 2002-2012 Igor Sysoev
- Copyright (C) 2011,2012 Nginx, Inc.
-
- 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.
- """
-
- wrk is located at tools/wrk. wrk's license follows:
"""