1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
This package was debianized by Johnie Ingram <johnie@debian.org>
on Thu Nov 19 17:02:41 UTC 1998 and is now maintained by Stefan
Gybas <sgybas@debian.org>.
Copyright (BSD style license):
Apache JServ Public License
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistribution of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistribution in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* All advertising materials mentioning features or use of this
software must display the following acknowledgment:
This product includes software developed by the Java Apache Project
for use in the Apache JServ servlet engine project
(http://java.apache.org/).
* The names "Apache JServ", "Apache JServ Servlet Engine" and "Java
Apache Project" must not be used to endorse or promote products
derived from this software without prior written permission.
* Products derived from this software may not be called "Apache
JServ" nor may "Apache" nor "Apache JServ" appear in their names
without prior written permission of the Java Apache Project.
* Redistribution of any form whatsoever must retain the following
acknowledgment:
This product includes software developed by the Java Apache Project
for use in the Apache JServ servlet engine project
(http://java.apache.org/).
THIS SOFTWARE IS PROVIDED BY THE JAVA APACHE PROJECT "AS IS" AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE JAVA APACHE PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (c) 1997-99 The Java Apache Project.
$Id: license.html,v 1.10 1999/06/09 05:21:22 jonbolt Exp $
All rights reserved.
The Servlet 2.0 classes (jsdk.jar) are written by Paul Siegmann
<pauls@euronet.nl> and Mark Wielaard <mark@klomp.org> and are released
under the LGPL version 2.
Modifications for Debian are copyright (C) 1998-1999 Johnie Ingram,
(C) 1999 Stefan Gybas and released under the terms of the GPL --
version 2, or any later version.
On Debian/GNU Linux systems, the text of the GPL and LGPL can be found in
/usr/share/common-licenses/GPL and /usr/share/common-licenses/LGPL.
|