Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13534739D for ; Fri, 19 Aug 2011 18:58:28 +0000 (UTC) Received: (qmail 57233 invoked by uid 500); 19 Aug 2011 18:58:28 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 57178 invoked by uid 500); 19 Aug 2011 18:58:27 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 57170 invoked by uid 99); 19 Aug 2011 18:58:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Aug 2011 18:58:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Aug 2011 18:58:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id ED6FD23889BB for ; Fri, 19 Aug 2011 18:58:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1159744 - /hive/trunk/LICENSE Date: Fri, 19 Aug 2011 18:58:03 -0000 To: commits@hive.apache.org From: cws@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110819185803.ED6FD23889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cws Date: Fri Aug 19 18:58:03 2011 New Revision: 1159744 URL: http://svn.apache.org/viewvc?rev=1159744&view=rev Log: HIVE-2386. Add Mockito to LICENSE file (Jakob Homan via cws) Modified: hive/trunk/LICENSE Modified: hive/trunk/LICENSE URL: http://svn.apache.org/viewvc/hive/trunk/LICENSE?rev=1159744&r1=1159743&r2=1159744&view=diff ============================================================================== --- hive/trunk/LICENSE (original) +++ hive/trunk/LICENSE Fri Aug 19 18:58:03 2011 @@ -440,4 +440,29 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE A 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. + + +For the Mockito library: + +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