summaryrefslogtreecommitdiff
path: root/lib/memrchr.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-07-09 22:48:52 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-07-09 22:48:52 +0000
commit4589d52c7c039b9d9c9d7bec075f00c9d57ee6e1 (patch)
tree5865f0ae60f8b0305a6f9ae022f5783c62bd920f /lib/memrchr.c
parent0141593591c64d17932fa76a6287517ced68941b (diff)
downloadgnulib-4589d52c7c039b9d9c9d7bec075f00c9d57ee6e1.tar.gz
Switch from LGPL to GPL.
Diffstat (limited to 'lib/memrchr.c')
-rw-r--r--lib/memrchr.c21
1 files changed, 10 insertions, 11 deletions
diff --git a/lib/memrchr.c b/lib/memrchr.c
index 4a3141e204..9f29900f85 100644
--- a/lib/memrchr.c
+++ b/lib/memrchr.c
@@ -6,20 +6,19 @@
adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
and implemented by Roland McGrath (roland@ai.mit.edu).
- The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 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
- Library 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 Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. 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. */
#ifdef HAVE_CONFIG_H
# include <config.h>