math: Fix some C++ test errors on Solaris 8.
[pspp] / lib / str-kmp.h
index 4e73ff9440f03bd8dd1d5b4b793b353f679fc08a..76668cf8f2b47fa71c6df6586e77bd4af09dc532 100644 (file)
@@ -1,6 +1,6 @@
 /* Substring search in a NUL terminated string of 'char' elements,
    using the Knuth-Morris-Pratt algorithm.
-   Copyright (C) 2005-2008 Free Software Foundation, Inc.
+   Copyright (C) 2005-2010 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2005.
 
    This program is free software; you can redistribute it and/or modify