X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstr-kmp.h;h=74c8bd44f63a17f5cbe60246cd9479297dcfd2b5;hb=35ae1e147a8fe5c9003320f4a76edf8fb4dbf096;hp=d7e0a745417e239be6a53adfc96e04e27fa153b3;hpb=1b1e945287b0e30a238102974f7a51f24def2a79;p=gnulib.git diff --git a/lib/str-kmp.h b/lib/str-kmp.h index d7e0a7454..74c8bd44f 100644 --- a/lib/str-kmp.h +++ b/lib/str-kmp.h @@ -1,6 +1,6 @@ /* Substring search in a NUL terminated string of UNIT elements, using the Knuth-Morris-Pratt algorithm. - Copyright (C) 2005-2011 Free Software Foundation, Inc. + Copyright (C) 2005-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2005. This program is free software; you can redistribute it and/or modify @@ -14,8 +14,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 . */ /* Before including this file, you need to define: UNIT The element type of the needle and haystack.