diff options
Diffstat (limited to 'common/i18n.c')
-rw-r--r-- | common/i18n.c | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/common/i18n.c b/common/i18n.c index d8189974d..202d84035 100644 --- a/common/i18n.c +++ b/common/i18n.c @@ -1,14 +1,22 @@ /* i18n.c - gettext initialization * Copyright (C) 2007, 2010 Free Software Foundation, Inc. * - * This file is part of GnuPG. + * This file is free software; you can redistribute it and/or modify + * it under the terms of either * - * 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 3 of the License, or - * (at your option) any later version. + * - 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. * - * GnuPG is distributed in the hope that it will be useful, + * 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. + * + * 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. |