X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrverscmp.c;h=6276bca0fa9c07547a31b0e8415c53d5c3fda8f4;hb=07b4ff48f8de149e48e905f32581268e7a3a33b5;hp=83b7f90bd68bb155e1108078c4011647d25b5dfb;hpb=a62be9f4039b4499cfbb76e394cad2259d03fa84;p=gnulib.git diff --git a/lib/strverscmp.c b/lib/strverscmp.c index 83b7f90bd..6276bca0f 100644 --- a/lib/strverscmp.c +++ b/lib/strverscmp.c @@ -1,7 +1,7 @@ /* Compare strings while treating digits characters numerically. Copyright (C) 1997, 2000, 2002, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jean-François Bignolles , 1997. + Contributed by Jean-François Bignolles , 1997. 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 @@ -15,9 +15,9 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif