changeset 15026:c039c920e11c

[gaim-migrate @ 17807] Thanks to everyone who worked on OpenQ! Please let me know if I left anything/anyone out. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Wed, 22 Nov 2006 15:29:57 +0000
parents 36cfa2e714b7
children b9d24ed4cfce
files AUTHORS libgaim/protocols/qq/buddy_info.c libgaim/protocols/qq/buddy_info.h libgaim/protocols/qq/buddy_list.c libgaim/protocols/qq/buddy_list.h libgaim/protocols/qq/buddy_opt.c libgaim/protocols/qq/buddy_opt.h libgaim/protocols/qq/buddy_status.c libgaim/protocols/qq/buddy_status.h libgaim/protocols/qq/char_conv.c libgaim/protocols/qq/char_conv.h libgaim/protocols/qq/crypt.c libgaim/protocols/qq/crypt.h libgaim/protocols/qq/file_trans.c libgaim/protocols/qq/file_trans.h libgaim/protocols/qq/group.c libgaim/protocols/qq/group.h libgaim/protocols/qq/group_conv.c libgaim/protocols/qq/group_conv.h libgaim/protocols/qq/group_find.c libgaim/protocols/qq/group_find.h libgaim/protocols/qq/group_free.c libgaim/protocols/qq/group_free.h libgaim/protocols/qq/group_im.c libgaim/protocols/qq/group_im.h libgaim/protocols/qq/group_info.c libgaim/protocols/qq/group_info.h libgaim/protocols/qq/group_internal.c libgaim/protocols/qq/group_internal.h libgaim/protocols/qq/group_join.c libgaim/protocols/qq/group_join.h libgaim/protocols/qq/group_misc.c libgaim/protocols/qq/group_misc.h libgaim/protocols/qq/group_network.c libgaim/protocols/qq/group_network.h libgaim/protocols/qq/group_opt.c libgaim/protocols/qq/group_opt.h libgaim/protocols/qq/group_search.c libgaim/protocols/qq/group_search.h libgaim/protocols/qq/header_info.c libgaim/protocols/qq/header_info.h libgaim/protocols/qq/im.c libgaim/protocols/qq/im.h libgaim/protocols/qq/keep_alive.c libgaim/protocols/qq/keep_alive.h libgaim/protocols/qq/login_logout.c libgaim/protocols/qq/login_logout.h libgaim/protocols/qq/packet_parse.c libgaim/protocols/qq/packet_parse.h libgaim/protocols/qq/qq.c libgaim/protocols/qq/qq.h libgaim/protocols/qq/qq_proxy.c libgaim/protocols/qq/qq_proxy.h libgaim/protocols/qq/recv_core.c libgaim/protocols/qq/recv_core.h libgaim/protocols/qq/send_core.c libgaim/protocols/qq/send_core.h libgaim/protocols/qq/send_file.c libgaim/protocols/qq/send_file.h libgaim/protocols/qq/sendqueue.c libgaim/protocols/qq/sendqueue.h libgaim/protocols/qq/sys_msg.c libgaim/protocols/qq/sys_msg.h libgaim/protocols/qq/udp_proxy_s5.c libgaim/protocols/qq/udp_proxy_s5.h libgaim/protocols/qq/utils.c libgaim/protocols/qq/utils.h
diffstat 67 files changed, 362 insertions(+), 204 deletions(-) [+]
line wrap: on
line diff
--- 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 <elliot@bha.udel.edu>
 
 Thanks to Jeroen van der Vegt for the initial smiley plugin and images.
+
+Puzzlebird
+Henry Ou <henry@linux.net>
+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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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 <henry@linux.net>
- *
- * 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
--- 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 <henry@linux.net>
- *
- * 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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  <henry@linux.net>
+ * 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
--- 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  <henry@linux.net>
+ * 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
--- 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
--- 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
--- 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
--- 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
--- 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 <henry@linux.net>
- *
- * 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
--- 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_
 
--- 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
--- 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
--- 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
--- 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
--- 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  <henry@linux.net>
+ * 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
--- 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  <henry@linux.net>
+ * 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
--- 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
--- 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