This file is indexed.

/usr/share/doc/libgnutls28/copyright is in libgnutls28 3.0.11-1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
This package was debianized by Ivo Timmermans <ivo@debian.org> on
Fri,  3 Aug 2001 10:00:42 +0200.
It was later taken over by Matthias Urlichs <smurf@debian.org> and is now
maintained by Andreas Metzler <ametzler@debian.org> Eric Dorland
<eric@debian.org>, James Westby <jw+debian@jameswestby.net>


It was downloaded from ftp://gnutls.hellug.gr/pub/gnutls

Upstream Authors: 
	Simon Josefsson <simon [at] josefsson.org>
	Current maintainer; draft TLS 1.2 support.

	Nikos Mavrogiannopoulos <nmav [at] gnutls.org>
	Original author and maintainer of GnuTLS.

	Fabio Fiorina <Fabio.Fiorina [at] alcatel.it>
	ASN.1 structures parser library (libtasn1).

	Timo Schulz <twoaday [at] freakmail.de>
	OpenPGP support (OpenCDK library).

	Andrew McDonald <andrew [at] mcdonald.org.uk>
	OpenSSL compatible interface.

	Ludovic Courtes <ludo [at] gnu.org>
	Guile bindings, OpenPGP bug fixes.

	Mario Lenz <m [at] riolenz.de>
	Fixes to OpenCDK.

	Howard Chu <hyc [at] symas.com>
	APIs to extract X.500 DN's from Certificates.

	Ivo Timmermans <ivo [at] o2w.nl>
	Man pages, OpenCDK, fixes.

	Stefan Walter <stef [at] memberwebs.com>
	PKCS8 fix, PKCS #11 backend move to p11-kit.

	Yoshisato YANAGISAWA <yanagisawa [at] csg.is.titech.ac.jp>
	Camellia support.

	Emile Van Bergen <emile [at] e-advies.nl>
	TLS/IA fixes.

	Joe Orton <jorton [at] redhat.com>
	Certificate name import/export, build fixes, test vectors.

	Daniel Kahn Gillmor <dkg-debian.org [at] fifthhorseman.net>
	OpenPGP discussion and improvements.

	David Marín Carreño <davefx [at] gmail.com>
	Added gnutls_x509_crq_get_key_id.

	Daiki Ueno <ueno [at] unixuser.org>
	Added TLS Session Ticket (RFC 5077) support,
	finished client-side TLS 1.2 support.

	Brad Hards <bradh [at] frogmouth.net>
	Add X.509 Issuer Alternative Name functions.

	Boyan Kasarov <bkasarov [at] gmail.com>
	C++ fixes.

	Steve Dispensa <dispensa [at] phonefactor.com>
	Initial TLS safe renegotiation patch.

	Jonathan Bastien-Filiatrault <joe [at] x2a.org>
	Fix TLS-version checks.
	Redesign and implementation of the buffering layer.
	Initial DTLS implementation.

	Ruslan Ijbulatov (LRN) <lrn1986 [at] gmail.com>
	Win32 patches.


License: The main library is licensed under GNU Lesser General Public
License (LGPL) version 3+, Gnutls Extra (which is currently just the
openssl wrapper library, the gnutls-extra library is just an empty
shell), build system, testsuite and commandline utilities are licenced
under the GNU General Public License version 3+. The Guile bindings use
the same license as the respective underlying library, i.e.  LGPLv3+ for
the main library and GPLv3+ for Gnutls extra.

Copyright:
--------------------
/*
 * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
 * 2009, 2010, 2011 Free Software Foundation, Inc.
 *
 * Author: Nikos Mavrogiannopoulos
 *
 * This file is part of GnuTLS.
 *
 * The GnuTLS is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public License
 * as published by the Free Software Foundation; either version 3 of
 * the License, or (at your option) any later version.
 *
 * This library 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
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
--------------------
/*
 * Copyright (C) 2001, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
 * Foundation, Inc.
 *
 * Author: Nikos Mavrogiannopoulos
 *
 * This file is part of GnuTLS-EXTRA.
 *
 * GnuTLS-extra 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 3 of the
 * License, or (at your option) any later version.
 *
 * GnuTLS-extra 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, see
 * <http://www.gnu.org/licenses/>.
--------------------

The documentation is distributed under the terms of the GNU Free
Documentation License (FDL):
--------------------
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.

     Permission is granted to copy, distribute and/or modify this
     document under the terms of the GNU Free Documentation License,
     Version 1.3 or any later version published by the Free Software
     Foundation; with no Invariant Sections, no Front-Cover Texts, and
     no Back-Cover Texts.  A copy of the license is included in the
     section entitled "GNU Free Documentation License".
--------------------

On Debian GNU/Linux systems, the complete text of the latest version of
the GNU Lesser General Public License can be found in
`/usr/share/common-licenses/LGPL' v3 of the license in
`/usr/share/common-licenses/LGPL-3'; the GNU General Public License can
be found in `/usr/share/common-licenses/GPL' (version 3 in
/usr/share/common-licenses/GPL-3) The GNU Free Documentation
License is available under /usr/share/common-licenses/GFDL-1.3.


============================================
Excerpt from upstream's README:
LICENSING
---------
Since GnuTLS version 3.0.0, the core library has been released under
the GNU Lesser General Public License (LGPL) version 3 or later.

The GNU LGPL applies to the main GnuTLS library, while the
included applications as well as gnutls-extra and gnutls-openssl
libraries are under the GNU GPL version 3.  The gnutls library is
located in the lib/ directory, while the applications in src/ and
gnutls-extra and gnutls-openssl library are at libextra/.

For any copyright year range specified as YYYY-ZZZZ in this package
note that the range specifies every single year in that closed interval.

============================================
============================================

Non FSF code

============================================
crywrap is shipped with GnuTLS.
Upstream Authors: Gergely Nagy <algernon@bonehunter.rulez.org>
                  Nikos Mavrogiannopoulos
License: GPLv3+

Copyright: 
--------------------
 * Copyright (C) 2003, 2004 Gergely Nagy <algernon@bonehunter.rulez.org>
 * Copyright (C) 2011 Nikos Mavrogiannopoulos
 *
 * This file is part of CryWrap.
 *
 * CryWrap 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 3 of the License, or
 * (at your option) any later version.
 *
 * CryWrap 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, see <http://www.gnu.org/licenses/>.
--------------------

crywrap documentation (manpage):
Upstream Author: Gergely Nagy <algernon@bonehunter.rulez.org>
License: nonstandard, see below
Copyright:
--------------------
.\" This manual is for CRYWrap
.\"
.\" Copyright (C) 2003 Gergely Nagy <algernon@@bonehunter.rulez.org>
.\"
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
.\"
.\" Permission is granted to copy and distribute modified versions of this
.\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one.
.\"
.\" Permission is granted to copy and distribute translations of this
.\" manual into another language, under the above conditions for modified
.\" versions, except that this permission notice may be stated in a
.\" translation approved by the Author.
--------------------

============================================

lib/accelerated/x86 contains code by Andy Polyakov <appro@fy.chalmers.se>,
copyright is not assigned to the FSF. The code is licensed under the
CRYPTOGAMS license.

--------------------
# Copyright (c) 2011, Andy Polyakov by <appro@openssl.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
#     * Redistributions of source code must retain copyright notices,
#      this list of conditions and the following disclaimer.
#
#     * 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.
#
#     * Neither the name of the Andy Polyakov nor the names of its
#      copyright holder and contributors may be used to endorse or
#      promote products derived from this software without specific
#      prior written permission.
#
# ALTERNATIVELY, provided that this notice is retained in full, this
# product may be distributed under the terms of the GNU General Public
# License (GPL), in which case the provisions of the GPL apply INSTEAD OF
# those given above.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 COPYRIGHT
# OWNER 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.
--------------------

============================================

lib/extras/randomart.*


Upstream Authors: Markus Friedl
                  Alexander von Gernler

Copyright: 
 * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
 * Copyright (c) 2008 Alexander von Gernler.  All rights reserved.
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.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.