From 93f90065f31c35780e2dc3d6b7c987677d9bc14e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 9 Aug 2006 23:42:26 +0000 Subject: Sync from gnulib. --- lib/strcspn.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/strcspn.c') diff --git a/lib/strcspn.c b/lib/strcspn.c index 9fbc5de49..46d7d36ca 100644 --- a/lib/strcspn.c +++ b/lib/strcspn.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1994, 1996-1997, 2002-2003 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1994, 1996-1997, 2002-2003, 2005 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@gnu.org. @@ -14,9 +14,8 @@ 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, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H # include -- cgit v1.2.3-54-g00ecf