diff options
author | Werner Koch <wk@gnupg.org> | 2006-09-22 16:38:38 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-09-22 16:38:38 +0200 |
commit | c9f8a69f0f2ec88aec2fcb8b30d33ffc0b17c90a (patch) | |
tree | 187b998ffd7fd2fc4b868388ac9ce9d876edde8b /keyserver/no-libgcrypt.c | |
parent | Clarified cURL and OpenLDAP license issues. (diff) | |
download | gnupg2-c9f8a69f0f2ec88aec2fcb8b30d33ffc0b17c90a.tar.xz gnupg2-c9f8a69f0f2ec88aec2fcb8b30d33ffc0b17c90a.zip |
Improved yat2m.
Tweaked gpg.texti to be used for gpg1 and gpg2.
Diffstat (limited to 'keyserver/no-libgcrypt.c')
-rw-r--r-- | keyserver/no-libgcrypt.c | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/keyserver/no-libgcrypt.c b/keyserver/no-libgcrypt.c index a2c174ff9..690a366a4 100644 --- a/keyserver/no-libgcrypt.c +++ b/keyserver/no-libgcrypt.c @@ -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> |