summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/resources/about_credits.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/chrome/browser/resources/about_credits.html b/chrome/browser/resources/about_credits.html
index 4001238..b48d254 100644
--- a/chrome/browser/resources/about_credits.html
+++ b/chrome/browser/resources/about_credits.html
@@ -1299,5 +1299,31 @@ Published: October 12, 2006
</div>
</div>
+<!-- FFMPEG -->
+<div class="product">
+<span class="title">ffmpeg</span>
+<a class="show" href="#" onclick="return toggle(this);">show license</a>
+<span class="homepage"><a href="http://www.ffmpeg.org/">homepage</a></span>
+<div class="licence">
+<h3>ffmpeg is licensed as follows:</h3>
+<p>FFmpeg 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 of the License, or (at your option) any later
+version.</p>
+<p>FFmpeg 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 FFmpeg; 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>
+</div>
+</div>
+
</body>
</html>