# HG changeset patch # User Mark Huetsch # Date 1164209397 0 # Node ID c039c920e11c7dba32217f8f8e49bd45200f79dc # Parent 36cfa2e714b7ca137f7aa4ae0e8c497be48400dc [gaim-migrate @ 17807] Thanks to everyone who worked on OpenQ! Please let me know if I left anything/anyone out. committer: Tailor Script diff -r 36cfa2e714b7 -r c039c920e11c AUTHORS --- a/AUTHORS Wed Nov 22 08:00:42 2006 +0000 +++ b/AUTHORS Wed Nov 22 15:29:57 2006 +0000 @@ -122,3 +122,17 @@ Elliot Tobin Thanks to Jeroen van der Vegt for the initial smiley plugin and images. + +Puzzlebird +Henry Ou +David ZH.R. Huang +joymarquis +gfhuang +arfankai +rakescar +yyw +lvxiang +Shufeng Tan +Jeff Ye +Hu Zheng + Wrote OpenQ, which became the QQ plugin diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/buddy_info.c --- a/libgaim/protocols/qq/buddy_info.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/buddy_info.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/buddy_info.h --- a/libgaim/protocols/qq/buddy_info.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/buddy_info.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/buddy_list.c --- a/libgaim/protocols/qq/buddy_list.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/buddy_list.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/buddy_list.h --- a/libgaim/protocols/qq/buddy_list.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/buddy_list.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/buddy_opt.c --- a/libgaim/protocols/qq/buddy_opt.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/buddy_opt.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/buddy_opt.h --- a/libgaim/protocols/qq/buddy_opt.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/buddy_opt.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/buddy_status.c --- a/libgaim/protocols/qq/buddy_status.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/buddy_status.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/buddy_status.h --- a/libgaim/protocols/qq/buddy_status.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/buddy_status.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/char_conv.c --- a/libgaim/protocols/qq/char_conv.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/char_conv.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/char_conv.h --- a/libgaim/protocols/qq/char_conv.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/char_conv.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/crypt.c --- a/libgaim/protocols/qq/crypt.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/crypt.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/crypt.h --- a/libgaim/protocols/qq/crypt.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/crypt.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/file_trans.c --- a/libgaim/protocols/qq/file_trans.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/file_trans.c Wed Nov 22 15:29:57 2006 +0000 @@ -1,11 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file file_trans.c * - * for gaim + * gaim * - * Author: Henry Ou - * - * 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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/file_trans.h --- a/libgaim/protocols/qq/file_trans.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/file_trans.h Wed Nov 22 15:29:57 2006 +0000 @@ -1,11 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file file_trans.h * - * for gaim + * gaim * - * Author: Henry Ou - * - * 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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group.c --- a/libgaim/protocols/qq/group.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group.h --- a/libgaim/protocols/qq/group.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_conv.c --- a/libgaim/protocols/qq/group_conv.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_conv.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_conv.h --- a/libgaim/protocols/qq/group_conv.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_conv.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_find.c --- a/libgaim/protocols/qq/group_find.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_find.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_find.h --- a/libgaim/protocols/qq/group_find.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_find.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_free.c --- a/libgaim/protocols/qq/group_free.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_free.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_free.h --- a/libgaim/protocols/qq/group_free.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_free.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_im.c --- a/libgaim/protocols/qq/group_im.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_im.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_im.h --- a/libgaim/protocols/qq/group_im.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_im.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_info.c --- a/libgaim/protocols/qq/group_info.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_info.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_info.h --- a/libgaim/protocols/qq/group_info.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_info.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_internal.c --- a/libgaim/protocols/qq/group_internal.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_internal.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_internal.h --- a/libgaim/protocols/qq/group_internal.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_internal.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_join.c --- a/libgaim/protocols/qq/group_join.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_join.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_join.h --- a/libgaim/protocols/qq/group_join.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_join.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_misc.c --- a/libgaim/protocols/qq/group_misc.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_misc.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_misc.h --- a/libgaim/protocols/qq/group_misc.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_misc.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_network.c --- a/libgaim/protocols/qq/group_network.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_network.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_network.h --- a/libgaim/protocols/qq/group_network.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_network.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_opt.c --- a/libgaim/protocols/qq/group_opt.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_opt.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_opt.h --- a/libgaim/protocols/qq/group_opt.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_opt.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_search.c --- a/libgaim/protocols/qq/group_search.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_search.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/group_search.h --- a/libgaim/protocols/qq/group_search.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/group_search.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/header_info.c --- a/libgaim/protocols/qq/header_info.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/header_info.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/header_info.h --- a/libgaim/protocols/qq/header_info.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/header_info.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/im.c --- a/libgaim/protocols/qq/im.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/im.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/im.h --- a/libgaim/protocols/qq/im.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/im.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/keep_alive.c --- a/libgaim/protocols/qq/keep_alive.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/keep_alive.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/keep_alive.h --- a/libgaim/protocols/qq/keep_alive.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/keep_alive.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/login_logout.c --- a/libgaim/protocols/qq/login_logout.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/login_logout.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/login_logout.h --- a/libgaim/protocols/qq/login_logout.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/login_logout.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/packet_parse.c --- a/libgaim/protocols/qq/packet_parse.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/packet_parse.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/packet_parse.h --- a/libgaim/protocols/qq/packet_parse.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/packet_parse.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/qq.c --- a/libgaim/protocols/qq/qq.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/qq.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/qq.h --- a/libgaim/protocols/qq/qq.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/qq.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/qq_proxy.c --- a/libgaim/protocols/qq/qq_proxy.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/qq_proxy.c Wed Nov 22 15:29:57 2006 +0000 @@ -1,10 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file qq_proxy.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird - * Henry Ou + * 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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/qq_proxy.h --- a/libgaim/protocols/qq/qq_proxy.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/qq_proxy.h Wed Nov 22 15:29:57 2006 +0000 @@ -1,10 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file qq_proxy.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird - * Henry Ou + * 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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/recv_core.c --- a/libgaim/protocols/qq/recv_core.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/recv_core.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/recv_core.h --- a/libgaim/protocols/qq/recv_core.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/recv_core.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/send_core.c --- a/libgaim/protocols/qq/send_core.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/send_core.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/send_core.h --- a/libgaim/protocols/qq/send_core.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/send_core.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/send_file.c --- a/libgaim/protocols/qq/send_file.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/send_file.c Wed Nov 22 15:29:57 2006 +0000 @@ -1,11 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file send_file.c * - * for gaim + * gaim * - * Author: Henry Ou - * - * 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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/send_file.h --- a/libgaim/protocols/qq/send_file.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/send_file.h Wed Nov 22 15:29:57 2006 +0000 @@ -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_ diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/sendqueue.c --- a/libgaim/protocols/qq/sendqueue.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/sendqueue.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/sendqueue.h --- a/libgaim/protocols/qq/sendqueue.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/sendqueue.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/sys_msg.c --- a/libgaim/protocols/qq/sys_msg.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/sys_msg.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/sys_msg.h --- a/libgaim/protocols/qq/sys_msg.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/sys_msg.h Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/udp_proxy_s5.c --- a/libgaim/protocols/qq/udp_proxy_s5.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/udp_proxy_s5.c Wed Nov 22 15:29:57 2006 +0000 @@ -1,10 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file udp_proxy_s5.c * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird - * Henry Ou + * 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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/udp_proxy_s5.h --- a/libgaim/protocols/qq/udp_proxy_s5.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/udp_proxy_s5.h Wed Nov 22 15:29:57 2006 +0000 @@ -1,10 +1,11 @@ /** - * The QQ2003C protocol plugin + * @file udp_proxy_s5.h * - * for gaim + * gaim * - * Copyright (C) 2004 Puzzlebird - * Henry Ou + * 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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/utils.c --- a/libgaim/protocols/qq/utils.c Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/utils.c Wed Nov 22 15:29:57 2006 +0000 @@ -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 diff -r 36cfa2e714b7 -r c039c920e11c libgaim/protocols/qq/utils.h --- a/libgaim/protocols/qq/utils.h Wed Nov 22 08:00:42 2006 +0000 +++ b/libgaim/protocols/qq/utils.h Wed Nov 22 15:29:57 2006 +0000 @@ -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