diff options
author | ian@chromium.org <ian@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-04 02:03:19 +0000 |
---|---|---|
committer | ian@chromium.org <ian@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-04 02:03:19 +0000 |
commit | a6c3c9aabb69c72ed6409686680ee0bb68f23108 (patch) | |
tree | 8935e87afec117eac7c48d0e2619c1243e94da7e /chrome/browser/resources | |
parent | c4b867b51190ccec88a3a4b935c53795a71399a1 (diff) | |
download | chromium_src-a6c3c9aabb69c72ed6409686680ee0bb68f23108.zip chromium_src-a6c3c9aabb69c72ed6409686680ee0bb68f23108.tar.gz chromium_src-a6c3c9aabb69c72ed6409686680ee0bb68f23108.tar.bz2 |
Adding libevent to about:credits
BUG=22301
TEST=Go to about:credits and verify that libevent is listed.
Review URL: http://codereview.chromium.org/564053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r-- | chrome/browser/resources/about_credits.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/chrome/browser/resources/about_credits.html b/chrome/browser/resources/about_credits.html index f88d7be..6e0afdd 100644 --- a/chrome/browser/resources/about_credits.html +++ b/chrome/browser/resources/about_credits.html @@ -1323,5 +1323,40 @@ along with FFmpeg; if not, write to:</p> </div> </div> +<!-- LIBEVENT --> +<div class="product"> +<span class="title">libevent</span> +<a class="show" href="#" onclick="return toggle(this);">show license</a> +<span class="homepage"><a href="http://www.monkey.org/~provos/libevent/">homepage</a></span> +<div class="licence"> +<h3>libevent is licensed as follows:</h3> +<p>Copyright 2000-2007 Niels Provos <<a href="mailto:provos@citi.umich.edu">provos@citi.umich.edu</a>><br /> +Copyright 2007-2009 Niels Provos and Nick Mathewson</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>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> +</div> +</div> + </body> </html> |