56 lines
2.3 KiB
Text
56 lines
2.3 KiB
Text
==============================================================
|
|
Jetty Web Container
|
|
Copyright 1995-2014 Mort Bay Consulting Pty Ltd.
|
|
==============================================================
|
|
|
|
The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd
|
|
unless otherwise noted.
|
|
|
|
Jetty is dual licensed under both
|
|
|
|
* The Apache 2.0 License
|
|
http://www.apache.org/licenses/LICENSE-2.0.html
|
|
|
|
and
|
|
|
|
* The Eclipse Public 1.0 License
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
Jetty may be distributed under either license.
|
|
|
|
The javax.servlet package used was sourced from the Apache
|
|
Software Foundation and is distributed under the apache 2.0
|
|
license.
|
|
|
|
The UnixCrypt.java code implements the one way cryptography used by
|
|
Unix systems for simple password protection. Copyright 1996 Aki Yoshida,
|
|
modified April 2001 by Iris Van den Broeke, Daniel Deville.
|
|
Permission to use, copy, modify and distribute UnixCrypt
|
|
for non-commercial or commercial purposes and without fee is
|
|
granted provided that the copyright notice appears in all copies.
|
|
|
|
==============================================================
|
|
SLF4J
|
|
Copyright (c) 2004-2013 QOS.ch
|
|
==============================================================
|
|
Copyright (c) 2004-2013 QOS.ch
|
|
All rights reserved.
|
|
|
|
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.
|