summaryrefslogtreecommitdiff
path: root/string/strcoll.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1991-06-12 18:39:09 +0000
committerRoland McGrath <roland@gnu.org>1991-06-12 18:39:09 +0000
commit4515345ef0c034abe8159e97bf894d4ca55db3b1 (patch)
treeefe63b42d0a7f24d058a8ac4848a78b4b0916a55 /string/strcoll.c
parent7304badb54eb6e568766817a8180bd0f11c9053b (diff)
entered into RCS
Diffstat (limited to 'string/strcoll.c')
-rw-r--r--string/strcoll.c19
1 files changed, 10 insertions, 9 deletions
diff --git a/string/strcoll.c b/string/strcoll.c
index 0146aee780..ed4b35f80d 100644
--- a/string/strcoll.c
+++ b/string/strcoll.c
@@ -1,19 +1,20 @@
/* Copyright (C) 1991 Free Software Foundation, Inc.
This file is part of the GNU C Library.
-The GNU C Library 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 1, or (at your option)
-any later version.
+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.
The GNU C Library 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.
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Library General Public License for more details.
-You should have received a copy of the GNU General Public License
-along with the GNU C Library; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+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., 675 Mass Ave,
+Cambridge, MA 02139, USA. */
#include <ansidecl.h>
#include <localeinfo.h>