summaryrefslogtreecommitdiff
path: root/include/str-lcase.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/str-lcase.h')
-rw-r--r--include/str-lcase.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/include/str-lcase.h b/include/str-lcase.h
index 864d8ec..7e809e1 100644
--- a/include/str-lcase.h
+++ b/include/str-lcase.h
@@ -1,22 +1,22 @@
-/* str-lcase.h: convert a string to lowercase.
-
-Copyright (C) 1992, 2011 Free Software Foundation, Inc.
-This file was 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 Library General Public License as
-published by the Free Software Foundation; either version 3 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
-Library 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., 675 Mass Ave,
-Cambridge, MA 02139, USA. */
+# str-lcase.h: convert a string to lowercase.
+#
+# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
+#
+# 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 3 of the License, 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
+# This file was part of the GNU C Library.
#ifndef STR_LCASE_H
#define STR_LCASE_H