diff options
author | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-22 06:02:46 +0000 |
---|---|---|
committer | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-22 06:02:46 +0000 |
commit | db60622a70f0188f4b0a012f9d0a5195038c6c73 (patch) | |
tree | 917c2eb0c69df069d66da30801d9436214817ccc /third_party/pymock/LICENSE.txt | |
parent | 87a054059b2ddc01fe8ee13943baea37c4773971 (diff) | |
download | chromium_src-db60622a70f0188f4b0a012f9d0a5195038c6c73.zip chromium_src-db60622a70f0188f4b0a012f9d0a5195038c6c73.tar.gz chromium_src-db60622a70f0188f4b0a012f9d0a5195038c6c73.tar.bz2 |
Add python mock library to third_party.
This is needed for python test code bring written
as part of the NaCl SDK:
https://codereview.chromium.org/12278012/
Since this module seems to be the future of python
mocking it seems likely that other parts of chromium
will also need access to this in the future.
BUG=176618,177268
Review URL: https://chromiumcodereview.appspot.com/12282013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184037 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/pymock/LICENSE.txt')
-rw-r--r-- | third_party/pymock/LICENSE.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/third_party/pymock/LICENSE.txt b/third_party/pymock/LICENSE.txt new file mode 100644 index 0000000..7891703 --- /dev/null +++ b/third_party/pymock/LICENSE.txt @@ -0,0 +1,26 @@ +Copyright (c) 2003-2012, Michael Foord +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * 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. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |