From 32efaf8ac96169c49d0b0c7bdd23e0d8a14af321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sun, 6 Oct 2013 21:05:47 +0000 Subject: Add $Id$ svn path=/trunk/; revision=52421 --- wsutil/inet_aton.c | 2 ++ wsutil/strncasecmp.c | 37 ++++++++++++++++++++----------------- wsutil/strptime.c | 5 ++++- wsutil/wsgetopt.h | 5 ++++- 4 files changed, 30 insertions(+), 19 deletions(-) (limited to 'wsutil') 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 #include 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 , 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. -- cgit v1.2.3