From 0434419a1605f477789a763a58e9660dd0267d8b Mon Sep 17 00:00:00 2001 From: gar Date: Wed, 12 Nov 2008 00:35:06 +0000 Subject: [PATCH] added myself as author to headers and readme git-svn-id: svn://netflint.net/xmpphp@64 ef36c318-a008-4979-b6e8-6b496270793b --- XMPPHP/BOSH.php | 2 ++ XMPPHP/Exception.php | 2 ++ XMPPHP/Log.php | 2 ++ XMPPHP/Roster.php | 1 + XMPPHP/XMLObj.php | 1 + XMPPHP/XMPP.php | 2 ++ XMPPHP/XMPP_Old.php | 1 + 7 files changed, 11 insertions(+) diff --git a/XMPPHP/BOSH.php b/XMPPHP/BOSH.php index d43a48e..a5d39f9 100644 --- a/XMPPHP/BOSH.php +++ b/XMPPHP/BOSH.php @@ -22,6 +22,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz + * @author Michael Garvin * @copyright 2008 Nathanael C. Fritz */ @@ -35,6 +36,7 @@ require_once "XMPP.php"; * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz + * @author Michael Garvin * @copyright 2008 Nathanael C. Fritz * @version $Id$ */ diff --git a/XMPPHP/Exception.php b/XMPPHP/Exception.php index 32b2e09..da59bc7 100755 --- a/XMPPHP/Exception.php +++ b/XMPPHP/Exception.php @@ -22,6 +22,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz + * @author Michael Garvin * @copyright 2008 Nathanael C. Fritz */ @@ -32,6 +33,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz + * @author Michael Garvin * @copyright 2008 Nathanael C. Fritz * @version $Id$ */ diff --git a/XMPPHP/Log.php b/XMPPHP/Log.php index f8a901a..752841f 100644 --- a/XMPPHP/Log.php +++ b/XMPPHP/Log.php @@ -22,6 +22,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz + * @author Michael Garvin * @copyright 2008 Nathanael C. Fritz */ @@ -31,6 +32,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz + * @author Michael Garvin * @copyright 2008 Nathanael C. Fritz * @version $Id$ */ diff --git a/XMPPHP/Roster.php b/XMPPHP/Roster.php index 8623e2f..2e459e2 100644 --- a/XMPPHP/Roster.php +++ b/XMPPHP/Roster.php @@ -22,6 +22,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz + * @author Michael Garvin * @copyright 2008 Nathanael C. Fritz */ diff --git a/XMPPHP/XMLObj.php b/XMPPHP/XMLObj.php index a96aea4..0d3e219 100644 --- a/XMPPHP/XMLObj.php +++ b/XMPPHP/XMLObj.php @@ -33,6 +33,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz + * @author Michael Garvin * @copyright 2008 Nathanael C. Fritz * @version $Id$ */ diff --git a/XMPPHP/XMPP.php b/XMPPHP/XMPP.php index 204582b..2b1fc9a 100644 --- a/XMPPHP/XMPP.php +++ b/XMPPHP/XMPP.php @@ -22,6 +22,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz + * @author Michael Garvin * @copyright 2008 Nathanael C. Fritz */ @@ -36,6 +37,7 @@ require_once "Roster.php"; * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz + * @author Michael Garvin * @copyright 2008 Nathanael C. Fritz * @version $Id$ */ diff --git a/XMPPHP/XMPP_Old.php b/XMPPHP/XMPP_Old.php index e5649ef..43f56b1 100644 --- a/XMPPHP/XMPP_Old.php +++ b/XMPPHP/XMPP_Old.php @@ -22,6 +22,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz + * @author Michael Garvin * @copyright 2008 Nathanael C. Fritz */