Ian Maxon | bb5dc4c | 2016-02-02 18:16:30 -0800 | [diff] [blame^] | 1 | Apache AsterixDB Hyracks B-Tree Example Server |
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 | |
| 10 | - lib/mockito-all-2.0.2-beta.jar |
| 11 | |
| 12 | Mockito license - MIT. |
| 13 | |
| 14 | Libraries used: |
| 15 | |
| 16 | Cglib - Apache License 2.0 |
| 17 | ASM - BSD license |
| 18 | |
| 19 | Mockito all distribution: |
| 20 | |
| 21 | Objenesis - MIT license |
| 22 | Hamcrest - BSD license |
| 23 | |
| 24 | - lib/wicket-core-1.5.2.jar |
| 25 | Apache Wicket |
| 26 | Copyright 2006-2011 Apache Software Foundation |
| 27 | |
| 28 | This product includes software from QOS.ch (http://slf4j.org) licensed under the X11 license |
| 29 | Copyright (c) 2004-2008 QOS.ch |
| 30 | |
| 31 | Contains Diff library from Mavens JRCS, released under |
| 32 | The Apache Software License, Version 1.1. |
| 33 | (c) 1999-2003 |
| 34 | |
| 35 | org.apache.wicket.markup.html.form.upload.MultiFileUploadField.js is taken from [1] |
| 36 | and has the following notice: |
| 37 | "Licence: |
| 38 | Use this however/wherever you like, just don't blame me if it breaks |
| 39 | anything. |
| 40 | |
| 41 | Credit: |
| 42 | If you're nice, you'll leave this bit: |
| 43 | |
| 44 | Class by Stickman -- http://www.the-stickman.com |
| 45 | with thanks to: |
| 46 | [for Safari fixes] |
| 47 | Luis Torrefranca -- http://www.law.pitt.edu |
| 48 | and |
| 49 | Shawn Parker & John Pennypacker -- http://www.fuzzycoconut.com |
| 50 | [for duplicate name bug] |
| 51 | 'neal'" |
| 52 | [1]: http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/ |
| 53 | - lib/wicket-request-1.5.2.jar |
| 54 | |
| 55 | Wicket Request |
| 56 | Copyright 2006-2011 Apache Software Foundation |
| 57 | |
| 58 | - lib/wicket-util-1.5.2.jar |
| 59 | |
| 60 | Wicket Util |
| 61 | Copyright 2006-2011 Apache Software Foundation |
Ian Maxon | bb5dc4c | 2016-02-02 18:16:30 -0800 | [diff] [blame^] | 62 | |
| 63 | - lib/httpclient-4.3.jar |
| 64 | |
| 65 | Apache HttpClient |
| 66 | Copyright 1999-2013 The Apache Software Foundation |
| 67 | |
| 68 | This product includes software developed at |
| 69 | The Apache Software Foundation (http://www.apache.org/). |
| 70 | |
| 71 | - lib/httpcore-4.3.jar |
| 72 | |
| 73 | Apache HttpCore |
| 74 | Copyright 2005-2013 The Apache Software Foundation |
| 75 | |
| 76 | This product includes software developed at |
| 77 | The Apache Software Foundation (http://www.apache.org/). |
| 78 | |
| 79 | |
| 80 | This project contains annotations derived from JCIP-ANNOTATIONS |
| 81 | Copyright (c) 2005 Brian Goetz and Tim Peierls. See http://www.jcip.net |
| 82 | |
| 83 | - lib/commons-logging-1.1.1..jar |
| 84 | |
| 85 | Commons Logging |
| 86 | Copyright 2001-2007 The Apache Software Foundation |
| 87 | |