Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Side by Side Diff: chrome/browser/resources/about_credits.html

Issue 118099: Correct the ffpmeg license disclosure:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Credits</title> 5 <title>Credits</title>
6 <style> 6 <style>
7 body { 7 body {
8 font-family:arial,sans-serif; 8 font-family:arial,sans-serif;
9 background-color:white; 9 background-color:white;
10 font-size:84%; 10 font-size:84%;
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 <p> Pthreads-win32 is distributed in the hope that it will be useful, 530 <p> Pthreads-win32 is distributed in the hope that it will be useful,
531 but WITHOUT ANY WARRANTY; without even the implied warranty of 531 but WITHOUT ANY WARRANTY; without even the implied warranty of
532 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 532 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
533 GNU Lesser General Public License for more details.</p> 533 GNU Lesser General Public License for more details.</p>
534 <p> A copy of the GNU Lesser General Public License is distributed with 534 <p> A copy of the GNU Lesser General Public License is distributed with
535 pthreads-win32 under the filename: 535 pthreads-win32 under the filename:
536 COPYING.LIB</p> 536 COPYING.LIB</p>
537 <p> You should have received a copy of the version 2.1 GNU Lesser General 537 <p> You should have received a copy of the version 2.1 GNU Lesser General
538 Public License with pthreads-win32; if not, write to:</p> 538 Public License with pthreads-win32; if not, write to:</p>
539 <p> Free Software Foundation, Inc.<br> 539 <p> Free Software Foundation, Inc.<br>
540 59 Temple Place<br> 540 51 Franklin Street, Fifth Floor<br>
541 Suite 330<br> 541 Boston, MA 02111-1301<br>
542 Boston, MA 02111-1307<br>
543 USA</p> 542 USA</p>
544 <p> The contact addresses for pthreads-win32 is as follows: </p> 543 <p> The contact addresses for pthreads-win32 is as follows: </p>
545 <p> Web: <a href="http://sources.redhat.com/pthreads-win32" target="_blank">http ://sources.redhat.com/pthreads-win32</a><br> 544 <p> Web: <a href="http://sources.redhat.com/pthreads-win32" target="_blank">http ://sources.redhat.com/pthreads-win32</a><br>
546 Email: Ross Johnson<br> 545 Email: Ross Johnson<br>
547 Please use: Firstname.Lastname@homemail.com.au</p> 546 Please use: Firstname.Lastname@homemail.com.au</p>
548 </div> 547 </div>
549 </div> 548 </div>
550 549
551 <!-- TLSLITE --> 550 <!-- TLSLITE -->
552 <div class="product"> 551 <div class="product">
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1301 1300
1302 <!-- FFMPEG --> 1301 <!-- FFMPEG -->
1303 <div class="product"> 1302 <div class="product">
1304 <span class="title">ffmpeg</span> 1303 <span class="title">ffmpeg</span>
1305 <a class="show" href="#" onclick="return toggle(this);">show license</a> 1304 <a class="show" href="#" onclick="return toggle(this);">show license</a>
1306 <span class="homepage"><a href="http://www.ffmpeg.org/">homepage</a></span> 1305 <span class="homepage"><a href="http://www.ffmpeg.org/">homepage</a></span>
1307 <div class="licence"> 1306 <div class="licence">
1308 <h3>ffmpeg is licensed as follows:</h3> 1307 <h3>ffmpeg is licensed as follows:</h3>
1309 <p>FFmpeg is free software; you can redistribute it and/or modify it under the 1308 <p>FFmpeg is free software; you can redistribute it and/or modify it under the
1310 terms of the GNU Lesser General Public License as published by the Free Software 1309 terms of the GNU Lesser General Public License as published by the Free Software
1311 Foundation; either version 2 of the License, or (at your option) any later 1310 Foundation; either version 2.1 of the License, or (at your option) any later
1312 version.</p> 1311 version.</p>
1313 <p>FFmpeg is distributed in the hope that it will be useful, but WITHOUT ANY 1312 <p>FFmpeg is distributed in the hope that it will be useful, but WITHOUT ANY
1314 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 1313 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
1315 A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more 1314 A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
1316 details. 1315 details.
1317 </p> 1316 </p>
1318 <p>You should have received a copy of the GNU Lesser General Public License 1317 <p>You should have received a copy of the GNU Lesser General Public License
1319 along with FFmpeg; if not, write to:</p> 1318 along with FFmpeg; if not, write to:</p>
1320 <p> Free Software Foundation, Inc.<br> 1319 <p> Free Software Foundation, Inc.<br>
1321 59 Temple Place<br> 1320 51 Franklin Street, Fifth Floor<br>
1322 Suite 330<br> 1321 Boston, MA 02111-1301<br>
1323 Boston, MA 02111-1307<br>
1324 USA</p> 1322 USA</p>
1325 </div> 1323 </div>
1326 </div> 1324 </div>
1327 1325
1328 </body> 1326 </body>
1329 </html> 1327 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698