|
From: <ka...@us...> - 2010-08-16 01:14:49
|
Revision: 382
http://libyahoo2.svn.sourceforge.net/libyahoo2/?rev=382&view=rev
Author: kay21s
Date: 2010-08-16 01:14:42 +0000 (Mon, 16 Aug 2010)
Log Message:
-----------
Added my copyright notice in relevant files for chat room support
Modified Paths:
--------------
trunk/libyahoo2/src/libyahoo2.c
trunk/libyahoo2/src/sample_client.c
trunk/libyahoo2/src/yahoo2.h
trunk/libyahoo2/src/yahoo2_callbacks.h
trunk/libyahoo2/src/yahoo2_types.h
trunk/libyahoo2/src/yahoo_httplib.c
Modified: trunk/libyahoo2/src/libyahoo2.c
===================================================================
--- trunk/libyahoo2/src/libyahoo2.c 2010-08-13 20:15:45 UTC (rev 381)
+++ trunk/libyahoo2/src/libyahoo2.c 2010-08-16 01:14:42 UTC (rev 382)
@@ -4,6 +4,7 @@
* Some code copyright (C) 2002-2004, Philip S Tellis <philip.tellis AT gmx.net>
* YMSG16 code copyright (C) 2009,
* Siddhesh Poyarekar <siddhesh dot poyarekar at gmail dot com>
+ * Chat room code copyright (C) 2010, Kai Zhang <kay21s AT gmail dot com>
*
* Yahoo Search copyright (C) 2003, Konstantin Klyagin <konst AT konst.org.ua>
*
Modified: trunk/libyahoo2/src/sample_client.c
===================================================================
--- trunk/libyahoo2/src/sample_client.c 2010-08-13 20:15:45 UTC (rev 381)
+++ trunk/libyahoo2/src/sample_client.c 2010-08-16 01:14:42 UTC (rev 382)
@@ -8,6 +8,7 @@
*
* Copyright (C) 2002-2004, Philip S Tellis <philip.tellis AT gmx.net>
* Copyright (C) 2009, Siddhesh Poyarekar <sid...@gm...>
+ * Chat room code Copyright (C) 2010, Kai Zhang <kay21s AT gmail dot com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/libyahoo2/src/yahoo2.h
===================================================================
--- trunk/libyahoo2/src/yahoo2.h 2010-08-13 20:15:45 UTC (rev 381)
+++ trunk/libyahoo2/src/yahoo2.h 2010-08-16 01:14:42 UTC (rev 382)
@@ -2,6 +2,7 @@
* libyahoo2: yahoo2.h
*
* Copyright (C) 2002-2004, Philip S Tellis <philip.tellis AT gmx.net>
+ * Chat room code copyright (C) 2010, Kai Zhang <kay21s AT gmail dot com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/libyahoo2/src/yahoo2_callbacks.h
===================================================================
--- trunk/libyahoo2/src/yahoo2_callbacks.h 2010-08-13 20:15:45 UTC (rev 381)
+++ trunk/libyahoo2/src/yahoo2_callbacks.h 2010-08-16 01:14:42 UTC (rev 382)
@@ -2,6 +2,7 @@
* libyahoo2: yahoo2_callbacks.h
*
* Copyright (C) 2002-2004, Philip S Tellis <philip.tellis AT gmx.net>
+ * Chat room code copyright (C) 2010, Kai Zhang <kay21s AT gmail dot com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/libyahoo2/src/yahoo2_types.h
===================================================================
--- trunk/libyahoo2/src/yahoo2_types.h 2010-08-13 20:15:45 UTC (rev 381)
+++ trunk/libyahoo2/src/yahoo2_types.h 2010-08-16 01:14:42 UTC (rev 382)
@@ -2,6 +2,7 @@
* libyahoo2: yahoo2_types.h
*
* Copyright (C) 2002-2004, Philip S Tellis <philip.tellis AT gmx.net>
+ * Chat room code copyright (C) 2010, Kai Zhang <kay21s AT gmail dot com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/libyahoo2/src/yahoo_httplib.c
===================================================================
--- trunk/libyahoo2/src/yahoo_httplib.c 2010-08-13 20:15:45 UTC (rev 381)
+++ trunk/libyahoo2/src/yahoo_httplib.c 2010-08-16 01:14:42 UTC (rev 382)
@@ -2,6 +2,7 @@
* libyahoo2: yahoo_httplib.c
*
* Copyright (C) 2002-2004, Philip S Tellis <philip.tellis AT gmx.net>
+ * Chat room code copyright (C) 2010, Kai Zhang <kay21s AT gmail dot com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|