X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstr-kmp.h;h=ecd6f5941b39a43574f5bd9daa5d6a63cf74fece;hb=647e7023ce05b720e9de6ccd4b8eb62836bcfb7b;hp=d7e0a745417e239be6a53adfc96e04e27fa153b3;hpb=1b1e945287b0e30a238102974f7a51f24def2a79;p=gnulib.git diff --git a/lib/str-kmp.h b/lib/str-kmp.h index d7e0a7454..ecd6f5941 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-2013 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.