summaryrefslogtreecommitdiff
path: root/gl/getopt.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-10-19 14:01:01 +0000
committerSimon Josefsson <simon@josefsson.org>2006-10-19 14:01:01 +0000
commit65c6a2bfac14b44dc9f966b1c68d4130a6c99a5e (patch)
tree4924b2a5230ad31e91bffd57ff37993c4b409d8f /gl/getopt.c
parent7d89066131992c33e18c625e5e3d9ee3f9dff62a (diff)
downloadlibtasn1-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.c')
-rw-r--r--gl/getopt.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gl/getopt.c b/gl/getopt.c
index 798e7c8..3580ad8 100644
--- a/gl/getopt.c
+++ b/gl/getopt.c
@@ -7,20 +7,20 @@
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. */
-#ifdef HAVE_CONFIG_H
+#ifndef _LIBC
# include <config.h>
#endif