diff options
author | Mehdi Houshmand <mehdi@apache.org> | 2011-11-21 11:44:25 +0000 |
---|---|---|
committer | Mehdi Houshmand <mehdi@apache.org> | 2011-11-21 11:44:25 +0000 |
commit | 69e5c269a31bf7add2c66892d30b9a5eb1fa87a8 (patch) | |
tree | 201124ec76359a8b2ec3f713ddc9d7089cd1813e /lib/build/objenesis-1.0.0.LICENSE.txt | |
parent | 07f082ad3d6afb717e55972ae0c4a64c5d1e53b4 (diff) | |
download | xmlgraphics-fop-69e5c269a31bf7add2c66892d30b9a5eb1fa87a8.tar.gz xmlgraphics-fop-69e5c269a31bf7add2c66892d30b9a5eb1fa87a8.zip |
Added mockito JAR for use in unit tests to mock classes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1204457 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/build/objenesis-1.0.0.LICENSE.txt')
-rw-r--r-- | lib/build/objenesis-1.0.0.LICENSE.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/build/objenesis-1.0.0.LICENSE.txt b/lib/build/objenesis-1.0.0.LICENSE.txt new file mode 100644 index 000000000..74582aca6 --- /dev/null +++ b/lib/build/objenesis-1.0.0.LICENSE.txt @@ -0,0 +1,18 @@ +Copyright (c) 2003-2008, Objenesis Team and all 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 |