This package was debianized by Tim Brown <timb@nth-dimension.org.uk> on
Thu, 19 Jul 2007 12:18:13 +0100.

It was downloaded from http://www.openvas.org/

Upstream Author: OpenVAS <openvas-devel@wald.intevation.org>

Copyright: 

 - OpenVAS GUI and documentation:
     * Copyright (C) 2004, 2005, 2007 Intevation GmbH
     * Copyright (C) 2005 by DN-Systems GmbH
     * Copyright (C) 1998-2006 Renaud Deraison
     * Copyright (C) 1993 Free Software Foundation, Inc [regex library]
     * Copyright (C) 2001 Michael Arboi [ssl]

  - Include files:
     [nessus] Copyright (C) 1998-2006 Renaud Deraison
              Copyright (c) Nessus Consulting S.A.R.L., 2000 - 2001
     
  - Translations: 
     * Copyright (C) 2007 Intevation GmbH [he,
     * Copyright (C) 2007 Javier Fernandez-Sanguino <jfs@debian.org> [es]
     * Copyright (C) 1995-1997, 2000-2003 by Ulrich Drepper
                 <drepper@gnu.ai.mit.edu> [makefile]

Other copyrights:

- Libnessus library: 
    Copyright (C) 1998-2002 Renaud Deraison
    Copyright (C) 2001 Michael Arboi
    Copyright (c) Nessus Consulting S.A.R.L., 2000 - 2001
    Copyright (c) mjh-EDV Beratung, 1996-1999
    Copyright (c) 1995-1999 Kungliga Tekniska Högskolan
     (Royal Institute of Technology, Stockholm, Sweden). [snprintf]

 - Autoconf:
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
    2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
    Inc.

  - GD chart:
     * Copyright.  Bruce Verderaime.  1998, 1999, 2000
                   <brv@fred.net>
     * Copyright 1994, Cold Spring Harbor Labs.
     * Copyright 1998, Libor Skarvada, libor@informatics.muni.cz
     * Copyright (C) 1989 by Jef Poskanzer.
     * Copyright (C) 1998 Hutchison Avenue Software Corporation
     * Copyright 1990, 1991, 1993, David Koblas <koblas@netcom.com>


Authors:

 - OpenVAS GUI:
     * Renaud Deraison
     * Thomas Arendsen Hein <thomas@intevation.de>
     * Dirk Jagdmann <dirk@jagdmann.de>
     * Jan-Oliver Wagner <jan.oliver.wagner@intevation.de>
     * Thomas Arendsen Hein <thomas.arendsen.hein@intevation.de>
     * Bernhard Herzog <bh@intevation.de>
     * Michael Arboi [ssl]

License:

This package holds software with three four different licenses:

- GNU General Public License version 2 or later: the GUI itself (the frontend)
- GNU General Public License version 2: the nessus backend
- GNU Library General Public License version 2 or later: the nessus library,
  its includes, and some files of the nessus backend
- A BSD/MIT license: the GD chart library and some of the contents of the
  nessus library

The following text explains which licenses apply to which parts of the code. In
case of doubt the interested party should review the copyright headers of the
affected files.

The license for most of the software in this package is the following:

    This software is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License.

    This software is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
    along with this package; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA

Notice that some parts of the software (source code files) are available
at a GPL version 2 or (at your choice) a later version, as described above.

On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.

In addition, as a special exception, the copyright holders give
permission to link the code of portions of this program with the
OpenSSL library under certain conditions as described in each
individual source file, and distribute linked combinations
including the two.

You must obey the GNU General Public License in all respects
for all of the code used other than OpenSSL.  If you modify
file(s) with this exception, you may extend this exception to your
version of the file(s), but you are not obligated to do so.  If
you do not wish to do so, delete this exception statement from your
version.  If you delete this exception statement from all source
files in the program, then also delete it here.

Also, OpenVAS sources include (parts of) the libnessus library under the
libnessus/ directory, this library is distributed under the GNU LIBRARY GENERAL
PUBLIC LICENSE version 2 (or later).  On Debian systems, the complete text of
the GNU Library General Public License can be found in
`/usr/share/common-licenses/LGPL'.

The libnessus library includes the snprintf implementation 
Copyright (c) 1995-1999 Kungliga Tekniska Högskolan  (Royal Institute of
Technology, Stockholm, Sweden) which is distributed under the following license:

 * 
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 
 * 2. Redistributions 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.
 * 
 * 3. Neither the name of the Institute nor the names of its contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS 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 INSTITUTE OR 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.

OpenVAS sources also include the GD chart library under the
nessus/gdchart0.94b/ which has a license similar to BSD/MIT, although the
Debian package is not compiled using this library but uses the library
available in the Debian archive (libgdchart-gd2)

The GDchart library holds the following copyright:

+-----------------------------------------------------------------------
| GDChart is free for use in your applications and for chart generation.
| YOU MAY NOT re-distribute or represent the code as your own.
| Any re-distributions of the code MUST reference the author, and include
| any and all original documentation.
| Copyright.  Bruce Verderaime.  1998, 1999, 2000
+-----------------------------------------------------------------------
IOW: Use it.  Don't plagiarize it!


The Debian packaging is (C) 2007, Tim Brown <timb@nth-dimension.org.uk> and
is licensed under the GPL, see above.
