X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmempcpy.c;h=fc12b81e689304a06aa92b8e92e217698a979fe9;hb=06ef7ef9193810369b351b00548cfaa48fad0952;hp=f8fdb037f1560723f33315b16a06c8fe1411fc7f;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/mempcpy.c b/lib/mempcpy.c index f8fdb037f..fc12b81e6 100644 --- a/lib/mempcpy.c +++ b/lib/mempcpy.c @@ -1,5 +1,5 @@ /* Copy memory area and return pointer after last written byte. - Copyright (C) 2003, 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2003, 2007, 2009-2012 Free Software Foundation, Inc. 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 @@ -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 . */ #include