~nutznboltz-deactivatedaccount/ubuntu/precise/gnutls26/fix-lp926350

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-10-01 15:28:13 UTC
  • mfrom: (12.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20111001152813-yygm1c4cxonfxhzy
Tags: 2.12.11-1
* New upstream version.
  + Allow CA importing of 0 certificates to succeed. Closes: #640639
* Add libp11-kit-dev to libgnutls-dev dependencies. (see #643811)
* [20_guiledocstring.diff] guile: Fix docstring extraction with CPP 4.5+.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  Joe Orton <jorton@redhat.com>
24
24
  Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>
25
25
  David Marín Carreño <davefx@gmail.com>
 
26
  Daiki Ueno <ueno@unixuser.org>
 
27
  Brad Hards <bradh@frogmouth.net>
 
28
  Boyan Kasarov <bkasarov@gmail.com>
 
29
  Steve Dispensa <dispensa@phonefactor.com>
 
30
  Jonathan Bastien-Filiatrault <joe@x2a.org>
26
31
 
27
32
 
28
33
License: The main library is licensed under GNU Lesser General Public
29
34
License (LGPL) version 2.1+, Gnutls Extra (i.e. openssl wrapper library,
30
 
and library for code for "GnuTLS Inner Application" support) and commandline
31
 
 utilities are licenced under the GNU General Public License version 3+. The
32
 
 Guile bindings use the same license as the respective underlying library, 
33
 
i.e. LGPLv2.1+ for the main library and GPLv3+ for Gnutls extra.
 
35
and library for code for "GnuTLS Inner Application" support) build system,
 
36
testsuite and commandline utilities are licenced under the GNU General
 
37
Public License version 3+. The Guile bindings use the same license as the
 
38
respective underlying library, i.e. LGPLv2.1+ for the main library and
 
39
GPLv3+ for Gnutls extra.
34
40
 
35
41
Copyright:
36
42
--------------------
37
 
 * Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
 
43
 * Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 
44
 * 2010 Free Software Foundation
38
45
 *
39
46
 * Author: Nikos Mavrogiannopoulos
40
47
 *
56
63
 * USA
57
64
--------------------
58
65
/*
59
 
 * Copyright (C) 2001, 2004, 2005, 2007, 2008, 2009 Free Software Foundation
 
66
 * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free
 
67
 * Software Foundation, Inc.
60
68
 *
61
69
 * Author: Nikos Mavrogiannopoulos
62
70
 *
63
 
 * This file is part of GNUTLS-EXTRA.
 
71
 * This file is part of GnuTLS-EXTRA.
64
72
 *
65
 
 * GNUTLS-EXTRA is free software: you can redistribute it and/or
 
73
 * GnuTLS-extra is free software; you can redistribute it and/or
66
74
 * modify it under the terms of the GNU General Public License as
67
 
 * published by the Free Software Foundation, either version 3 of the
 
75
 * published by the Free Software Foundation; either version 3 of the
68
76
 * License, or (at your option) any later version.
69
77
 *
70
 
 * GNUTLS-EXTRA is distributed in the hope that it will be useful, but
 
78
 * GnuTLS-extra is distributed in the hope that it will be useful, but
71
79
 * WITHOUT ANY WARRANTY; without even the implied warranty of
72
80
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73
81
 * General Public License for more details.
74
82
 *
75
83
 * You should have received a copy of the GNU General Public License
76
 
 * along with this program.  If not, see
77
 
 * <http://www.gnu.org/licenses/>.
78
 
 */
 
84
 * along with GnuTLS-EXTRA; if not, write to the Free Software
 
85
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 
86
 * 02110-1301, USA.
79
87
--------------------
80
88
 
81
89
The documentation is distributed under the terms of the GNU Free
82
90
Documentation License (FDL):
83
91
--------------------
84
 
Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
92
Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
85
93
 
86
94
@quotation
87
95
Permission is granted to copy, distribute and/or modify this document
123
131
contains the code for "GnuTLS Inner Application" support and the
124
132
OpenSSL compatibility layer.  The gnutls library is located in the
125
133
lib/ directory, while the gnutls-extra library is at libextra/.
 
134