1==============================================================
2 Jetty Web Container
3 Copyright 1995-2014 Mort Bay Consulting Pty Ltd.
4==============================================================
5
6The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd
7unless otherwise noted.
8
9Jetty is dual licensed under both
10
11  * The Apache 2.0 License
12    http://www.apache.org/licenses/LICENSE-2.0.html
13
14      and
15
16  * The Eclipse Public 1.0 License
17    http://www.eclipse.org/legal/epl-v10.html
18
19Jetty may be distributed under either license.
20
21The javax.servlet package used was sourced from the Apache
22Software Foundation and is distributed under the apache 2.0
23license.
24
25The UnixCrypt.java code implements the one way cryptography used by
26Unix systems for simple password protection.  Copyright 1996 Aki Yoshida,
27modified April 2001  by Iris Van den Broeke, Daniel Deville.
28Permission to use, copy, modify and distribute UnixCrypt
29for non-commercial or commercial purposes and without fee is
30granted provided that the copyright notice appears in all copies.
31
32==============================================================
33 SLF4J
34 Copyright (c) 2004-2013 QOS.ch
35==============================================================
36 Copyright (c) 2004-2013 QOS.ch
37 All rights reserved.
38
39 Permission is hereby granted, free  of charge, to any person obtaining
40 a  copy  of this  software  and  associated  documentation files  (the
41 "Software"), to  deal in  the Software without  restriction, including
42 without limitation  the rights to  use, copy, modify,  merge, publish,
43 distribute,  sublicense, and/or sell  copies of  the Software,  and to
44 permit persons to whom the Software  is furnished to do so, subject to
45 the following conditions:
46
47 The  above  copyright  notice  and  this permission  notice  shall  be
48 included in all copies or substantial portions of the Software.
49
50 THE  SOFTWARE IS  PROVIDED  "AS  IS", WITHOUT  WARRANTY  OF ANY  KIND,
51 EXPRESS OR  IMPLIED, INCLUDING  BUT NOT LIMITED  TO THE  WARRANTIES OF
52 MERCHANTABILITY,    FITNESS    FOR    A   PARTICULAR    PURPOSE    AND
53 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
54 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
55 OF CONTRACT, TORT OR OTHERWISE,  ARISING FROM, OUT OF OR IN CONNECTION
56 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
57