summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/browser_about_handler.cc25
-rw-r--r--chrome/browser/browser_about_handler.h8
-rw-r--r--chrome/browser/browser_resources.h1
-rw-r--r--chrome/browser/browser_resources.rc1
-rw-r--r--chrome/browser/resources/about_credits.html1153
-rw-r--r--chrome/browser/resources/browser_resources.vcproj4
6 files changed, 1192 insertions, 0 deletions
diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc
index a7073d2..433eea89 100644
--- a/chrome/browser/browser_about_handler.cc
+++ b/chrome/browser/browser_about_handler.cc
@@ -15,6 +15,7 @@
#include "base/string_piece.h"
#include "base/string_util.h"
#include "base/tracked_objects.h"
+#include "chrome/app/locales/locale_settings.h"
#include "chrome/browser/browser.h"
#include "chrome/browser/browser_list.h"
#include "chrome/browser/browser_process.h"
@@ -56,6 +57,8 @@ static const char kMemoryPath[] = "memory";
static const char kPluginsPath[] = "plugins";
static const char kStatsPath[] = "stats";
static const char kVersionPath[] = "version";
+static const char kCreditsPath[] = "credits";
+static const char kTermsPath[] = "terms";
class AboutSource : public ChromeURLDataManager::DataSource {
public:
@@ -128,6 +131,10 @@ void AboutSource::StartDataRequest(const std::string& path_raw,
response = BrowserAboutHandler::AboutStats();
} else if (path == kVersionPath || path.empty()) {
response = BrowserAboutHandler::AboutVersion();
+ } else if (path == kCreditsPath) {
+ response = BrowserAboutHandler::AboutCredits();
+ } else if (path == kTermsPath) {
+ response = BrowserAboutHandler::AboutTerms();
}
FinishDataRequest(response, request_id);
}
@@ -274,6 +281,24 @@ std::string BrowserAboutHandler::AboutVersion() {
}
// static
+std::string BrowserAboutHandler::AboutCredits() {
+ static const std::string credits_html =
+ ResourceBundle::GetSharedInstance().GetDataResource(
+ IDR_CREDITS_HTML);
+
+ return credits_html;
+}
+
+// static
+std::string BrowserAboutHandler::AboutTerms() {
+ static const std::string terms_html =
+ ResourceBundle::GetSharedInstance().GetDataResource(
+ IDR_TERMS_HTML);
+
+ return terms_html;
+}
+
+// static
std::string BrowserAboutHandler::AboutPlugins() {
// Strings used in the JsTemplate file.
DictionaryValue localized_strings;
diff --git a/chrome/browser/browser_about_handler.h b/chrome/browser/browser_about_handler.h
index 66c6cb5..8e6cf76 100644
--- a/chrome/browser/browser_about_handler.h
+++ b/chrome/browser/browser_about_handler.h
@@ -62,6 +62,14 @@ class BrowserAboutHandler : public WebContents {
// Renders a special page for about:stats.
static std::string AboutStats();
+ // Renders a special page for "about:credits" which displays our
+ // acknowledgements and legal information for code we depend on.
+ static std::string AboutCredits();
+
+ // Renders a special page for "about:terms" which displays our
+ // terms and conditions.
+ static std::string AboutTerms();
+
// Renders a special page for about:memory which displays
// information about current state.
static void AboutMemory(AboutSource*, int request_id);
diff --git a/chrome/browser/browser_resources.h b/chrome/browser/browser_resources.h
index f19c44f..e4a31af 100644
--- a/chrome/browser/browser_resources.h
+++ b/chrome/browser/browser_resources.h
@@ -10,3 +10,4 @@
#define IDR_SAFE_BROWSING_MALWARE_BLOCK 209
#define IDR_SAFE_BROWSING_PHISHING_BLOCK 210
#define IDR_INCOGNITO_TAB_HTML 211
+#define IDR_CREDITS_HTML 212
diff --git a/chrome/browser/browser_resources.rc b/chrome/browser/browser_resources.rc
index a445e161..206bf4a 100644
--- a/chrome/browser/browser_resources.rc
+++ b/chrome/browser/browser_resources.rc
@@ -28,3 +28,4 @@ IDR_NEW_TAB_HTML BINDATA "browser_resources\\new_tab_flat.html"
IDR_SAFE_BROWSING_MALWARE_BLOCK BINDATA "browser_resources\\safe_browsing_malware_block_flat.html"
IDR_SAFE_BROWSING_PHISHING_BLOCK BINDATA "browser_resources\\safe_browsing_phishing_block_flat.html"
IDR_INCOGNITO_TAB_HTML BINDATA "browser_resources\\incognito_tab_flat.html"
+IDR_CREDITS_HTML BINDATA "browser_resources\\about_credits_flat.html" \ No newline at end of file
diff --git a/chrome/browser/resources/about_credits.html b/chrome/browser/resources/about_credits.html
new file mode 100644
index 0000000..3f27fc2
--- /dev/null
+++ b/chrome/browser/resources/about_credits.html
@@ -0,0 +1,1153 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>Acknowledgements</title>
+<style type="text/css">
+body {
+ font-family:arial;
+ background-color:white;
+ font-size:84%;
+}
+</style>
+</head>
+<body>
+<h1>Third-party software licenses</h1>
+<a href="javascript:window.print();">Print</a>
+<h3>bsdiff and bspatch are licensed as follows:</h3>
+<strong>BSD PROTECTION LICENSE<br>
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION</strong>
+<hr>
+<ol start="0">
+ <li>
+ <h4 style="display:inline;">Definitions.</h4>
+ <ul style="list-style:lower-alpha">
+ <li>&quot;Program&quot;, below, refers to any program or work distributed under the terms of this license.</li>
+ <li>A &quot;work based on the Program&quot;, below, refers to either the Program or any derivative work under copyright law.</li>
+ <li>&quot;Modification&quot;, below, refers to the act of creating derivative works.</li>
+ <li>&quot;You&quot;, below, refers to each licensee.</li>
+ </ul>
+ </li>
+ <li>
+ <h4 style="display:inline;">Scope.</h4>
+ <p>This license governs the copying, distribution, and modification of the Program. Other activities are outside the scope of this license; The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program.</p>
+ </li>
+ <li>
+ <h4 style="display:inline;">Verbatim copies.</h4>
+ <p>You may copy and distribute verbatim copies of the Program as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.</p>
+ </li>
+ <li>
+ <h4 style="display:inline;">Modification and redistribution under closed license.</h4>
+ </li>
+ <p>You may modify your copy or copies of the Program, and distribute the resulting derivative works, provided that you meet the following conditions:
+ <ul style="list-style:lower-alpha">
+ <li>The copyright notice and disclaimer on the Program must be reproduced and included in the source code, documentation, and/or other materials provided in a manner in which such notices are normally distributed.</li>
+ <li>The derivative work must be clearly identified as such, in order that it may not be confused with the original work.</li>
+ <li>The license under which the derivative work is distributed must expressly prohibit the distribution of further derivative works.</li>
+ </ul>
+ </p>
+ <li>
+ <h4 style="display:inline;">Modification and redistribution under open license.</h4>
+ <p> You may modify your copy or copies of the Program, and distribute the resulting derivative works, provided that you meet the following conditions:</p>
+ <ul style="list-style:lower-alpha">
+ <li> The copyright notice and disclaimer on the Program must be reproduced
+ and included in the source code, documentation, and/or other materials
+ provided in a manner in which such notices are normally distributed.</li>
+ <li>You must clearly indicate the nature and date of any changes made to the Program. The full details need not necessarily be included in the individual modified files, provided that each modified file is clearly marked as such and instructions are included on where the full details of the modifications may be found.</li>
+ <li>You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.</li>
+ </ul>
+ </li>
+ <li>
+ <h4 style="display:inline;">Implied acceptance.</h4>
+ <p> You may not copy or distribute the Program or any derivative works except as expressly provided under this license. Consequently, any such action will be taken as implied acceptance of the terms of this license.</p>
+ </li>
+ <li>
+ <h4 style="display:inline;">NO WARRANTY.</h4>
+ <p> THIS SOFTWARE IS PROVIDED &quot;AS IS&quot; 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 HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (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, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. </p>
+ </li>
+</ol>
+<h3>bzip2 is licensed as follows:</h3>
+<hr>
+<p>This program, &quot;bzip2&quot;, the associated library &quot;libbzip2&quot;, and all documentation, are copyright (C) 1996-2007 Julian R Seward. All rights reserved.</p>
+<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
+<ol>
+ <li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
+ <li>The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.</li>
+ <li>Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.</li>
+ <li>The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.</li>
+</ol>
+<p>THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.</p>
+<p>Julian Seward, jseward@bzip.org<br>
+ bzip2/libbzip2 version 1.0.5 of 10 December 2007</p>
+<p>This software is based in part on the work of the Independent JPEG Group libjpeg is licensed as follows:</p>
+<p>The authors make NO WARRANTY or representation, either express or implied, with respect to this software, its quality, accuracy, merchantability, or fitness for a particular purpose. This software is provided &quot;AS IS&quot;, and you, its user, assume the entire risk as to its quality and accuracy.</p>
+<p>This software is copyright (C) 1991-1998, Thomas G. Lane. All Rights Reserved except as specified below.</p>
+<p>Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions:</p>
+<ol>
+ <li>If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files
+ must be clearly indicated in accompanying documentation.</li>
+ <li>If only executable code is distributed, then the accompanying documentation must state that &quot;this software is based in part on the work of the Independent JPEG Group&quot;.</li>
+ <li>Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind.</li>
+</ol>
+<p>These conditions apply to any software derived from or based on the IJG code, not just to the unmodified library. If you use our work, you ought to acknowledge us.</p>
+<p>Permission is NOT granted for the use of any IJG author's name or company name in advertising or publicity relating to this software or products derived from it. This software may be referred to only as &quot;the Independent JPEG Group's software&quot;.</p>
+<p>We specifically permit and encourage the use of this software as the basis of commercial products, provided that all warranty or liability claims are assumed by the product vendor.</p>
+<p>ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. ansi2knr.c is NOT covered by the above copyright and conditions, but instead by the usual distribution terms of the Free Software Foundation; principally, that you must include source code if you redistribute it. (See the file ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part of any program generated from the IJG code, this does not limit you more than the foregoing paragraphs do.</p>
+<p>The Unix configuration script &quot;configure&quot; was produced with GNU Autoconf. It is copyright by the Free Software Foundation but is freely distributable. The same holds for its supporting scripts (config.guess, config.sub, ltconfig, ltmain.sh). Another support script, install-sh, is copyright by M.I.T. but is also freely distributable.</p>
+<p>It appears that the arithmetic coding option of the JPEG spec is covered by patents owned by IBM, AT&amp;T, and Mitsubishi. Hence arithmetic coding cannot legally be used without obtaining one or more licenses. For this reason, support for arithmetic coding has been removed from the free JPEG software. (Since arithmetic coding provides only a marginal gain over the unpatented Huffman mode, it is unlikely that very many implementations will support it.) So far as we are aware, there are no patent restrictions on the remaining code.</p>
+<p>The IJG distribution formerly included code to read and write GIF files. To avoid entanglement with the Unisys LZW patent, GIF reading support has been removed altogether, and the GIF writer has been simplified to produce
+ &quot;uncompressed GIFs&quot;. This technique does not use the LZW algorithm; the resulting GIF files are larger than usual, but are readable by all standard GIF decoders.</p>
+<p>We are required to state that &quot;The Graphics Interchange Format(c) is the Copyright property of CompuServe Incorporated. GIF(sm) is a Service Mark property of CompuServe Incorporated.&quot;</p>
+<h3>libpng is licensed as follows:</h3>
+<hr>
+<p>This copy of the libpng notices is provided for your convenience. In case of any discrepancy between this copy and the notices in the file png.h that is included in the libpng distribution, the latter shall prevail.</p>
+<p>COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:</p>
+<p>If you modify libpng you may insert additional notices immediately following
+ this sentence.</p>
+<p>libpng versions 1.2.6, August 15, 2004, through 1.2.29, May 8, 2008, are <br>
+ Copyright (c) 2004, 2006-2008 Glenn Randers-Pehrson, and are <br>
+ distributed according to the same disclaimer and license as libpng-1.2.5
+ with the following individual added to the list of Contributing Authors</p>
+<ul style="list-style:none;">
+ <li>Cosmin Truta</li>
+</ul>
+<p>libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are <br>
+ Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are <br>
+ distributed according to the same disclaimer and license as libpng-1.0.6
+ with the following individuals added to the list of Contributing Authors</p>
+<ul style="list-style:none;">
+ <li>Simon-Pierre Cadieux</li>
+ <li>Eric S. Raymond</li>
+ <li>Gilles Vollant</li>
+</ul>
+<p>and with the following additions to the disclaimer:</p>
+<p> There is no warranty against interference with your enjoyment of the
+ library or against infringement. There is no warranty that our
+ efforts or the library will fulfill any of your particular purposes
+ or needs. This library is provided with all faults, and the entire
+ risk of satisfactory quality, performance, accuracy, and effort is with
+ the user.</p>
+<p>libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
+ Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are <br>
+ distributed according to the same disclaimer and license as libpng-0.96, <br>
+ with the following individuals added to the list of Contributing Authors:</p>
+<ul style="list-style:none;">
+ <li>Tom Lane</li>
+ <li>Glenn Randers-Pehrson</li>
+ <li> Willem van Schaik</li>
+</ul>
+<p>libpng versions 0.89, June 1996, through 0.96, May 1997, are <br>
+ Copyright (c) 1996, 1997 Andreas Dilger <br>
+ Distributed according to the same disclaimer and license as libpng-0.88,
+ with the following individuals added to the list of Contributing Authors:</p>
+<ul style="list-style:none;">
+ <li>John Bowler</li>
+ <li>Kevin Bracey</li>
+ <li> Sam Bushell</li>
+ <li> Magnus Holmgren</li>
+ <li> Greg Roelofs</li>
+ <li> Tom Tanner</li>
+</ul>
+<p>libpng versions 0.5, May 1995, through 0.88, January 1996, are<br>
+ Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.</p>
+<p>For the purposes of this copyright and license, &quot;Contributing Authors&quot;
+ is defined as the following set of individuals:</p>
+<ul style="list-style:none;">
+ <li>Andreas Dilger</li>
+ <li> Dave Martindale</li>
+ <li> Guy Eric Schalnat</li>
+ <li> Paul Schmidt</li>
+ <li> Tim Wegner</li>
+</ul>
+<p>The PNG Reference Library is supplied &quot;AS IS&quot;. The Contributing Authors
+ and Group 42, Inc. disclaim all warranties, expressed or implied,
+ including, without limitation, the warranties of merchantability and of
+ fitness for any purpose. The Contributing Authors and Group 42, Inc.
+ assume no liability for direct, indirect, incidental, special, exemplary,
+ or consequential damages, which may result from the use of the PNG
+ Reference Library, even if advised of the possibility of such damage.</p>
+<p>Permission is hereby granted to use, copy, modify, and distribute this
+ source code, or portions hereof, for any purpose, without fee, subject
+ to the following restrictions:</p>
+<ol>
+ <li>The origin of this source code must not be misrepresented.</li>
+ <li>Altered versions must be plainly marked as such and must not be misrepresented as being the original source.</li>
+ <li> This Copyright notice may not be removed or altered from any source or altered source distribution.</li>
+</ol>
+<p>The Contributing Authors and Group 42, Inc. specifically permit, without
+ fee, and encourage the use of this source code as a component to
+ supporting the PNG file format in commercial products. If you use this
+ source code in a product, acknowledgment is not required but would be
+ appreciated. </p>
+<p>A &quot;png_get_copyright&quot; function is available, for convenient use in &quot;about&quot;
+ boxes and the like: printf(&quot;%s&quot;,png_get_copyright(NULL));</p>
+<p>Also, the PNG logo (in PNG format, of course) is supplied in the
+ files &quot;pngbar.png&quot; and &quot;pngbar.jpg (88x31) and &quot;pngnow.png&quot; (98x31).</p>
+<p>Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
+ certification mark of the Open Source Initiative.</p>
+<p>Glenn Randers-Pehrson<br>
+ glennrp at users.sourceforge.net<br>
+ May 8, 2008</p>
+<p>third_party/libxml is licensed under the following:<br>
+ Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved.</p>
+<p>Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the &quot;Software&quot;), 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:</p>
+<p>The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.</p>
+<p>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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
+ DANIEL VEILLARD 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.</p>
+<p>Except as contained in this notice, the name of Daniel Veillard shall not
+ be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from him.</p>
+<p>Copyright (C) 2000 Bjorn Reese and Daniel Veillard.</p>
+<p>Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.</p>
+<p>THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
+ MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
+ CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.</p>
+<p>Copyright (C) 2000 Gary Pennington and Daniel Veillard.</p>
+<p>Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.</p>
+<p>THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
+ MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
+ CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.</p>
+<h3>icu38 is licensed as follows:</h3>
+<hr>
+<p>COPYRIGHT AND PERMISSION NOTICE</p>
+<p>Copyright (c) 1995-2008 International Business Machines Corporation and others</p>
+<p>All rights reserved.</p>
+<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, provided that the above copyright notice(s) and this permission notice appear in all copies of the Software and that both the above copyright notice(s) and this permission notice appear in supporting documentation.</p>
+<p>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p>
+<p>Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization of the copyright holder. </p>
+<h3>'Chinese and Japanese word frequency list - cjdict.txt (used in icu38)</h3>
+<hr>
+The Google Chrome software developed by Google is licensed under the BSD license. Other software included in this distribution is provided under other licenses, as set forth below.
+<p><strong> The BSD License </strong></p>
+<p> <a href="http://opensource.org/licenses/bsd-license.php" target="_blank">http://opensource.org/licenses/bsd-license.php</a><br>
+ Copyright &copy; 2006-2008, Google Inc. </p>
+<p>All rights reserved. </p>
+<p> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: </p>
+<ul>
+ <li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. </li>
+ <li>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. </li>
+ <li>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. </li>
+</ul>
+<p> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; 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. </p>
+<p>The word list in cjdict.txt are generated by combining three word lists listed below with further processing for compound word breaking. The frequency is generated with an iterative training against Google web corpora. </p>
+<ul>
+ <li>CC-CEDICT (Chinese)
+ <ul>
+ <li><a href="http://www.mdbg.net/chindict/chindict.php?page=cedict" target="_blank">http://www.mdbg.net/chindict/chindict.php?page=cedict</a> (home page)</li>
+ <li><a href="http://www.mdbg.net/chindict/export/cedict/cedict_1_0_ts_utf-8_mdbg.txt.gz" target="_blank">http://www.mdbg.net/chindict/export/cedict/cedict_1_0_ts_utf-8_mdbg.txt.gz</a> (word list)</li>
+ <li>It is licensed under a Creative Commons Attribution-Share Alike 3.0 License. (see <a href="http://creativecommons.org/licenses/by-sa/3.0" target="_blank">http://creativecommons.org/licenses/by-sa/3.0</a> for more details)</li>
+ </ul>
+ </li>
+ <li>Libtabe (Chinese)
+ <ul>
+ <li><a href="https://sourceforge.net/project/?group_id=1519" target="_blank">https://sourceforge.net/project/?group_id=1519</a></li>
+ <li>Its license terms and conditions are shown below. </li>
+ </ul>
+ </li>
+ <li>IPADIC (Japanese)
+ <ul>
+ <li><a href="http://chasen.aist-nara.ac.jp/chasen/distribution.html" target="_blank">http://chasen.aist-nara.ac.jp/chasen/distribution.html</a></li>
+ <li>Its license terms and conditions are shown below. </li>
+ </ul>
+ </li>
+</ul>
+<p>---------COPYING.libtabe ---- BEGIN-------------------- </p>
+<p>Copyrighy (c) 1999 TaBE Project.<br>
+ Copyright (c) 1999 Pai-Hsiang Hsiao. <br>
+ All rights reserved.</p>
+<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+<ul>
+ <li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
+ <li>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.</li>
+ <li>Neither the name of the TaBE Project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. </li>
+</ul>
+</p>
+<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; 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 REGENTS 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. </p>
+<p>Copyright (c) 1999 Computer Systems and Communication Lab, Institute of Information Science, Academia Sinica.<br>
+ All rights reserved.</p>
+<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: </p>
+<ul>
+ <li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
+ <li> 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. </li>
+ <li> Neither the name of the Computer Systems and Communication Lab nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. </li>
+</ul>
+<p> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; 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 REGENTS 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. </p>
+<p>Copyright 1996 Chih-Hao Tsai @ Beckman Institute, University of Illinois<br>
+ c-tsai4@uiuc.edu <br>
+ <a href="http://casper.beckman.uiuc.edu/~c-tsai4" target="_blank">http://casper.beckman.uiuc.edu/~c-tsai4 </a> </p>
+<p> ---------------COPYING.libtabe-----END------------------------------------ </p>
+<p> ---------------COPYING.ipadic-----BEGIN------------------------------------ </p>
+<p> Copyright 2000, 2001, 2002, 2003 Nara Institute of Science and Technology. All Rights Reserved. </p>
+<p> Use, reproduction, and distribution of this software is permitted. Any copy of this software, whether in its original form or modified, must include both the above copyright notice and the following paragraphs. </p>
+<p> Nara Institute of Science and Technology (NAIST), the copyright holders, disclaims all warranties with regard to this software, including all implied warranties of merchantability and fitness, in no event shall NAIST be liable for any special, indirect or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortuous action, arising out of or in connection with the use or performance of this software. </p>
+<p> A large portion of the dictionary entries originate from ICOT Free Software. The following conditions for ICOT Free Software applies to the current dictionary as well. </p>
+<p> Each User may also freely distribute the Program, whether in its original form or modified, to any third party or parties, PROVIDED that the provisions of Section 3 (&quot;NO WARRANTY&quot;) will ALWAYS appear on, or be attached to, the Program, which is distributed substantially in the same form as set out herein and that such intended distribution, if actually made, will neither violate or otherwise contravene any of the laws and regulations of the countries having jurisdiction over the User or the intended distribution itself. </p>
+<p> NO WARRANTY </p>
+<p> The program was produced on an experimental basis in the course of the research and development conducted during the project and is provided to users as so produced on an experimental basis. Accordingly, the program is provided without any warranty whatsoever, whether express, implied, statutory or otherwise. The term &quot;warranty&quot; used herein includes, but is not limited to, any warranty of the quality, performance, merchantability and fitness for a particular purpose of the program and the nonexistence of any infringement or violation of any right of any third party. </p>
+<p> Each user of the program will agree and understand, and be deemed to have agreed and understood, that there is no warranty whatsoever for the program and, accordingly, the entire risk arising from or otherwise connected with the program is assumed by the user. </p>
+<p> Therefore, neither ICOT, the copyright holder, or any other organization that participated in or was otherwise related to the development of the program and their respective officials, directors, officers and other employees shall be held liable for any and all damages, including, without limitation, general, special, incidental and consequential damages, arising out of or otherwise in connection with the use or inability to use the program or any product, material or result produced or otherwise obtained by using the program, regardless of whether they have been advised of, or otherwise had knowledge of, the possibility of such damages at any time during the project or thereafter. Each user will be deemed to have agreed to the foregoing by his or her commencement of use of the program. The term &quot;use&quot; as used herein includes, but is not limited to, the use, modification, copying and distribution of the program and the production of secondary products from the program.
+</p>
+<p> In the case where the program, whether in its original form or modified, was distributed or delivered to or received by a user from any person, organization or entity other than ICOT, unless it makes or grants independently of ICOT any specific warranty to the user in writing, such person, organization or entity, will also be exempted from and not be held liable to the user for any such damages as noted above as far as the program is concerned. </p>
+<p> ---------------COPYING.ipadic-----END------------------------------------</p>
+<h3>libxslt is licensed as follows:</h3>
+<hr>
+<p><strong>Licence for libxslt except libexslt </strong></p>
+<p> Copyright (C) 2001-2002 Daniel Veillard. All Rights Reserved.</p>
+<p>Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the &quot;Software&quot;), 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:</p>
+<p>The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.</p>
+<p>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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
+ DANIEL VEILLARD 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.</p>
+<p>Except as contained in this notice, the name of Daniel Veillard shall not
+ be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from him.</p>
+<p><strong>Licence for libexslt</strong></p>
+<p> Copyright (C) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard.<br>
+ All Rights Reserved.</p>
+<p>Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the &quot;Software&quot;), 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:</p>
+<p>The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.</p>
+<p>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, 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 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.</p>
+<p>Except as contained in this notice, the name of the authors shall not
+ be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from him. </p>
+<h3>lzma_sdk is licensed as follows:</h3>
+<hr>
+Igor Pavlov, as the author of this code, expressly permit you statically or dynamically to link your code (or bind by name) to the files from LZMA SDK without subjecting your linked code to the terms of the CPL or GNU LGPL. Any modification or addition to any file in the LZMA SDK, however, is subject to the GNU LGPL or CPL terms.
+</p>
+<h3>modp_b64 is licensed as follows:</h3>
+<hr>
+<p>Copyright &amp;copy; 2005, 2006 Nick Galbreath -- nickg [at] modp [dot] com<br>
+ All rights reserved.</p>
+<p>Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:</p>
+<p>Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.</p>
+<p>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.</p>
+<p>Neither the name of the modp.com nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.</p>
+<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ &quot;AS IS&quot; 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. </p>
+<p>hunspell is licensed the same as the mozilla pieces (MPL 1.1/GPL2.0/LGPL 2.1)</p>
+<p>mozilla pieces (nss, nspr, etc) and npapi are licensed as follows:
+ Version: MPL 1.1/GPL 2.0/LGPL 2.1</p>
+<p>The contents of this file are subject to the Mozilla Public License Version
+ 1.1 (the &quot;License&quot;); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at <a href="http://www.mozilla.org/MPL/" target="_blank">http://www.mozilla.org/MPL/</a></p>
+<p>Software distributed under the License is distributed on an &quot;AS IS&quot; basis,
+ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ for the specific language governing rights and limitations under the
+ License.</p>
+<p>The Original Code is mozilla.org code.</p>
+<p>The Initial Developer of the Original Code is
+ Netscape Communications Corporation.
+ Portions created by the Initial Developer are Copyright (C) 1998
+ the Initial Developer. All Rights Reserved.</p>
+<p>Contributor(s):</p>
+<p>Alternatively, the contents of this file may be used under the terms of
+ either the GNU General Public License Version 2 or later (the &quot;GPL&quot;), or
+ the GNU Lesser General Public License Version 2.1 or later (the &quot;LGPL&quot;),
+ in which case the provisions of the GPL or the LGPL are applicable instead
+ of those above. If you wish to allow use of your version of this file only
+ under the terms of either the GPL or the LGPL, and not to allow others to
+ use your version of this file under the terms of the MPL, indicate your
+ decision by deleting the provisions above and replace them with the notice
+ and other provisions required by the GPL or the LGPL. If you do not delete
+ the provisions above, a recipient may use your version of this file under
+ the terms of any one of the MPL, the GPL or the LGPL.</p>
+<h3>pthreads for Win32 is licensed as follows:</h3>
+<hr>
+<p> Pthreads-win32 is open software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public License</p>
+<p> as published by the Free Software Foundation version 2.1 of the
+ License. </p>
+<p> Pthreads-win32 is several binary link libraries, several modules,
+ associated interface definition files and scripts used to control
+ its compilation and installation.</p>
+<p> Pthreads-win32 is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.</p>
+<p> A copy of the GNU Lesser General Public License is distributed with
+ pthreads-win32 under the filename:
+ COPYING.LIB</p>
+<p> You should have received a copy of the version 2.1 GNU Lesser General
+ Public License with pthreads-win32; if not, write to:</p>
+<p> Free Software Foundation, Inc.<br>
+ 59 Temple Place<br>
+ Suite 330<br>
+ Boston, MA 02111-1307<br>
+ USA</p>
+<p> The contact addresses for pthreads-win32 is as follows: </p>
+<p> Web: <a href="http://sources.redhat.com/pthreads-win32" target="_blank">http://sources.redhat.com/pthreads-win32</a><br>
+ Email: Ross Johnson<br>
+ Please use: Firstname.Lastname@homemail.com.au</p>
+<h3>tlslite is licensed as follows:</h3>
+<hr>
+<p>2 Licenses/Acknowledgements </p>
+<p>All code here is public domain.</p>
+<p>Thanks to Bram Cohen for his public domain Rijndael implementation. </p>
+<p>Thanks to Edward Loper for Epydoc, which generated the API docs.</p>
+<h3>zlib is licensed as follows: </h3><hr>
+<p> Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler</p>
+<p> This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages arising from the use of this software.</p>
+<p> Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:</p>
+<ol>
+ <li> The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.</li>
+ <li>Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. </li>
+ <li>This notice may not be removed or altered from any source distribution.</li>
+</ol>
+<p> Jean-loup Gailly<br>
+ jloup@gzip.org </p>
+<p>Mark Adler<br>
+ madler@alumni.caltech.edu</p>
+<p> The data format used by the zlib library is described by RFCs (Request for
+ Comments) 1950 to 1952 in the files <a href="http://www.ietf.org/rfc/rfc1950.txt" target="_blank">http://www.ietf.org/rfc/rfc1950.txt </a> (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). </p>
+<h3>webkit is licensed as follows:</h3>
+<hr>
+<p>Copyright (C) 2003, 2004, 2005, 2006 Apple Computer, Inc. All rights reserved. </p>
+<p>Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+<ol>
+ <li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
+ <li>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.</li>
+</ol>
+<p>THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``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 APPLE COMPUTER, INC. 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</p>
+<p>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. </p>
+<p> GNU LIBRARY GENERAL PUBLIC LICENSE<br>
+ Version 2, June 1991</p>
+<p> Copyright (C) 1991 Free Software Foundation, Inc.<br>
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</p>
+<p> Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.</p>
+<p>[This is the first released version of the library GPL. It is
+ numbered 2 because it goes with version 2 of the ordinary GPL.]</p>
+<p> Preamble</p>
+<p> The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public
+ Licenses are intended to guarantee your freedom to share and change
+ free software--to make sure the software is free for all its users. </p>
+<p> This license, the Library General Public License, applies to some
+ specially designated Free Software Foundation software, and to any
+ other libraries whose authors decide to use it. You can use it for your libraries, too.</p>
+<p> When we speak of free software, we are referring to freedom, not
+ price. Our General Public Licenses are designed to make sure that you
+ have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it
+ if you want it, that you can change the software or use pieces of it
+ in new free programs; and that you know you can do these things. </p>
+<p> To protect your rights, we need to make restrictions that forbid
+ anyone to deny you these rights or to ask you to surrender the rights.
+ These restrictions translate to certain responsibilities for you if you distribute copies of the library, or if you modify it.</p>
+<p> For example, if you distribute copies of the library, whether gratis
+ or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source
+ code. If you link a program with the library, you must provide
+ complete object files to the recipients so that they can relink them with the library, after making changes to the library and recompiling
+ it. And you must show them these terms so they know their rights.</p>
+<p> Our method of protecting your rights has two steps: (1) copyright the library, and (2) offer you this license which gives you legal
+ permission to copy, distribute and/or modify the library.</p>
+<p> Also, for each distributor's protection, we want to make certain that everyone understands that there is no warranty for this free
+ library. If the library is modified by someone else and passed on, we
+ want its recipients to know that what they have is not the original version, so that any problems introduced by others will not reflect on
+ the original authors' reputations.</p>
+<p> Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that companies distributing free
+ software will individually obtain patent licenses, thus in effect
+ transforming the program into proprietary software. To prevent this,
+ we have made it clear that any patent must be licensed for everyone's
+ free use or not licensed at all.</p>
+<p> Most GNU software, including some libraries, is covered by the ordinary GNU General Public License, which was designed for utility programs. This
+ license, the GNU Library General Public License, applies to certain
+ designated libraries. This license is quite different from the ordinary one; be sure to read it in full, and don't assume that anything in it is
+ the same as in the ordinary license.</p>
+<p> The reason we have a separate public license for some libraries is that they blur the distinction we usually make between modifying or adding to a
+ program and simply using it. Linking a program with a library, without
+ changing the library, is in some sense simply using the library, and is analogous to running a utility program or application program. However, in
+ a textual and legal sense, the linked executable is a combined work, a
+ derivative of the original library, and the ordinary General Public License treats it as such.</p>
+<p> Because of this blurred distinction, using the ordinary General
+ Public License for libraries did not effectively promote software
+ sharing, because most developers did not use the libraries. We concluded that weaker conditions might promote sharing better.</p>
+<p> However, unrestricted linking of non-free programs would deprive the
+ users of those programs of all benefit from the free status of the libraries themselves. This Library General Public License is intended to
+ permit developers of non-free programs to use free libraries, while
+ preserving your freedom as a user of such programs to change the free libraries that are incorporated in them. (We have not seen how to achieve
+ this as regards changes in header files, but we have achieved it as regards
+ changes in the actual functions of the Library.) The hope is that this
+ will lead to faster development of free libraries.</p>
+<p> The precise terms and conditions for copying, distribution and
+ modification follow. Pay close attention to the difference between a &quot;work based on the library&quot; and a &quot;work that uses the library&quot;. The
+ former contains code derived from the library, while the latter only
+ works together with the library. </p>
+<p> Note that it is possible for a library to be covered by the ordinary
+ General Public License rather than by this special one.
+<p> GNU LIBRARY GENERAL PUBLIC LICENSE</p>
+<p> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</p>
+<ol start="0">
+ <li>
+ <p>This License Agreement applies to any software library which
+ contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Library
+ General Public License (also called &quot;this License&quot;). Each licensee is
+ addressed as &quot;you&quot;. </p>
+ <p> A &quot;library&quot; means a collection of software functions and/or data
+ prepared so as to be conveniently linked with application programs
+ (which use some of those functions and data) to form executables. </p>
+ <p> The &quot;Library&quot;, below, refers to any such software library or work
+ which has been distributed under these terms. A &quot;work based on the
+ Library&quot; means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a
+ portion of it, either verbatim or with modifications and/or translated
+ straightforwardly into another language. (Hereinafter, translation is included without limitation in the term &quot;modification&quot;.)</p>
+ <p> &quot;Source code&quot; for a work means the preferred form of the work for
+ making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated
+ interface definition files, plus the scripts used to control compilation
+ and installation of the library. </p>
+ <p> Activities other than copying, distribution and modification are not
+ covered by this License; they are outside its scope. The act of
+ running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based
+ on the Library (independent of the use of the Library in a tool for
+ writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.</p>
+ </li>
+ <li>
+ <p>You may copy and distribute verbatim copies of the Library's
+ complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an
+ appropriate copyright notice and disclaimer of warranty; keep intact
+ all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the
+ Library.</p>
+ <p> You may charge a fee for the physical act of transferring a copy,
+ and you may at your option offer warranty protection in exchange for a
+ fee.</p>
+ </li>
+ <li> You may modify your copy or copies of the Library or any portion
+ of it, thus forming a work based on the Library, and copy and
+ distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
+ <ul style="list-style:lower-alpha">
+ <li>The modified work must itself be a software library.</li>
+ <li>You must cause the files modified to carry prominent notices
+ stating that you changed the files and the date of any change.</li>
+ <li>You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.</li>
+ <li> If a facility in the modified Library refers to a function or a
+ table of data to be supplied by an application program that uses
+ the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that,
+ in the event an application does not supply such function or
+ table, the facility still operates, and performs whatever part of its purpose remains meaningful.
+ <p> (For example, a function in a library to compute square roots has
+ a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must
+ be optional: if the application does not supply it, the square root function must still compute square roots.)</p>
+ </li>
+ </ul>
+ <p>These requirements apply to the modified work as a whole. If
+ identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in
+ themselves, then this License, and its terms, do not apply to those
+ sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based
+ on the Library, the distribution of the whole must be on the terms of
+ this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote
+ it.</p>
+ <p>Thus, it is not the intent of this section to claim rights or contest
+ your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or
+ collective works based on the Library.</p>
+ <p>In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of
+ a storage or distribution medium does not bring the other work under
+ the scope of this License. </p>
+ </li>
+ <li> You may opt to apply the terms of the ordinary GNU General Public
+ License instead of this License to a given copy of the Library. To do
+ this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2,
+ instead of to this License. (If a newer version than version 2 of the
+ ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in
+ these notices.
+ <p> Once this change is made in a given copy, it is irreversible for
+ that copy, so the ordinary GNU General Public License applies to all
+ subsequent copies and derivative works made from that copy.</p>
+ <p> This option is useful when you wish to copy part of the code of
+ the Library into a program that is not a library. </p>
+ </li>
+ <li> You may copy and distribute the Library (or a portion or
+ derivative of it, under Section 2) in object code or executable form
+ under the terms of Sections 1 and 2 above provided that you accompany
+ it with the complete corresponding machine-readable source code, which
+ must be distributed under the terms of Sections 1 and 2 above on a
+ medium customarily used for software interchange.
+ <p> If distribution of object code is made by offering access to copy
+ from a designated place, then offering equivalent access to copy the
+ source code from the same place satisfies the requirement to distribute the source code, even though third parties are not
+ compelled to copy the source along with the object code.</p>
+ </li>
+ <li> A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or
+ linked with it, is called a &quot;work that uses the Library&quot;. Such a
+ work, in isolation, is not a derivative work of the Library, and
+ therefore falls outside the scope of this License.
+ <p> However, linking a &quot;work that uses the Library&quot; with the Library
+ creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a &quot;work that uses the
+ library&quot;. The executable is therefore covered by this License.
+ Section 6 states terms for distribution of such executables. </p>
+ <p> When a &quot;work that uses the Library&quot; uses material from a header file
+ that is part of the Library, the object code for the work may be a
+ derivative work of the Library even though the source code is not.</p>
+ <p>Whether this is true is especially significant if the work can be
+ linked without the Library, or if the work is itself a library. The
+ threshold for this to be true is not precisely defined by law. </p>
+ <p> If such an object file uses only numerical parameters, data
+ structure layouts and accessors, and small macros and small inline
+ functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative
+ work. (Executables containing this object code plus portions of the
+ Library will still fall under Section 6.) </p>
+ <p> Otherwise, if the work is a derivative of the Library, you may
+ distribute the object code for the work under the terms of Section 6.
+ Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.</p>
+ </li>
+ <li> As an exception to the Sections above, you may also compile or
+ link a &quot;work that uses the Library&quot; with the Library to produce a work containing portions of the Library, and distribute that work
+ under terms of your choice, provided that the terms permit
+ modification of the work for the customer's own use and reverse engineering for debugging such modifications.</li>
+</ol>
+<p> GNU LESSER GENERAL PUBLIC LICENSE<br>
+ Version 2.1, February 1999</p>
+<p> Copyright (C) 1991, 1999 Free Software Foundation, Inc.</p>
+<p> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</p>
+<p> Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed. </p>
+<p>[This is the first released version of the Lesser GPL. It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.] </p>
+<p> Preamble</p>
+<p> The licenses for most software are designed to take away your
+ freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change
+ free software--to make sure the software is free for all its users.</p>
+<p> This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the
+ Free Software Foundation and other authors who decide to use it. You
+ can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better
+ strategy to use in any particular case, based on the explanations below.</p>
+<p> When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that
+ you have the freedom to distribute copies of free software (and charge
+ for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of
+ it in new free programs; and that you are informed that you can do
+ these things.</p>
+<p> To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these
+ rights. These restrictions translate to certain responsibilities for
+ you if you distribute copies of the library or if you modify it. </p>
+<p> For example, if you distribute copies of the library, whether gratis
+ or for a fee, you must give the recipients all the rights that we gave
+ you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide
+ complete object files to the recipients, so that they can relink them
+ with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights.</p>
+<p> We protect your rights with a two-step method: (1) we copyright the
+ library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library.</p>
+<p> To protect each distributor, we want to make it very clear that
+ there is no warranty for the free library. Also, if the library is
+ modified by someone else and passed on, the recipients should know
+ that what they have is not the original version, so that the original
+ author's reputation will not be affected by problems that might be introduced by others.</p>
+<p> Finally, software patents pose a constant threat to the existence of
+ any free program. We wish to make sure that a company cannot
+ effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that
+ any patent license obtained for a version of the library must be
+ consistent with the full freedom of use specified in this license. </p>
+<p> Most GNU software, including some libraries, is covered by the
+ ordinary GNU General Public License. This license, the GNU Lesser
+ General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use
+ this license for certain libraries in order to permit linking those
+ libraries into non-free programs. </p>
+<p> When a program is linked with a library, whether statically or using
+ a shared library, the combination of the two is legally speaking a
+ combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the
+ entire combination fits its criteria of freedom. The Lesser General
+ Public License permits more lax criteria for linking other code with the library.</p>
+<p> We call this license the &quot;Lesser&quot; General Public License because it
+ does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less
+ of an advantage over competing non-free programs. These disadvantages
+ are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain
+ special circumstances.</p>
+<p> For example, on rare occasions, there may be a special need to
+ encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be
+ allowed to use the library. A more frequent case is that a free
+ library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free
+ software only, so we use the Lesser General Public License.</p>
+<p> In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of
+ free software. For example, permission to use the GNU C Library in
+ non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating
+ system.</p>
+<p> Although the Lesser General Public License is Less protective of the
+ users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run
+ that program using a modified version of the Library.</p>
+<p> The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a
+ &quot;work based on the library&quot; and a &quot;work that uses the library&quot;. The
+ former contains code derived from the library, whereas the latter must be combined with the library in order to run.</p>
+<p> GNU LESSER GENERAL PUBLIC LICENSE<br>
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION </p>
+<ol start="0">
+ <li>This License Agreement applies to any software library or other
+ program which contains a notice placed by the copyright holder or
+ other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called &quot;this License&quot;).
+ Each licensee is addressed as &quot;you&quot;.
+ <p> A &quot;library&quot; means a collection of software functions and/or data prepared so as to be conveniently linked with application programs
+ (which use some of those functions and data) to form executables.</p>
+ <p> The &quot;Library&quot;, below, refers to any such software library or work which has been distributed under these terms. A &quot;work based on the
+ Library&quot; means either the Library or any derivative work under
+ copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated
+ straightforwardly into another language. (Hereinafter, translation is
+ included without limitation in the term &quot;modification&quot;.) </p>
+ <p> &quot;Source code&quot; for a work means the preferred form of the work for
+ making modifications to it. For a library, complete source code means
+ all the source code for all modules it contains, plus any associated</p>
+ <p>interface definition files, plus the scripts used to control compilation
+ and installation of the library.</p>
+ <p> Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of
+ running a program using the Library is not restricted, and output from
+ such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for
+ writing it). Whether that is true depends on what the Library does
+ and what the program that uses the Library does.</p>
+ </li>
+ <li>You may copy and distribute verbatim copies of the Library's
+ complete source code as you receive it, in any medium, provided that
+ you conspicuously and appropriately publish on each copy an
+ appropriate copyright notice and disclaimer of warranty; keep intact
+ all the notices that refer to this License and to the absence of any
+ warranty; and distribute a copy of this License along with the Library.
+ <p> You may charge a fee for the physical act of transferring a copy,
+ and you may at your option offer warranty protection in exchange for a
+ fee.</p>
+ </li>
+ <li>You may modify your copy or copies of the Library or any portion
+ of it, thus forming a work based on the Library, and copy and
+ distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
+ <ul style="list-style:lower-alpha">
+ <li>The modified work must itself be a software library.</li>
+ <li>You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.</li>
+ <li>You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.</li>
+ <li> If a facility in the modified Library refers to a function or a
+ table of data to be supplied by an application program that uses
+ the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that,
+ in the event an application does not supply such function or
+ table, the facility still operates, and performs whatever part of its purpose remains meaningful.
+ <p> (For example, a function in a library to compute square roots has
+ a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must
+ be optional: if the application does not supply it, the square root function must still compute square roots.)</p>
+ </li>
+ </ul>
+ <p>These requirements apply to the modified work as a whole. If
+ identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in
+ themselves, then this License, and its terms, do not apply to those
+ sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based
+ on the Library, the distribution of the whole must be on the terms of
+ this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote
+ it.</p>
+ <p>Thus, it is not the intent of this section to claim rights or contest
+ your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or
+ collective works based on the Library.</p>
+ <p>In addition, mere aggregation of another work not based on the Library
+ with the Library (or with a work based on the Library) on a volume of
+ a storage or distribution medium does not bring the other work under
+ the scope of this License. </p>
+ </li>
+ <li> You may opt to apply the terms of the ordinary GNU General Public
+ License instead of this License to a given copy of the Library. To do
+ this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2,
+ instead of to this License. (If a newer version than version 2 of the
+ ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in
+ these notices.
+ <p> Once this change is made in a given copy, it is irreversible for
+ that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy.</p>
+ <p> This option is useful when you wish to copy part of the code of
+ the Library into a program that is not a library. </p>
+ </li>
+ <li>You may copy and distribute the Library (or a portion or
+ derivative of it, under Section 2) in object code or executable form
+ under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which
+ must be distributed under the terms of Sections 1 and 2 above on a
+ medium customarily used for software interchange.
+ <p> If distribution of object code is made by offering access to copy
+ from a designated place, then offering equivalent access to copy the
+ source code from the same place satisfies the requirement to distribute the source code, even though third parties are not
+ compelled to copy the source along with the object code.</p>
+ </li>
+ <li>A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or
+ linked with it, is called a &quot;work that uses the Library&quot;. Such a
+ work, in isolation, is not a derivative work of the Library, and
+ therefore falls outside the scope of this License.
+ <p> However, linking a &quot;work that uses the Library&quot; with the Library
+ creates an executable that is a derivative of the Library (because it
+ contains portions of the Library), rather than a &quot;work that uses the
+ library&quot;. The executable is therefore covered by this License.
+ Section 6 states terms for distribution of such executables. </p>
+ <p> When a &quot;work that uses the Library&quot; uses material from a header file
+ that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not.</p>
+ <p>Whether this is true is especially significant if the work can be
+ linked without the Library, or if the work is itself a library. The
+ threshold for this to be true is not precisely defined by law. </p>
+ <p> If such an object file uses only numerical parameters, data
+ structure layouts and accessors, and small macros and small inline
+ functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative
+ work. (Executables containing this object code plus portions of the
+ Library will still fall under Section 6.) </p>
+ <p> Otherwise, if the work is a derivative of the Library, you may
+ distribute the object code for the work under the terms of Section 6.
+ Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. </p>
+ </li>
+ <li>As an exception to the Sections above, you may also combine or
+ link a &quot;work that uses the Library&quot; with the Library to produce a work containing portions of the Library, and distribute that work
+ under terms of your choice, provided that the terms permit
+ modification of the work for the customer's own use and reverse engineering for debugging such modifications.
+ <p> You must give prominent notice with each copy of the work that the
+ Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work
+ during execution displays copyright notices, you must include the
+ copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one
+ of these things:</p>
+ <ul style="list-style:lower-alpha">
+ <li>Accompany the work with the complete corresponding
+ machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under
+ Sections 1 and 2 above); and, if the work is an executable linked
+ with the Library, with the complete machine-readable &quot;work that uses the Library&quot;, as object code and/or source code, so that the
+ user can modify the Library and then relink to produce a modified
+ executable containing the modified Library. (It is understood
+ that the user who changes the contents of definitions files in the
+ Library will not necessarily be able to recompile the application
+ to use the modified definitions.)</li>
+ <li>Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (1) uses at run time a
+ copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2)
+ will operate properly with a modified version of the library, if
+ the user installs one, as long as the modified version is interface-compatible with the version that the work was made with.</li>
+ <li>Accompany the work with a written offer, valid for at
+ least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more
+ than the cost of performing this distribution.</li>
+ <li> If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above
+ specified materials from the same place.</li>
+ <li> Verify that the user has already received a copy of these materials or that you have already sent this user a copy. </li>
+ </ul>
+ <p> For an executable, the required form of the &quot;work that uses the
+ Library&quot; must include any data and utility programs needed for
+ reproducing the executable from it. However, as a special exception,
+ the materials to be distributed need not include anything that is
+ normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on
+ which the executable runs, unless that component itself accompanies
+ the executable.</p>
+ <p> It may happen that this requirement contradicts the license
+ restrictions of other proprietary libraries that do not normally
+ accompany the operating system. Such a contradiction means you cannot
+ use both them and the Library together in an executable that you distribute.</p>
+ </li>
+ <li>You may place library facilities that are a work based on the
+ Library side-by-side in a single library together with other library
+ facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on
+ the Library and of the other library facilities is otherwise
+ permitted, and provided that you do these two things:
+ <ul style="list-style:lower-alpha">
+ <li>Accompany the combined library with a copy of the same work
+ based on the Library, uncombined with any other library
+ facilities. This must be distributed under the terms of the Sections above. </li>
+ <li>Give prominent notice with the combined library of the fact
+ that part of it is a work based on the Library, and explaining
+ where to find the accompanying uncombined form of the same work.</li>
+ </ul>
+ </li>
+ <li>You may not copy, modify, sublicense, link with, or distribute
+ the Library except as expressly provided under this License. Any
+ attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your
+ rights under this License. However, parties who have received copies,
+ or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.</li>
+ <li>You are not required to accept this License, since you have not
+ signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are
+ prohibited by law if you do not accept this License. Therefore, by
+ modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and
+ all its terms and conditions for copying, distributing or modifying
+ the Library or works based on it.</li>
+ <li>Each time you redistribute the Library (or any work based on the
+ Library), the recipient automatically receives a license from the
+ original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further
+ restrictions on the recipients' exercise of the rights granted herein.
+ You are not responsible for enforcing compliance by third parties with this License. </li>
+ <li>If, as a consequence of a court judgment or allegation of patent
+ infringement or for any other reason (not limited to patent issues),
+ conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not
+ excuse you from the conditions of this License. If you cannot
+ distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you
+ may not distribute the Library at all. For example, if a patent
+ license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then
+ the only way you could satisfy both it and this License would be to
+ refrain entirely from distribution of the Library.
+ <p>If any portion of this section is held invalid or unenforceable under any
+ particular circumstance, the balance of the section is intended to apply,
+ and the section as a whole is intended to apply in other circumstances. </p>
+ <p>It is not the purpose of this section to induce you to infringe any
+ patents or other property right claims or to contest validity of any
+ such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is
+ implemented by public license practices. Many people have made
+ generous contributions to the wide range of software distributed through that system in reliance on consistent application of that
+ system; it is up to the author/donor to decide if he or she is willing
+ to distribute software through any other system and a licensee cannot impose that choice.</p>
+ <p>This section is intended to make thoroughly clear what is believed to
+ be a consequence of the rest of this License.</p>
+ </li>
+ <li>If the distribution and/or use of the Library is restricted in
+ certain countries either by patents or by copyrighted interfaces, the
+ original copyright holder who places the Library under this License may add
+ an explicit geographical distribution limitation excluding those countries,
+ so that distribution is permitted only in or among countries not thus
+ excluded. In such case, this License incorporates the limitation as if
+ written in the body of this License.</li>
+ <li>The Free Software Foundation may publish revised and/or new
+ versions of the Lesser General Public License from time to time.
+ Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
+ Each version is given a distinguishing version number. If the Library
+ specifies a version number of this License which applies to it and
+ &quot;any later version&quot;, you have the option of following the terms and
+ conditions either of that version or of any later version published by
+ the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by
+ the Free Software Foundation.</li>
+ <li> If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these,
+ write to the author to ask for permission. For software which is
+ copyrighted by the Free Software Foundation, write to the Free
+ Software Foundation; we sometimes make exceptions for this. Our
+ decision will be guided by the two goals of preserving the free status
+ of all derivatives of our free software and of promoting the sharing and reuse of software generally.
+ <p> NO WARRANTY</p>
+ </li>
+ <li>BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+ OTHER PARTIES PROVIDE THE LIBRARY &quot;AS IS&quot; WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE<br>
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. </li>
+ <li>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGES.</li>
+</ol>
+<p> END OF TERMS AND CONDITIONS</p>
+<p> How to Apply These Terms to Your New Libraries</p>
+<p> If you develop a new library, and you want it to be of the greatest
+ possible use to the public, we recommend making it free software that
+ everyone can redistribute and change. You can do so by permitting
+ redistribution under these terms (or, alternatively, under the terms of the
+ ordinary General Public License). </p>
+<p> To apply these terms, attach the following notices to the library. It is
+ safest to attach them to the start of each source file to most effectively
+ convey the exclusion of warranty; and each file should have at least the &quot;copyright&quot; line and a pointer to where the full notice is found.</p>
+<p> &lt;one line to give the library's name and a brief idea of what it does.&gt;
+ Copyright (C) &lt;year&gt; &lt;name of author&gt; </p>
+<p> This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.</p>
+<p> This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.</p>
+<p> You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</p>
+<p>Also add information on how to contact you by electronic and paper mail. </p>
+<p>You should also get your employer (if you work as a programmer) or your
+ school, if any, to sign a &quot;copyright disclaimer&quot; for the library, if
+ necessary. Here is a sample; alter the names: </p>
+<p> Yoyodyne, Inc., hereby disclaims all copyright interest in the
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.</p>
+<p> &lt;signature of Ty Coon&gt;, 1 April 1990</p>
+<p> Ty Coon, President of Vice</p>
+<p>That's all there is to it!</p>
+<h3>WTL is licensed as follows:</h3>
+<hr>
+Microsoft Permissive License (Ms-PL)<br>
+Published: October 12, 2006
+</p>
+<p>This license governs use of the accompanying software. If you use the software,
+ you accept this license. If you do not accept the license, do not use the
+ software. </p>
+<ol>
+ <li>Definitions
+ <p>The terms &quot;reproduce,&quot; &quot;reproduction,&quot; &quot;derivative works,&quot; and &quot;distribution&quot;
+ have the same meaning here as under U.S. copyright law.</p>
+ <p>A &quot;contribution&quot; is the original software, or any additions or changes to the
+ software.</p>
+ <p>A &quot;contributor&quot; is any person that distributes its contribution under this
+ license.</p>
+ <p>&quot;Licensed patents&quot; are a contributor&iacute;s patent claims that read directly on its
+ contribution. </p>
+ </li>
+ <li>Grant of Rights
+ <ul style="list-style:upper-alpha">
+ <li>Copyright Grant- Subject to the terms of this license, including the
+ license conditions and limitations in section 3, each contributor grants you a
+ non-exclusive, worldwide, royalty-free copyright license to reproduce its
+ contribution, prepare derivative works of its contribution, and distribute its
+ contribution or any derivative works that you create.</li>
+ <li>Patent Grant- Subject to the terms of this license, including the license
+ conditions and limitations in section 3, each contributor grants you a
+ non-exclusive, worldwide, royalty-free license under its licensed patents to
+ make, have made, use, sell, offer for sale, import, and/or otherwise dispose of
+ its contribution in the software or derivative works of the contribution in the
+ software.</li>
+ </ul>
+ </li>
+ <li>Conditions and Limitations
+ <ul style="list-style:upper-alpha">
+ <li> No Trademark License- This license does not grant you rights to use any
+ contributors&iacute; name, logo, or trademarks.</li>
+ <li>If you bring a patent claim against any contributor over patents that you
+ claim are infringed by the software, your patent license from such contributor
+ to the software ends automatically.</li>
+ <li>If you distribute any portion of the software, you must retain all
+ copyright, patent, trademark, and attribution notices that are present in the
+ software.</li>
+ <li>If you distribute any portion of the software in source code form, you may
+ do so only under this license by including a complete copy of this license with
+ your distribution. If you distribute any portion of the software in compiled or
+ object code form, you may only do so under a license that complies with this
+ license.</li>
+ <li>The software is licensed &quot;as-is.&quot; You bear the risk of using it. The
+ contributors give no express warranties, guarantees or conditions. You may have
+ additional consumer rights under your local laws which this license cannot
+ change. To the extent permitted under your local laws, the contributors exclude
+ the implied warranties of merchantability, fitness for a particular purpose and
+ non-infringement.</li>
+ </ul>
+ </li>
+</ol>
+<h3>V8 assembler is licensed as follows:</h3>
+<hr>
+<p>Copyright (c) 1994-2006 Sun Microsystems Inc.<br />
+ All Rights Reserved.</p>
+<p>Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:</p>
+<ul>
+ <li> Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.</li>
+ <li>Redistribution 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.</li>
+ <li>Neither the name of Sun Microsystems or the names of contributors may
+ be used to endorse or promote products derived from this software without
+ specific prior written permission.</li>
+</ul>
+<p> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS
+ IS&quot; 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.</p>
+<h3>DTOA is licensed as follows:</h3>
+<hr>
+<p> The author of this software is David M. Gay.<br />
+ Copyright (c) 1991, 2000, 2001 by Lucent Technologies.</p>
+<p> Permission to use, copy, modify, and distribute this software for any
+ purpose without fee is hereby granted, provided that this entire notice
+ is included in all copies of any software which is or includes a copy
+ or modification of this software and in all copies of the supporting
+ documentation for such software.</p>
+<p> THIS SOFTWARE IS BEING PROVIDED &quot;AS IS&quot;, WITHOUT ANY EXPRESS OR IMPLIED
+ WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
+ REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
+ OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.</p>
+<h3>JSCRE is licensed as follows:</h3>
+<hr>
+<p>Copyright (C) 2007, 2008 Apple Inc. All rights reserved.</p>
+<p>Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:</p>
+<ol>
+ <li>Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.</li>
+ <li>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.</li>
+ <li>Neither the name of Apple Computer, Inc. (&quot;Apple&quot;) nor the names of
+ its contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission. </li>
+</ol>
+<p>THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS &quot;AS IS&quot; 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 APPLE OR ITS 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.</p>
+<p> Originally written by Philip Hazel<br />
+ Copyright (c) 1997-2006 University of Cambridge<br />
+ Copyright (C) 2002, 2004, 2006, 2007 Apple Inc. All rights reserved.<br />
+ Copyright (C) 2007 Eric Seidel &lt;eric@webkit.org&gt;</p>
+<hr>
+<p>Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:</p>
+<ul>
+ <li>Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.</li>
+ <li>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. </li>
+ <li>Neither the name of the University of Cambridge nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.</li>
+</ul>
+<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;
+ 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.</p>
+</body>
+</html>
diff --git a/chrome/browser/resources/browser_resources.vcproj b/chrome/browser/resources/browser_resources.vcproj
index 276f25c..1e6ca162 100644
--- a/chrome/browser/resources/browser_resources.vcproj
+++ b/chrome/browser/resources/browser_resources.vcproj
@@ -64,6 +64,10 @@
</References>
<Files>
<File
+ RelativePath=".\about_credits.html"
+ >
+ </File>
+ <File
RelativePath=".\about_memory.html"
>
</File>