X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fstrstr.c;h=b91acec7c830051b78dc16fefb2cfe0cb67bb630;hb=refs%2Fheads%2Fsandbox%2Fjinjingx%2Fupstream;hp=433cad65362fbf63bc7d9e92349fce2f2e908505;hpb=7be93f2d05131d061bd4790ae33c8d50f50010d7;p=platform%2Fupstream%2Fm4.git diff --git a/lib/strstr.c b/lib/strstr.c index 433cad6..b91acec 100644 --- a/lib/strstr.c +++ b/lib/strstr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-1994, 1996-1998, 2000, 2004, 2007-2011 Free Software +/* Copyright (C) 1991-1994, 1996-1998, 2000, 2004, 2007-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -13,8 +13,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. */ + with this program; if not, see . */ /* This particular implementation was written by Eric Blake, 2008. */