comparison src/base64/base64.c @ 225:589c365d90b1

removed oku's old email address
author meillo@marmaro.de
date Fri, 23 Jul 2010 11:36:13 +0200
parents 26e34ae9a3e3
children c74adb7c4f50
comparison
equal deleted inserted replaced
224:996b53a50f55 225:589c365d90b1
12 * 12 *
13 * You should have received a copy of the GNU General Public License 13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, write to the Free Software 14 * along with this program; if not, write to the Free Software
15 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 15 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16 */ 16 */
17
18 /*
19 send bugs to: kurth@innominate.de
20 */
21 17
22 /* see also RFC 1341 */ 18 /* see also RFC 1341 */
23 19
24 #include <glib.h> 20 #include <glib.h>
25 #include <string.h> 21 #include <string.h>