X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Freadtokens0.c;h=b60fd5a4478d9a2a8777cb75280a5e681adf482c;hb=c5ce79f4c514b37b5756e85530112d778cff302a;hp=b46ba8f8544893c10eb93c230ae059646b1eeec0;hpb=ae8bdaa0cca3a49e5cba2b6db567f5990022188d;p=gnulib.git diff --git a/lib/readtokens0.c b/lib/readtokens0.c index b46ba8f85..b60fd5a44 100644 --- a/lib/readtokens0.c +++ b/lib/readtokens0.c @@ -1,5 +1,6 @@ /* readtokens0.c -- Read NUL-separated tokens from an input stream. - Copyright (C) 2004 Free Software Foundation, Inc. + + Copyright (C) 2004, 2006 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 @@ -13,11 +14,12 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Written by Jim Meyering. */ #include + #include #include "readtokens0.h"