comparison libpurple/protocols/yahoo/yahoo_auth.c @ 26237:eb21f65728c0

propagate from branch 'im.pidgin.pidgin' (head bc80dc424bc7a7e274901f9124173538e5b43f41) to branch 'im.pidgin.soc.2008.yahoo' (head 42700e96e9188523e8d99406abde695abf97caf5)
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Wed, 12 Nov 2008 10:18:49 +0000
parents 1efbc28b5042
children
comparison
equal deleted inserted replaced
26236:618d122af044 26237:eb21f65728c0
1 /* 1 /*
2 * yahoo_auth.c: Authentication routines. 2 * yahoo_auth.c: Authentication routines.
3 * 3 *
4 * Written by Kevin Kurtz and Scott Werndorfer 4 * Written by Kevin Kurtz and Scott Werndorfer
5 * Copyright(c) 2003 Cerulean Studios
5 * 6 *
6 * Copyright(c) 2003 Cerulean Studios 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
7 * 20 *
8 */ 21 */
9 22
10 #include "internal.h" 23 #include "internal.h"
11 24