summaryrefslogtreecommitdiffstats
path: root/third_party/mongoose/LICENSE
diff options
context:
space:
mode:
authorjmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 03:05:56 +0000
committerjmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 03:05:56 +0000
commitda7b0ccbf9488b5c7ba091cb3ae381b8b4f98c06 (patch)
tree24fd789a5596b8ef1c5e3b6ee7cad070079b1acb /third_party/mongoose/LICENSE
parent5d63a467a131ade20730141464fad9bff49c7e27 (diff)
downloadchromium_src-da7b0ccbf9488b5c7ba091cb3ae381b8b4f98c06.zip
chromium_src-da7b0ccbf9488b5c7ba091cb3ae381b8b4f98c06.tar.gz
chromium_src-da7b0ccbf9488b5c7ba091cb3ae381b8b4f98c06.tar.bz2
Mongoose is an MIT licensed HTTP server that is used by chrome to
implement the JSON over HTTP protocol of WebDriver. It is a full featured server with SSL capability. The maximum number of url headers has been changed from 64 to 128 and the bindings and tests are not included since they are not used. BUG=none TEST=none Project URL: http://code.google.com/p/mongoose/ Review URL: http://codereview.chromium.org/3080002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56479 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mongoose/LICENSE')
-rw-r--r--third_party/mongoose/LICENSE21
1 files changed, 21 insertions, 0 deletions
diff --git a/third_party/mongoose/LICENSE b/third_party/mongoose/LICENSE
new file mode 100644
index 0000000..51cfa4d
--- /dev/null
+++ b/third_party/mongoose/LICENSE
@@ -0,0 +1,21 @@
+Copyright (c) 2004-2009 Sergey Lyubka
+Portions Copyright (c) 2009 Gilbert Wellisch
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+