diff options
author | Werner Koch <[email protected]> | 2006-09-22 11:39:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-22 11:39:45 +0000 |
commit | b0a06d18a4a4e5c3a17a5b3d187d808aabd837f0 (patch) | |
tree | 1bdc17b3307a2d9ef7f61c6131a089809faafec8 /tools | |
parent | Various updates (diff) | |
download | gnupg-b0a06d18a4a4e5c3a17a5b3d187d808aabd837f0.tar.gz gnupg-b0a06d18a4a4e5c3a17a5b3d187d808aabd837f0.zip |
Clarified cURL and OpenLDAP license issues.
Made readline support work.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/no-libgcrypt.c | 24 |
2 files changed, 12 insertions, 16 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 7e400d708..e456ca34f 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2006-09-22 Werner Koch <[email protected]> + + * no-libgcrypt.c: Changed license to a simple all permissive one. + 2006-09-20 Werner Koch <[email protected]> * Makefile.am: Changes to allow parallel make runs. diff --git a/tools/no-libgcrypt.c b/tools/no-libgcrypt.c index 10e88f0e7..966ff162d 100644 --- a/tools/no-libgcrypt.c +++ b/tools/no-libgcrypt.c @@ -1,22 +1,14 @@ /* 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> |