summaryrefslogtreecommitdiff
path: root/lib/getsubopt.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-21 05:09:33 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-21 05:09:33 +0000
commitc542feee5573d2d9953ca726d9dcc7175ca41096 (patch)
treee7bc24f64158ea58904fa17b6a706acdef639b13 /lib/getsubopt.c
parent8b4fe0e726fdb1eb5ab7eb381a47b4f20ee7dc49 (diff)
downloadgnulib-c542feee5573d2d9953ca726d9dcc7175ca41096.tar.gz
Regenerate, now that it's listed in ../config/srclist.txt.
This merely replaces the LGPL with the GPL.
Diffstat (limited to 'lib/getsubopt.c')
-rw-r--r--lib/getsubopt.c21
1 files changed, 10 insertions, 11 deletions
diff --git a/lib/getsubopt.c b/lib/getsubopt.c
index bd4034e7b0..b05bea3348 100644
--- a/lib/getsubopt.c
+++ b/lib/getsubopt.c
@@ -3,20 +3,19 @@
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
- The GNU C Library 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 of the License, or (at your option) any later version.
+ This program 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, or (at your option)
+ any later version.
- The GNU C Library is distributed in the hope that it will be useful,
+ 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.
+ 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 Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdlib.h>
#include <string.h>