diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-10-19 14:01:01 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-10-19 14:01:01 +0000 |
commit | 65c6a2bfac14b44dc9f966b1c68d4130a6c99a5e (patch) | |
tree | 4924b2a5230ad31e91bffd57ff37993c4b409d8f /gl/getopt_int.h | |
parent | 7d89066131992c33e18c625e5e3d9ee3f9dff62a (diff) | |
download | libtasn1-65c6a2bfac14b44dc9f966b1c68d4130a6c99a5e.tar.gz libtasn1-65c6a2bfac14b44dc9f966b1c68d4130a6c99a5e.tar.bz2 libtasn1-65c6a2bfac14b44dc9f966b1c68d4130a6c99a5e.zip |
Update gnulib files, don't require LGPL modules (the libtasn1 library doesn't use gnulib).
Diffstat (limited to 'gl/getopt_int.h')
-rw-r--r-- | gl/getopt_int.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gl/getopt_int.h b/gl/getopt_int.h index a88f8a6..401579f 100644 --- a/gl/getopt_int.h +++ b/gl/getopt_int.h @@ -4,16 +4,16 @@ This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 2.1, or (at your option) + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) any later version. This program 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 Lesser General Public License for more details. + GNU General Public License for more details. - You should have received a copy of the GNU Lesser General Public License along + 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. */ |