113 lines
4.6 KiB
Plaintext
113 lines
4.6 KiB
Plaintext
This package was debianized by Marcus Brinkmann <mb@g10code.de> on
|
|
Thu, 25 Jul 2002 21:50:21 +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>,
|
|
Peter Eisentraut <petere@debian.org>
|
|
|
|
It was downloaded from https://gnupg.org/ftp/gcrypt/libksba/.
|
|
|
|
Upstream Authors: g10 Code GmbH and Fabio Fiorina.
|
|
|
|
Copyright:
|
|
Copyright (C) 2001-2006, 2010-2015, 2018-2023 g10 Code GmbH
|
|
Copyright (C) 2001-2003, 2007 Free Software Foundation, Inc.
|
|
Copyright (C) 2000, 2001 Fabio Fiorina
|
|
|
|
The library and the header files are distributed under the following
|
|
terms (LGPLv3+/GPLv2+):
|
|
|
|
KSBA is free software; you can redistribute it and/or modify
|
|
it under the terms of either
|
|
|
|
- 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.
|
|
|
|
or
|
|
|
|
- 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.
|
|
|
|
or both in parallel, as here.
|
|
|
|
KSBA 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.
|
|
|
|
The other parts (e.g. manual, build system, tests) are distributed
|
|
under the following terms (GPLv3):
|
|
|
|
KSBA 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.
|
|
|
|
KSBA 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.
|
|
|
|
The ASN.1 definition for CMS is based on a specification published
|
|
under the following terms (see src/cms.asn):
|
|
|
|
Copyright (C) The Internet Society (1999). All Rights Reserved.
|
|
|
|
This document and translations of it may be copied and furnished to
|
|
others, and derivative works that comment on or otherwise explain it
|
|
or assist in its implementation may be prepared, copied, published
|
|
and distributed, in whole or in part, without restriction of any
|
|
kind, provided that the above copyright notice and this paragraph are
|
|
included on all such copies and derivative works. However, this
|
|
document itself may not be modified in any way, such as by removing
|
|
the copyright notice or references to the Internet Society or other
|
|
Internet organizations, except as needed for the purpose of
|
|
developing Internet standards in which case the procedures for
|
|
copyrights defined in the Internet Standards process must be
|
|
followed, or as required to translate it into languages other than
|
|
English.
|
|
|
|
The limited permissions granted above are perpetual and will not be
|
|
revoked by the Internet Society or its successors or assigns.
|
|
|
|
This document and the information contained herein is provided on an
|
|
"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
|
|
TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
|
|
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
|
|
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
|
|
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
|
|
On Debian systems, the complete text of the GNU General Public License
|
|
can be found in `/usr/share/common-licenses/GPL-3'.
|
|
|
|
Files: src/asn1-constants.h
|
|
Copyright: 2020 g10 Code Gmbh
|
|
License: FSFUL
|
|
|
|
Files: src/der-builder.c src/der-builder.h
|
|
Copyright: 2020 g10 Code GmbH
|
|
License: LGPL-2.1-or-later
|
|
|
|
License: FSFUL
|
|
This file is free software; the authors give unlimited permission
|
|
to copy, distribute and modify it.
|
|
SPDX-License-Identifier: FSFUL
|
|
|
|
License: LGPL-2.1-or-later
|
|
This file 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 2.1 of
|
|
the License, or (at your option) any later version.
|
|
.
|
|
This file 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 Lesser General Public License
|
|
along with this program; if not, see <https://www.gnu.org/licenses/>.
|
|
SPDX-License-Identifier: LGPL-2.1-or-later
|