Mercurial > pidgin.yaz
changeset 25153:b16a35e21a3d
2009.02.24 - flos <lonicerae(at)gmail.com>
* NEVER forget our COPYRIGHT, ;)
author | SHiNE CsyFeK <csyfek@gmail.com> |
---|---|
date | Tue, 24 Feb 2009 15:11:21 +0000 |
parents | 7c21fb8132f7 |
children | c6e2af2208ad 7f736195a20b |
files | libpurple/protocols/qq/ChangeLog libpurple/protocols/qq/buddy_memo.c libpurple/protocols/qq/buddy_memo.h |
diffstat | 3 files changed, 51 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/qq/ChangeLog Tue Feb 24 14:37:38 2009 +0000 +++ b/libpurple/protocols/qq/ChangeLog Tue Feb 24 15:11:21 2009 +0000 @@ -1,3 +1,6 @@ +2009.02.24 - flos <lonicerae(at)gmail.com> + * NEVER forget our COPYRIGHT, ;) + 2009.02.24 - flos <lonicerae(at)gmail.com> * Changed update_class type from gint to guint32 * Fixed a bug of displaying of memo when memo is nothing
--- a/libpurple/protocols/qq/buddy_memo.c Tue Feb 24 14:37:38 2009 +0000 +++ b/libpurple/protocols/qq/buddy_memo.c Tue Feb 24 15:11:21 2009 +0000 @@ -1,3 +1,27 @@ +/** + * @file buddy_memo.c + * + * purple + * + * Purple 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + */ + #include "internal.h" #include "debug.h" #include "notify.h"
--- a/libpurple/protocols/qq/buddy_memo.h Tue Feb 24 14:37:38 2009 +0000 +++ b/libpurple/protocols/qq/buddy_memo.h Tue Feb 24 15:11:21 2009 +0000 @@ -1,3 +1,27 @@ +/** + * @file buddy_memo.h + * + * purple + * + * Purple 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA + */ + #ifndef _QQ_BUDDY_MEMO_H_ #define _QQ_BUDDY_MEMO_H_