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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
This package was debianized by Peter Gervai <grin@tolna.net> on
Mon, 29 Nov 1999 12:16:46 +0100.
It was downloaded from http://elinks.or.cz/
Upstream Authors:
Jonas Fonseca <fonseca@diku.dk>
José Luis González González <jlg80@mi.madritel.es>
Peter Wang <tjaden@alphalink.com.au>
Petr Baudis <pasky@ucw.cz>
Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Miciah Dashiel Butler Masters <miciah@myrealbox.com>
Witold Filipczyk <witekfl@poczta.onet.pl>
Sergei Borushevsky <b_sp@usa.net>
Laurent Monin <zas@norz.org>
Karsten Schölzel <kuser@gmx.de>
Kalle Olavi Niemitalo <kon@iki.fi>
Fabio Bonelli <fabiobonelli@libero.it>
Cliff Cunnington <cliff@ccnet.xs4all.nl>
And may others (See AUTHORS file for complete list)
Copyright:
Copyright (C) 2003-2004, The ELinks Project
Copyright (C) 2002-2003, Laurent Monin
Copyright (C) 2001-2004, Petr Baudis
Copyright (C) 2000-2001, Kungliga Tekniska Högskolan
Copyright (C) 1999-2002, Mikulas Patocka
Copyright (C) 1996-2000, Michael R. Elkins
Copyright (C) 1995-2002, Jean-loup Gailly
Copyright (C) 1995-1997, 2000-2001, Free Software Foundation, Inc.
Copyright (C) 1995-1999, Cryptography Research, Inc.
Copyright (C) 1995, Patrick Powell
Copyright (C) 1991-2001, Unicode, Inc.
Copyright (C) 1991-1999, Microsoft, Inc.
License:
ELinks is licensed under the GNU GPLv2 (exceptions follow)
This program 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; unless explicitly stated otherwise
elsewhere (in the AUTHORS file), only version 2 of the License (not
version 3.x etc.) is the valid version of the GNU General Public
License for ELinks.
This program 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
with the Debian GNU/Linux distribution in the file
/usr/share/common-licenses/GPL-2; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
src/osdep/getifaddrs.c and src/osdep/getifaddrs.h are licensed under
the 3 clause BSD license. A copy of the license is available in the
file /usr/share/common-licenses/BSD on Debian systems.
The following files are under Public domain: src/util/md5.c
contrib/LinksOS2Icon.zip Unicode/entities.txt
src/util/sha1.c and src/util/sha1.h are also available under the
Mozilla Public License v1.1
doc/tools/help2xml po/perl/msgaccel-check and po/perl/msgaccel-prepare
are under the ISC licence
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Unicode/*.cp are licensed under The Unicode Consortium license
This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
No claims are made as to fitness for any particular purpose. No
warranties of any kind are expressed or implied. The recipient
agrees to determine applicability of information provided. If this
file has been provided on optical media by Unicode, Inc., the sole
remedy for any claim will be exchange of defective media within 90
days of receipt.
Unicode, Inc. hereby grants the right to freely use the information
supplied in this file in the creation of products supporting the
Unicode Standard, and to make copies of this file in any form for
internal or external distribution as long as this notice remains
attached.
The Debian packaging is
Copyright (C) 1999-2007, Peter Gervai <grin@tolna.net>
Copyright (C) 2007-2009, Y Giridhar Appaji Nag <giridhar@appaji.net> and
is licensed under the GNU GPL, either version 2 of the License, or (at
your option) any later version; see `/usr/share/common-licenses/GPL-2'.
|