mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Improved yat2m.
Tweaked gpg.texti to be used for gpg1 and gpg2.
This commit is contained in:
parent
b0a06d18a4
commit
c9f8a69f0f
6 changed files with 316 additions and 59 deletions
|
@ -7,6 +7,8 @@
|
|||
to OpenSSL. This is considered a bug fix and forgives all
|
||||
possible violations, pertaining to this issue, possibly occured in
|
||||
the past.
|
||||
|
||||
* no-libgcrypt.c: Changed license to a simple all permissive one.
|
||||
|
||||
* Makefile.am (gpg2keys_ldap_LDADD): For license reasons do not
|
||||
link against common_libs.
|
||||
|
|
|
@ -1,22 +1,13 @@
|
|||
/* no-libgcrypt.c - Replacement functions for libgcrypt.
|
||||
* Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GnuPG.
|
||||
*
|
||||
* GnuPG 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.
|
||||
*
|
||||
* GnuPG 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.
|
||||
* This file is free software; as a special exception the author gives
|
||||
* unlimited permission to copy and/or distribute it, with or without
|
||||
* modifications, as long as this notice is preserved.
|
||||
*
|
||||
* This file is distributed in the hope that it will be useful, but
|
||||
* WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue