summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2016-06-06 10:20:12 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-07-08 07:31:33 +0000
commit65022ba780dd5c3dcf1aec5c94ff026c56402717 (patch)
treeae8c1db4c9cfd7f560cda1fb6b6163cc5e7fafc9
parent2d7227cb444c1b7c0c5514ce264af3e7aa42f21e (diff)
downloadqtdoc-65022ba780dd5c3dcf1aec5c94ff026c56402717.tar.gz
Mention the BSD-style license of the string double conversion code
This is a partial cherry-pick from commit 9bd687f3df2ccd28f8d1b33a55db447cae25b345 Task-number: QTBUG-53566 Change-Id: I1c35ac3a3d9169fa70b196db6720c89b6b3b794a Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--doc/src/legal/3rdparty.qdoc34
-rw-r--r--doc/src/legal/licenses.qdoc4
2 files changed, 38 insertions, 0 deletions
diff --git a/doc/src/legal/3rdparty.qdoc b/doc/src/legal/3rdparty.qdoc
index f1f43035..f043c9dc 100644
--- a/doc/src/legal/3rdparty.qdoc
+++ b/doc/src/legal/3rdparty.qdoc
@@ -2767,4 +2767,38 @@
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\endcode
+
+ \section1 V8 double/string conversion library
+
+ Library for binary-decimal and decimal-binary conversion routines for
+ IEEE doubles.
+
+ \badcode
+ Copyright 2006-2011, the V8 project authors. All rights reserved.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * 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.
+ * Neither the name of Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
+ OWNER 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.
+ \endcode
*/
diff --git a/doc/src/legal/licenses.qdoc b/doc/src/legal/licenses.qdoc
index 1b6a2fd2..177146f1 100644
--- a/doc/src/legal/licenses.qdoc
+++ b/doc/src/legal/licenses.qdoc
@@ -383,6 +383,10 @@
\li BSD-style \li
\row \li \li \li \li
+ \row \li \l{V8 double/string conversion library}
+ \li String conversion routines for IEEE doubles.
+ \li BSD-style \li
+
\endtable
\section1 Additional information