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 /common/i18n.h | |
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 'common/i18n.h')
-rw-r--r-- | common/i18n.h | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/common/i18n.h b/common/i18n.h index 0187ba265..6881a8a61 100644 --- a/common/i18n.h +++ b/common/i18n.h @@ -1,22 +1,14 @@ /* i18n.h * Copyright (C) 1998, 2001 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. */ #ifndef GNUPG_COMMON_I18N_H |