From c0662bc111a6231de5358487a30612a5dc39c27b Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 31 Dec 2011 00:06:23 +0000 Subject: [PATCH] license update --- LICENSE.txt | 5 +++-- licenses/NOTICE-Jetty.txt | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 licenses/NOTICE-Jetty.txt diff --git a/LICENSE.txt b/LICENSE.txt index 4a0edd71e..1ffd3fb3e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -176,8 +176,9 @@ Applications: By welterde. See licenses/LICENSE-GPLv2.txt - Jetty 5.1.15: - Copyright 2000-2004 Mort Bay Consulting Pty. Ltd. + Jetty 6.1.26: + Copyright 1995-2009 Mort Bay Consulting Pty Ltd + See licenses/LICENSE-Jetty.txt See licenses/LICENSE-Apache2.0.txt See licenses/NOTICE-Commons-Logging.txt diff --git a/licenses/NOTICE-Jetty.txt b/licenses/NOTICE-Jetty.txt new file mode 100644 index 000000000..21d4ed3d0 --- /dev/null +++ b/licenses/NOTICE-Jetty.txt @@ -0,0 +1,36 @@ +============================================================== + Jetty Web Container + Copyright 1995-2009 Mort Bay Consulting Pty Ltd +============================================================== + +The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd +unless otherwise noted. It is licensed under the apache 2.0 +license. + +The javax.servlet package used by Jetty is copyright +Sun Microsystems, Inc and Apache Software Foundation. It is +distributed under the Common Development and Distribution License. +You can obtain a copy of the license at +https://glassfish.dev.java.net/public/CDDLv1.0.html. + +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. + +The default JSP implementation is provided by the Glassfish JSP engine +from project Glassfish http://glassfish.dev.java.net. Copyright 2005 +Sun Microsystems, Inc. and portions Copyright Apache Software Foundation. + +Some portions of the code are Copyright: + 2006 Tim Vernum + 1999 Jason Gilbert. + +The jboss integration module contains some LGPL code. + +The win32 Java Service Wrapper (v3.2.3) is Copyright (c) 1999, 2006 +Tanuki Software, Inc. and 2001 Silver Egg Technology. It is +covered by an open license which is viewable at +http://svn.codehaus.org/jetty/jetty/branches/jetty-6.1/extras/win32service/LICENSE.txt