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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Lynx
Upstream-Contact: <lynx-dev@nongnu.org>
Source: https://invisible-mirror.net/archives/lynx/tarballs/
Files: *
Copyright: 1997-2024, Thomas E. Dickey <dickey@invisible-island.net>
License: GPL-2
Comment:
== from COPYHEADER ==
Copyright 1997-2023,2024 Thomas E. Dickey
.
This copyright notice must be included in all copies or substantial
portions of Lynx. It outlines rights and restrictions for Lynx which
override the guidelines given in the COPYING file.
.
Most of the content of the Lynx release (and corresponding copyright) is
the work of developers on the lynx-dev mailing list, who have agreed to
distribute their work under the terms and conditions of the GNU General
Public License (Version 2). Note that the License text after the terms
and conditions is advisory in nature, and contains neither terms nor
conditions. You may choose to follow that advice.
.
The copyright owners and developers for Lynx grant their express
permission for using any version of these common libraries (which are
known to have problematic licensing issues) with any operating system or
platform, regardless of the manner in which the libraries are
connected to the Lynx program:
.
GNUTLS
.
libbsd http://libbsd.freedesktop.org/releases/
.
libidn
.
OpenSSL http://www.openssl.org
.
Additionally, the developers understand that these additional libraries
have no licensing issues. Permission is in any case granted to use Lynx
without restriction for these as well:
.
libbz2 http://www.bzip.org/
.
libiconv
.
libutf8 http://www.haible.de/bruno/packages-libutf8.html
.
nss_compat_ossl http://fedoraproject.org/wiki/Nss_compat_ossl
.
zlib http://www.gzip.org/zlib/
.
The list given is by no means exhaustive and may not be interpreted to
limit the set of libraries with which Lynx can be used.
.
The granted right to "use" (besides the obvious ability to run the
program as a user) covers all development activities such as of building,
modifying, distributing modified versions.
.
Any licensing questions should be directed to the mailing list:
.
lynx-dev@nongnu.org
.
or to the developer/maintainer (Thomas E. Dickey):
.
dickey@invisible-island.net
.
------------------------------------------------------------------------------
For reference, below is the original copyright notice for Lynx (2.4.2).
------------------------------------------------------------------------------
/* Copyright (C) 1995 University of Kansas.
.
This file is part of Lynx, a text-based WWW browser.
.
Lynx is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.
.
Lynx 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 Lynx; see the file COPYING. If not, write to the Free
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
.
Any licensing or usage questions should be directed to Michael
Grobe <grobe@ukans.edu>.
*/
------------------------------------------------------------------------------
-- vile:txtmode fc=72 noti
-- $LynxId: COPYHEADER,v 1.22 2024/01/07 11:13:00 tom Exp $
------------------------------------------------------------------------------
=====================
Files: debian/*
Copyright: 1999-2014, Atsuhito KOHDA <kohda@debian.org>
2008 , Thomas Viehmann <tv@beamnet.de>
2008-2024, Andreas Metzler <ametzler@debian.org>
2010 , Christian Perrier <bubulle@debian.org>
2015-2021, Axel Beckert <abe@debian.org>
2015-2017, Denis Briand <debian@denis-briand.fr>
2015-2022. Elimar Riesebieter <riesebie@lxtec.de>
License: GPL-2
License: GPL-2
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; either version 2 of the License, or
(at your option) any later version.
.
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 along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
.
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'
|