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