X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fc-strcasestr.h;h=b46d967d9174394e86e43c53b5d659efd818d6bb;hb=7ba06c8ff37d8725cb824c64b94be41b9294ffb7;hp=38613b2407a3ac0676b046e9ef82bf4d34f9dddd;hpb=c62f7618f8da5380743fc93f0d71b0dafc8db8c7;p=gnulib.git diff --git a/lib/c-strcasestr.h b/lib/c-strcasestr.h index 38613b240..b46d967d9 100644 --- a/lib/c-strcasestr.h +++ b/lib/c-strcasestr.h @@ -1,10 +1,10 @@ /* Case-insensitive searching in a string in C locale. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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 - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ 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, see . */ #ifndef C_STRCASESTR_H #define C_STRCASESTR_H