Author: jan
Date: 2008-01-05 00:42:44 +0100 (Sat, 05 Jan 2008)
New Revision: 574
Modified:
trunk/openvas-client/COPYING.README
trunk/openvas-client/ChangeLog
Log:
* COPYING.README: Adding the summary of copyrights
as collected in file packaging/debian/copyright.
Modified: trunk/openvas-client/COPYING.README
===================================================================
--- trunk/openvas-client/COPYING.README 2008-01-04 16:05:36 UTC (rev 573)
+++ trunk/openvas-client/COPYING.README 2008-01-04 23:42:44 UTC (rev 574)
@@ -13,4 +13,173 @@
OpenVAS-Client may be linked with OpenSSL (see COPYING.OpenSSL).
The source code copyright is hold by various persons and organizations.
-See the respective files for details.
+See the respective files for details which are the master information.
+
+However, here is a summary copy of all the copyright information
+assembled by the Debian Package maintainers. This
+summary dates 2007-12-27.
+
+
+
+ - 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
+ [getopt] Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software
Foundation, Inc.
+
+ - Translations:
+ * Copyright (C) 2007 Intevation GmbH [he,
+ * Copyright (C) 2007 Javier Fernandez-Sanguino <[EMAIL PROTECTED]> [es]
+ * Copyright (C) 1995-1997, 2000-2003 by Ulrich Drepper
+ <[EMAIL PROTECTED]> [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) Free Software Foundation, Inc., [getopt]
+ 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
+ <[EMAIL PROTECTED]>
+ * Copyright 1994, Cold Spring Harbor Labs.
+ * Copyright 1998, Libor Skarvada, [EMAIL PROTECTED]
+ * Copyright (C) 1989 by Jef Poskanzer.
+ * Copyright (C) 1998 Hutchison Avenue Software Corporation
+ * Copyright 1990, 1991, 1993, David Koblas <[EMAIL PROTECTED]>
+
+
+Authors:
+
+ - OpenVAS GUI:
+ * Renaud Deraison
+ * Thomas Arendsen Hein <[EMAIL PROTECTED]>
+ * Dirk Jagdmann <[EMAIL PROTECTED]>
+ * Jan-Oliver Wagner <[EMAIL PROTECTED]>
+ * Thomas Arendsen Hein <[EMAIL PROTECTED]>
+ * Bernhard Herzog <[EMAIL PROTECTED]>
+ * 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 <[EMAIL PROTECTED]> and
+is licensed under the GPL, see above.
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2008-01-04 16:05:36 UTC (rev 573)
+++ trunk/openvas-client/ChangeLog 2008-01-04 23:42:44 UTC (rev 574)
@@ -1,3 +1,8 @@
+2008-01-05 Jan-Oliver Wagner <[EMAIL PROTECTED]>
+
+ * COPYING.README: Adding the summary of copyrights
+ as collected in file packaging/debian/copyright.
+
2008-01-04 Jan-Oliver Wagner <[EMAIL PROTECTED]>
* MANIFEST: updated.
_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits