diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-09 18:44:11 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-09 18:44:11 +0000 |
commit | d30597b44ceea4ff5a21cad346896fbfe15a2cad (patch) | |
tree | b4dec42fe6c6d29f607dd66b5dceac6a3cc8947e /chrome/browser | |
parent | b2448d43c8cc8e9a50649ef232cf98733f8caeba (diff) | |
download | chromium_src-d30597b44ceea4ff5a21cad346896fbfe15a2cad.zip chromium_src-d30597b44ceea4ff5a21cad346896fbfe15a2cad.tar.gz chromium_src-d30597b44ceea4ff5a21cad346896fbfe15a2cad.tar.bz2 |
Slightly updated about:credits from dannyb.
Review URL: http://codereview.chromium.org/13292
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6599 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/resources/about_credits.html | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/chrome/browser/resources/about_credits.html b/chrome/browser/resources/about_credits.html index 5b13bb2..ac532c9 100644 --- a/chrome/browser/resources/about_credits.html +++ b/chrome/browser/resources/about_credits.html @@ -55,12 +55,12 @@ body { function $(o) {return document.getElementById(o);} function toggle(o) { var licence = o.nextSibling; - + while (licence.className != 'licence') { if (!licence) return false; licence = licence.nextSibling; } - + if (licence.style && licence.style.display == 'block') { licence.style.display = 'none'; o.innerHTML = 'show license'; @@ -619,13 +619,18 @@ Computing Services Inc., Stefan Schimanski, Symantec Corporation, The Dojo Foundation, The Karbon Developers, Thomas Boyer, Tim Copperfield, Tobias Anton, Torben Weis, Trolltech, University of Cambridge, Vaclav Slavik, Waldo Bastian, Xan Lopez, Zack Rusin</p> -<p>Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: +<p>The terms and conditions vary from file to file, but are one of: +<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>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> +</ol> +<p>*OR*</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>Neither the name of Apple Computer, Inc. ("Apple") nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</li> </ol> <p>THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |