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

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

Issue 1803004: licenses: don't double-include NSS (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 8 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
« no previous file with comments | « no previous file | tools/licenses.py » ('j') | tools/licenses.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- Generated by licenses.py; do not edit. --> 1 <!-- Generated by licenses.py; do not edit. -->
2 <!DOCTYPE HTML> 2 <!DOCTYPE HTML>
3 <html> 3 <html>
4 <head> 4 <head>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <title>Credits</title> 6 <title>Credits</title>
7 <style> 7 <style>
8 body { 8 body {
9 font-family:Helvetica,Arial,sans-serif; 9 font-family:Helvetica,Arial,sans-serif;
10 background-color:white; 10 background-color:white;
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 * the provisions above, a recipient may use your version of this file under 651 * the provisions above, a recipient may use your version of this file under
652 * the terms of any one of the MPL, the GPL or the LGPL. 652 * the terms of any one of the MPL, the GPL or the LGPL.
653 * 653 *
654 * ***** END LICENSE BLOCK ***** */ 654 * ***** END LICENSE BLOCK ***** */
655 </pre> 655 </pre>
656 </div> 656 </div>
657 </div> 657 </div>
658 658
659 659
660 <div class="product"> 660 <div class="product">
661 <span class="title">Network Security Services (NSS)</span>
662 <a class="show" href="#" onclick="return toggle(this);">show license</a>
663 <span class="homepage"><a href="http://www.mozilla.org/projects/security/pki/nss /">homepage</a></span>
664 <div class="licence">
665 <pre>/* ***** BEGIN LICENSE BLOCK *****
666 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
667 *
668 * The contents of this file are subject to the Mozilla Public License Version
669 * 1.1 (the "License"); you may not use this file except in compliance with
670 * the License. You may obtain a copy of the License at
671 * http://www.mozilla.org/MPL/
672 *
673 * Software distributed under the License is distributed on an "AS IS" basis,
674 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
675 * for the specific language governing rights and limitations under the
676 * License.
677 *
678 * The Original Code is the Netscape security libraries.
679 *
680 * The Initial Developer of the Original Code is
681 * Netscape Communications Corporation.
682 * Portions created by the Initial Developer are Copyright (C) 1994-2000
683 * the Initial Developer. All Rights Reserved.
684 *
685 * Contributor(s):
686 *
687 * Alternatively, the contents of this file may be used under the terms of
688 * either the GNU General Public License Version 2 or later (the "GPL"), or
689 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
690 * in which case the provisions of the GPL or the LGPL are applicable instead
691 * of those above. If you wish to allow use of your version of this file only
692 * under the terms of either the GPL or the LGPL, and not to allow others to
693 * use your version of this file under the terms of the MPL, indicate your
694 * decision by deleting the provisions above and replace them with the notice
695 * and other provisions required by the GPL or the LGPL. If you do not delete
696 * the provisions above, a recipient may use your version of this file under
697 * the terms of any one of the MPL, the GPL or the LGPL.
698 *
699 * ***** END LICENSE BLOCK ***** */
700 </pre>
701 </div>
702 </div>
703
704
705 <div class="product">
706 <span class="title">WebKit</span> 661 <span class="title">WebKit</span>
707 <a class="show" href="#" onclick="return toggle(this);">show license</a> 662 <a class="show" href="#" onclick="return toggle(this);">show license</a>
708 <span class="homepage"><a href="http://webkit.org/">homepage</a></span> 663 <span class="homepage"><a href="http://webkit.org/">homepage</a></span>
709 <div class="licence"> 664 <div class="licence">
710 <pre>(WebKit doesn't distribute an explicit license. This LICENSE is derived fr om 665 <pre>(WebKit doesn't distribute an explicit license. This LICENSE is derived fr om
711 license text in the source.) 666 license text in the source.)
712 667
713 Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 668 Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
714 2006, 2007 Alexander Kellett, Alexey Proskuryakov, Alex Mathews, Allan 669 2006, 2007 Alexander Kellett, Alexey Proskuryakov, Alex Mathews, Allan
715 Sandfeld Jensen, Alp Toker, Anders Carlsson, Andrew Wellington, Antti 670 Sandfeld Jensen, Alp Toker, Anders Carlsson, Andrew Wellington, Antti
(...skipping 3466 matching lines...) Expand 10 before | Expand all | Expand 10 after
4182 </pre> 4137 </pre>
4183 </div> 4138 </div>
4184 </div> 4139 </div>
4185 4140
4186 4141
4187 </div> 4142 </div>
4188 4143
4189 </body> 4144 </body>
4190 </html> 4145 </html>
4191 4146
OLDNEW
« no previous file with comments | « no previous file | tools/licenses.py » ('j') | tools/licenses.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698