From: <mar...@us...> - 2006-11-22 15:30:06
|
Revision: 17807 http://svn.sourceforge.net/gaim/?rev=17807&view=rev Author: markhuetsch Date: 2006-11-22 07:29:57 -0800 (Wed, 22 Nov 2006) Log Message: ----------- Thanks to everyone who worked on OpenQ! Please let me know if I left anything/anyone out. Modified Paths: -------------- trunk/AUTHORS trunk/libgaim/protocols/qq/buddy_info.c trunk/libgaim/protocols/qq/buddy_info.h trunk/libgaim/protocols/qq/buddy_list.c trunk/libgaim/protocols/qq/buddy_list.h trunk/libgaim/protocols/qq/buddy_opt.c trunk/libgaim/protocols/qq/buddy_opt.h trunk/libgaim/protocols/qq/buddy_status.c trunk/libgaim/protocols/qq/buddy_status.h trunk/libgaim/protocols/qq/char_conv.c trunk/libgaim/protocols/qq/char_conv.h trunk/libgaim/protocols/qq/crypt.c trunk/libgaim/protocols/qq/crypt.h trunk/libgaim/protocols/qq/file_trans.c trunk/libgaim/protocols/qq/file_trans.h trunk/libgaim/protocols/qq/group.c trunk/libgaim/protocols/qq/group.h trunk/libgaim/protocols/qq/group_conv.c trunk/libgaim/protocols/qq/group_conv.h trunk/libgaim/protocols/qq/group_find.c trunk/libgaim/protocols/qq/group_find.h trunk/libgaim/protocols/qq/group_free.c trunk/libgaim/protocols/qq/group_free.h trunk/libgaim/protocols/qq/group_im.c trunk/libgaim/protocols/qq/group_im.h trunk/libgaim/protocols/qq/group_info.c trunk/libgaim/protocols/qq/group_info.h trunk/libgaim/protocols/qq/group_internal.c trunk/libgaim/protocols/qq/group_internal.h trunk/libgaim/protocols/qq/group_join.c trunk/libgaim/protocols/qq/group_join.h trunk/libgaim/protocols/qq/group_misc.c trunk/libgaim/protocols/qq/group_misc.h trunk/libgaim/protocols/qq/group_network.c trunk/libgaim/protocols/qq/group_network.h trunk/libgaim/protocols/qq/group_opt.c trunk/libgaim/protocols/qq/group_opt.h trunk/libgaim/protocols/qq/group_search.c trunk/libgaim/protocols/qq/group_search.h trunk/libgaim/protocols/qq/header_info.c trunk/libgaim/protocols/qq/header_info.h trunk/libgaim/protocols/qq/im.c trunk/libgaim/protocols/qq/im.h trunk/libgaim/protocols/qq/keep_alive.c trunk/libgaim/protocols/qq/keep_alive.h trunk/libgaim/protocols/qq/login_logout.c trunk/libgaim/protocols/qq/login_logout.h trunk/libgaim/protocols/qq/packet_parse.c trunk/libgaim/protocols/qq/packet_parse.h trunk/libgaim/protocols/qq/qq.c trunk/libgaim/protocols/qq/qq.h trunk/libgaim/protocols/qq/qq_proxy.c trunk/libgaim/protocols/qq/qq_proxy.h trunk/libgaim/protocols/qq/recv_core.c trunk/libgaim/protocols/qq/recv_core.h trunk/libgaim/protocols/qq/send_core.c trunk/libgaim/protocols/qq/send_core.h trunk/libgaim/protocols/qq/send_file.c trunk/libgaim/protocols/qq/send_file.h trunk/libgaim/protocols/qq/sendqueue.c trunk/libgaim/protocols/qq/sendqueue.h trunk/libgaim/protocols/qq/sys_msg.c trunk/libgaim/protocols/qq/sys_msg.h trunk/libgaim/protocols/qq/udp_proxy_s5.c trunk/libgaim/protocols/qq/udp_proxy_s5.h trunk/libgaim/protocols/qq/utils.c trunk/libgaim/protocols/qq/utils.h Modified: trunk/AUTHORS =================================================================== --- trunk/AUTHORS 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/AUTHORS 2006-11-22 15:29:57 UTC (rev 17807) @@ -122,3 +122,17 @@ Elliot Tobin <el...@bh...> Thanks to Jeroen van der Vegt for the initial smiley plugin and images. + +Puzzlebird +Henry Ou <he...@li...> +David ZH.R. Huang +joymarquis +gfhuang +arfankai +rakescar +yyw +lvxiang +Shufeng Tan <http://sf.net/projects/perl-oicq> +Jeff Ye <http://www.sinomac.com> +Hu Zheng <http://forlinux.yeah.net> + Wrote OpenQ, which became the QQ plugin Modified: trunk/libgaim/protocols/qq/buddy_info.c =================================================================== --- trunk/libgaim/protocols/qq/buddy_info.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/buddy_info.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file buddy_info.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/buddy_info.h =================================================================== --- trunk/libgaim/protocols/qq/buddy_info.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/buddy_info.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file buddy_info.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/buddy_list.c =================================================================== --- trunk/libgaim/protocols/qq/buddy_list.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/buddy_list.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file buddy_list.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/buddy_list.h =================================================================== --- trunk/libgaim/protocols/qq/buddy_list.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/buddy_list.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file buddy_list.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/buddy_opt.c =================================================================== --- trunk/libgaim/protocols/qq/buddy_opt.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/buddy_opt.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file buddy_opt.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/buddy_opt.h =================================================================== --- trunk/libgaim/protocols/qq/buddy_opt.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/buddy_opt.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file buddy_opt.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/buddy_status.c =================================================================== --- trunk/libgaim/protocols/qq/buddy_status.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/buddy_status.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file buddy_status.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/buddy_status.h =================================================================== --- trunk/libgaim/protocols/qq/buddy_status.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/buddy_status.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file buddy_status.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/char_conv.c =================================================================== --- trunk/libgaim/protocols/qq/char_conv.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/char_conv.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file char_conv.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/char_conv.h =================================================================== --- trunk/libgaim/protocols/qq/char_conv.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/char_conv.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file char_conv.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/crypt.c =================================================================== --- trunk/libgaim/protocols/qq/crypt.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/crypt.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file crypt.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/crypt.h =================================================================== --- trunk/libgaim/protocols/qq/crypt.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/crypt.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file crypt.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/file_trans.c =================================================================== --- trunk/libgaim/protocols/qq/file_trans.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/file_trans.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,12 +1,12 @@ /** - * The QQ2003C protocol plugin + * @file file_trans.c * - * for gaim + * gaim * - * Author: Henry Ou <he...@li...> + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * - * Copyright (C) 2004 Puzzlebird - * * 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 * the Free Software Foundation; either version 2 of the License, or Modified: trunk/libgaim/protocols/qq/file_trans.h =================================================================== --- trunk/libgaim/protocols/qq/file_trans.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/file_trans.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,12 +1,12 @@ /** - * The QQ2003C protocol plugin + * @file file_trans.h * - * for gaim + * gaim * - * Author: Henry Ou <he...@li...> + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * - * Copyright (C) 2004 Puzzlebird - * * 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 * the Free Software Foundation; either version 2 of the License, or Modified: trunk/libgaim/protocols/qq/group.c =================================================================== --- trunk/libgaim/protocols/qq/group.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group.h =================================================================== --- trunk/libgaim/protocols/qq/group.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_conv.c =================================================================== --- trunk/libgaim/protocols/qq/group_conv.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_conv.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_conv.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_conv.h =================================================================== --- trunk/libgaim/protocols/qq/group_conv.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_conv.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_conv.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_find.c =================================================================== --- trunk/libgaim/protocols/qq/group_find.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_find.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file group_find.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_find.h =================================================================== --- trunk/libgaim/protocols/qq/group_find.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_find.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file group_find.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_free.c =================================================================== --- trunk/libgaim/protocols/qq/group_free.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_free.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_free.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_free.h =================================================================== --- trunk/libgaim/protocols/qq/group_free.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_free.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_free.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_im.c =================================================================== --- trunk/libgaim/protocols/qq/group_im.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_im.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_im.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_im.h =================================================================== --- trunk/libgaim/protocols/qq/group_im.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_im.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_im.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_info.c =================================================================== --- trunk/libgaim/protocols/qq/group_info.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_info.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_info.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_info.h =================================================================== --- trunk/libgaim/protocols/qq/group_info.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_info.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_info.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_internal.c =================================================================== --- trunk/libgaim/protocols/qq/group_internal.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_internal.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_internal.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_internal.h =================================================================== --- trunk/libgaim/protocols/qq/group_internal.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_internal.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_internal.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_join.c =================================================================== --- trunk/libgaim/protocols/qq/group_join.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_join.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_join.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_join.h =================================================================== --- trunk/libgaim/protocols/qq/group_join.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_join.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_join.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_misc.c =================================================================== --- trunk/libgaim/protocols/qq/group_misc.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_misc.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_misc.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_misc.h =================================================================== --- trunk/libgaim/protocols/qq/group_misc.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_misc.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_misc.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_network.c =================================================================== --- trunk/libgaim/protocols/qq/group_network.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_network.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_network.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_network.h =================================================================== --- trunk/libgaim/protocols/qq/group_network.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_network.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_network.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_opt.c =================================================================== --- trunk/libgaim/protocols/qq/group_opt.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_opt.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_opt.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_opt.h =================================================================== --- trunk/libgaim/protocols/qq/group_opt.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_opt.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_opt.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_search.c =================================================================== --- trunk/libgaim/protocols/qq/group_search.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_search.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file group_search.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/group_search.h =================================================================== --- trunk/libgaim/protocols/qq/group_search.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/group_search.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file group_search.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/header_info.c =================================================================== --- trunk/libgaim/protocols/qq/header_info.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/header_info.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file header_info.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/header_info.h =================================================================== --- trunk/libgaim/protocols/qq/header_info.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/header_info.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file header_info.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/im.c =================================================================== --- trunk/libgaim/protocols/qq/im.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/im.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file im.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/im.h =================================================================== --- trunk/libgaim/protocols/qq/im.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/im.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file im.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/keep_alive.c =================================================================== --- trunk/libgaim/protocols/qq/keep_alive.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/keep_alive.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file keep_alive.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/keep_alive.h =================================================================== --- trunk/libgaim/protocols/qq/keep_alive.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/keep_alive.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file keep_alive.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/login_logout.c =================================================================== --- trunk/libgaim/protocols/qq/login_logout.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/login_logout.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file login_logout.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/login_logout.h =================================================================== --- trunk/libgaim/protocols/qq/login_logout.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/login_logout.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * file login_logout.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/packet_parse.c =================================================================== --- trunk/libgaim/protocols/qq/packet_parse.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/packet_parse.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file packet_parse.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/packet_parse.h =================================================================== --- trunk/libgaim/protocols/qq/packet_parse.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/packet_parse.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file packet_parse.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/qq.c =================================================================== --- trunk/libgaim/protocols/qq/qq.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/qq.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * @file qq.c The QQ2003C protocol plugin + * @file qq.c * * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/qq.h =================================================================== --- trunk/libgaim/protocols/qq/qq.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/qq.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file qq.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/qq_proxy.c =================================================================== --- trunk/libgaim/protocols/qq/qq_proxy.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/qq_proxy.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,10 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file qq_proxy.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird - * Henry Ou <he...@li...> + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/qq_proxy.h =================================================================== --- trunk/libgaim/protocols/qq/qq_proxy.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/qq_proxy.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,10 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file qq_proxy.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird - * Henry Ou <he...@li...> + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/recv_core.c =================================================================== --- trunk/libgaim/protocols/qq/recv_core.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/recv_core.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file recv_core.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/recv_core.h =================================================================== --- trunk/libgaim/protocols/qq/recv_core.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/recv_core.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file recv_core.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/send_core.c =================================================================== --- trunk/libgaim/protocols/qq/send_core.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/send_core.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file send_core.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/send_core.h =================================================================== --- trunk/libgaim/protocols/qq/send_core.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/send_core.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file send_core.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/send_file.c =================================================================== --- trunk/libgaim/protocols/qq/send_file.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/send_file.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,12 +1,12 @@ /** - * The QQ2003C protocol plugin + * @file send_file.c * - * for gaim + * gaim * - * Author: Henry Ou <he...@li...> + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * - * Copyright (C) 2004 Puzzlebird - * * 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 * the Free Software Foundation; either version 2 of the License, or Modified: trunk/libgaim/protocols/qq/send_file.h =================================================================== --- trunk/libgaim/protocols/qq/send_file.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/send_file.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,3 +1,27 @@ +/** + * @file send_file.h + * + * gaim + * + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #ifndef _QQ_QQ_SEND_FILE_H_ #define _QQ_QQ_SEND_FILE_H_ Modified: trunk/libgaim/protocols/qq/sendqueue.c =================================================================== --- trunk/libgaim/protocols/qq/sendqueue.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/sendqueue.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file sendqueue.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/sendqueue.h =================================================================== --- trunk/libgaim/protocols/qq/sendqueue.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/sendqueue.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file sendqueue.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/sys_msg.c =================================================================== --- trunk/libgaim/protocols/qq/sys_msg.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/sys_msg.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file sys_msg.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/sys_msg.h =================================================================== --- trunk/libgaim/protocols/qq/sys_msg.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/sys_msg.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** -* The QQ2003C protocol plugin + * @file sys_msg.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/udp_proxy_s5.c =================================================================== --- trunk/libgaim/protocols/qq/udp_proxy_s5.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/udp_proxy_s5.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,10 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file udp_proxy_s5.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird - * Henry Ou <he...@li...> + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/udp_proxy_s5.h =================================================================== --- trunk/libgaim/protocols/qq/udp_proxy_s5.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/udp_proxy_s5.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,10 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file udp_proxy_s5.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird - * Henry Ou <he...@li...> + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/utils.c =================================================================== --- trunk/libgaim/protocols/qq/utils.c 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/utils.c 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file utils.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 Modified: trunk/libgaim/protocols/qq/utils.h =================================================================== --- trunk/libgaim/protocols/qq/utils.h 2006-11-22 08:00:42 UTC (rev 17806) +++ trunk/libgaim/protocols/qq/utils.h 2006-11-22 15:29:57 UTC (rev 17807) @@ -1,9 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file utils.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird + * Gaim is the legal property of its developers, whose names are too numerous + * to list here. Please refer to the COPYRIGHT file distributed with this + * source distribution. * * 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |