aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/strncasecmp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-06 21:05:47 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-06 21:05:47 +0000
commit32efaf8ac96169c49d0b0c7bdd23e0d8a14af321 (patch)
tree5cc7a66f0d29e0cd1bb6ae99fc1036e8b59e5daa /wsutil/strncasecmp.c
parent16333c062de213f2333882752a3f55f5d195c5e9 (diff)
Add $Id$
svn path=/trunk/; revision=52421
Diffstat (limited to 'wsutil/strncasecmp.c')
-rw-r--r--wsutil/strncasecmp.c37
1 files changed, 20 insertions, 17 deletions
diff --git a/wsutil/strncasecmp.c b/wsutil/strncasecmp.c
index 56f3b15496..7b49da2d6e 100644
--- a/wsutil/strncasecmp.c
+++ b/wsutil/strncasecmp.c
@@ -1,20 +1,23 @@
-/* Copyright (C) 1992, 1996 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 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
-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., 51 Franklin Street,
-Fifth Floor, Boston, MA 02110-1301 USA. */
+/*
+ $Id$
+
+ Copyright (C) 1992, 1996 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 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
+ 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., 51 Franklin Street,
+ Fifth Floor, Boston, MA 02110-1301 USA. */
#include <string.h>
#include <ctype.h>