Ian Maxon | bb5dc4c | 2016-02-02 18:16:30 -0800 | [diff] [blame] | 1 | Apache AsterixDB Hyracks B-Tree Example Client |
Ian Maxon | f2b16b2 | 2016-01-20 15:14:15 -0800 | [diff] [blame] | 2 | Copyright 2016 The Apache Software Foundation |
| 3 | |
| 4 | This product includes software developed at |
| 5 | The Apache Software Foundation (http://www.apache.org/). |
| 6 | |
| 7 | AsterixDB utilizes many libraries, which come with the following applicable NOTICE(s): |
| 8 | |
Ian Maxon | f2b16b2 | 2016-01-20 15:14:15 -0800 | [diff] [blame] | 9 | - lib/mockito-all-2.0.2-beta.jar |
| 10 | |
| 11 | Mockito license - MIT. |
| 12 | |
| 13 | Libraries used: |
| 14 | |
| 15 | Cglib - Apache License 2.0 |
| 16 | ASM - BSD license |
| 17 | |
| 18 | Mockito all distribution: |
| 19 | |
| 20 | Objenesis - MIT license |
| 21 | Hamcrest - BSD license |
Ian Maxon | bb5dc4c | 2016-02-02 18:16:30 -0800 | [diff] [blame] | 22 | |
| 23 | - lib/httpclient-4.3.jar |
| 24 | |
| 25 | Apache HttpClient |
| 26 | Copyright 1999-2013 The Apache Software Foundation |
| 27 | |
| 28 | This product includes software developed at |
| 29 | The Apache Software Foundation (http://www.apache.org/). |
| 30 | |
| 31 | - lib/httpcore-4.3.jar |
| 32 | |
| 33 | Apache HttpCore |
| 34 | Copyright 2005-2013 The Apache Software Foundation |
| 35 | |
| 36 | This product includes software developed at |
| 37 | The Apache Software Foundation (http://www.apache.org/). |
| 38 | |
| 39 | |
| 40 | This project contains annotations derived from JCIP-ANNOTATIONS |
| 41 | Copyright (c) 2005 Brian Goetz and Tim Peierls. See http://www.jcip.net |