aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
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
parent16333c062de213f2333882752a3f55f5d195c5e9 (diff)
Add $Id$
svn path=/trunk/; revision=52421
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/inet_aton.c2
-rw-r--r--wsutil/strncasecmp.c37
-rw-r--r--wsutil/strptime.c5
-rw-r--r--wsutil/wsgetopt.h5
4 files changed, 30 insertions, 19 deletions
diff --git a/wsutil/inet_aton.c b/wsutil/inet_aton.c
index 6760d91246..ae4489191f 100644
--- a/wsutil/inet_aton.c
+++ b/wsutil/inet_aton.c
@@ -1,4 +1,6 @@
/*
+ * $Id$
+ *
* Copyright (c) 1983, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
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>
diff --git a/wsutil/strptime.c b/wsutil/strptime.c
index 64fe57a2ca..2af685dbf0 100644
--- a/wsutil/strptime.c
+++ b/wsutil/strptime.c
@@ -1,4 +1,7 @@
-/* Convert a string representation of time to a time value.
+/*
+ $Id$
+
+ Convert a string representation of time to a time value.
Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/wsutil/wsgetopt.h b/wsutil/wsgetopt.h
index 8c52f4be19..a34465e415 100644
--- a/wsutil/wsgetopt.h
+++ b/wsutil/wsgetopt.h
@@ -1,4 +1,7 @@
-/* Declarations for getopt.
+/*
+ $Id$
+
+ Declarations for getopt.
Copyright (C) 1989-1994,1996-1999,2001,2003,2004,2009,2010
Free Software Foundation, Inc.
This file is part of the GNU C Library.