X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fbase64.c;h=194e9cad2862bad7b28fbb4bcb819f404a9d4a62;hb=7a719c1772d45a9990560820a78ae76534ae3497;hp=cbe9a63cf123f869f64105d20aedb0579faa6405;hpb=d9c5af0679bed502b1f978f75cf8a4c41e104263;p=gnulib.git diff --git a/lib/base64.c b/lib/base64.c index cbe9a63cf..194e9cad2 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -1,5 +1,5 @@ /* base64.c -- Encode binary data using printable characters. - Copyright (C) 1999-2001, 2004-2006, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 1999-2001, 2004-2006, 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 . */ /* Written by Simon Josefsson. Partially adapted from GNU MailUtils * (mailbox/filter_trans.c, as of 2004-11-28). Improved by review