From 86465c2d6ff8e89e4ca05f99e9409c79c9e71fbe Mon Sep 17 00:00:00 2001 From: Stefano Mazzocchi Date: Wed, 12 May 2010 09:00:38 +0000 Subject: [PATCH] forgot these pieces of for the previous commit git-svn-id: http://google-refine.googlecode.com/svn/trunk@723 7d457c2a-affb-35e4-300a-418c747d4874 --- .classpath | 3 ++- build.xml | 2 ++ licenses/mockito.LICENSE.txt | 21 +++++++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 licenses/mockito.LICENSE.txt diff --git a/.classpath b/.classpath index 5db424aad..1adb6bc14 100644 --- a/.classpath +++ b/.classpath @@ -28,8 +28,9 @@ - + + diff --git a/build.xml b/build.xml index a4a75d22e..352c567fe 100644 --- a/build.xml +++ b/build.xml @@ -60,6 +60,8 @@ + + diff --git a/licenses/mockito.LICENSE.txt b/licenses/mockito.LICENSE.txt new file mode 100644 index 000000000..e0840a446 --- /dev/null +++ b/licenses/mockito.LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2007 Mockito contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file