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

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

Issue 207014: Various cleanups FTP-related. (Closed)
Patch Set: Created 11 years, 3 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
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 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1316 </p> 1316 </p>
1317 <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
1318 along with FFmpeg; if not, write to:</p> 1318 along with FFmpeg; if not, write to:</p>
1319 <p> Free Software Foundation, Inc.<br> 1319 <p> Free Software Foundation, Inc.<br>
1320 51 Franklin Street, Fifth Floor<br> 1320 51 Franklin Street, Fifth Floor<br>
1321 Boston, MA 02111-1301<br> 1321 Boston, MA 02111-1301<br>
1322 USA</p> 1322 USA</p>
1323 </div> 1323 </div>
1324 </div> 1324 </div>
1325 1325
1326 <!-- parseftp --> 1326 <!-- ParseFTPList -->
1327 <div class="product"> 1327 <div class="product">
1328 <span class="title">parseftp</span> 1328 <span class="title">ParseFTPList</span>
1329 <a class="show" href="#" onclick="return toggle(this);">show license</a> 1329 <a class="show" href="#" onclick="return toggle(this);">show license</a>
1330 <span class="homepage"><a href="http://mxr.mozilla.org/mozilla-central/source/ne twerk/streamconv/converters/ParseFTPList.h">homepage</a></span> 1330 <span class="homepage"><a href="http://mxr.mozilla.org/mozilla-central/source/ne twerk/streamconv/converters/ParseFTPList.cpp">homepage</a></span>
wtc 2009/09/18 17:24:39 Daniel Berlin wanted us to point to the revision o
1331 <div class="licence"> 1331 <div class="licence">
1332 <h3>parseftp is licensed as follows:</h3> 1332 <h3>ParseFTPList is licensed as follows:</h3>
1333 <p>The contents of this file are subject to the Mozilla Public License Version 1333 <p>The contents of this file are subject to the Mozilla Public License Version
1334 1.1 (the "License"); you may not use this file except in compliance with 1334 1.1 (the "License"); you may not use this file except in compliance with
1335 the License. You may obtain a copy of the License at 1335 the License. You may obtain a copy of the License at
1336 http://www.mozilla.org/MPL/ 1336 http://www.mozilla.org/MPL/
1337 Software distributed under the License is distributed on an "AS IS" basis, 1337 Software distributed under the License is distributed on an "AS IS" basis,
1338 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 1338 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1339 for the specific language governing rights and limitations under the 1339 for the specific language governing rights and limitations under the
1340 License.</p> 1340 License.</p>
1341 <p>The Original Code is mozilla.org Code.</p> 1341 <p>The Original Code is mozilla.org Code.</p>
1342 <p>The Initial Developer of the Original Code is 1342 <p>The Initial Developer of the Original Code is
(...skipping 11 matching lines...) Expand all
1354 use your version of this file under the terms of the MPL, indicate your 1354 use your version of this file under the terms of the MPL, indicate your
1355 decision by deleting the provisions above and replace them with the notice 1355 decision by deleting the provisions above and replace them with the notice
1356 and other provisions required by the GPL or the LGPL. If you do not delete 1356 and other provisions required by the GPL or the LGPL. If you do not delete
1357 the provisions above, a recipient may use your version of this file under 1357 the provisions above, a recipient may use your version of this file under
1358 the terms of any one of the MPL, the GPL or the LGPL.</p> 1358 the terms of any one of the MPL, the GPL or the LGPL.</p>
1359 </div> 1359 </div>
1360 </div> 1360 </div>
1361 1361
1362 </body> 1362 </body>
1363 </html> 1363 </html>
OLDNEW
« no previous file with comments | « no previous file | net/ftp/ftp_network_transaction.cc » ('j') | net/url_request/url_request_new_ftp_job.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698