From 1a4d1756c136c17134194f417c5d9de0d3ce1e84 Mon Sep 17 00:00:00 2001 From: temp Date: Mon, 5 May 2008 20:08:45 +0000 Subject: [PATCH] phpdocs fixes git-svn-id: svn://netflint.net/xmpphp@38 ef36c318-a008-4979-b6e8-6b496270793b --- XMPPHP/Exception.php | 4 ++-- XMPPHP/Log.php | 4 ++-- XMPPHP/XMLObj.php | 4 ++-- XMPPHP/XMLStream.php | 4 ++-- XMPPHP/XMPP.php | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/XMPPHP/Exception.php b/XMPPHP/Exception.php index 6f65d78..32b2e09 100755 --- a/XMPPHP/Exception.php +++ b/XMPPHP/Exception.php @@ -22,7 +22,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz - * @copyright Copyright (C) 2008 Nathanael C. Fritz + * @copyright 2008 Nathanael C. Fritz */ /** @@ -32,7 +32,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz - * @copyright Copyright (C) 2008 Nathanael C. Fritz + * @copyright 2008 Nathanael C. Fritz * @version $Id$ */ class XMPPHP_Exception extends Exception { diff --git a/XMPPHP/Log.php b/XMPPHP/Log.php index 8aa8131..74a07c8 100644 --- a/XMPPHP/Log.php +++ b/XMPPHP/Log.php @@ -22,7 +22,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz - * @copyright Copyright (C) 2008 Nathanael C. Fritz + * @copyright 2008 Nathanael C. Fritz */ /** @@ -31,7 +31,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz - * @copyright Copyright (C) 2008 Nathanael C. Fritz + * @copyright 2008 Nathanael C. Fritz * @version $Id$ */ class XMPPHP_Log { diff --git a/XMPPHP/XMLObj.php b/XMPPHP/XMLObj.php index 1b499e5..4d067ed 100644 --- a/XMPPHP/XMLObj.php +++ b/XMPPHP/XMLObj.php @@ -22,7 +22,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz - * @copyright Copyright (C) 2008 Nathanael C. Fritz + * @copyright 2008 Nathanael C. Fritz */ /** @@ -32,7 +32,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz - * @copyright Copyright (C) 2008 Nathanael C. Fritz + * @copyright 2008 Nathanael C. Fritz * @version $Id$ */ class XMPPHP_XMLObj { diff --git a/XMPPHP/XMLStream.php b/XMPPHP/XMLStream.php index dc55499..d98fdb1 100644 --- a/XMPPHP/XMLStream.php +++ b/XMPPHP/XMLStream.php @@ -22,7 +22,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz - * @copyright Copyright (C) 2008 Nathanael C. Fritz + * @copyright 2008 Nathanael C. Fritz */ /** XMPPHP_Exception */ @@ -41,7 +41,7 @@ require_once 'Log.php'; * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz - * @copyright Copyright (C) 2008 Nathanael C. Fritz + * @copyright 2008 Nathanael C. Fritz * @version $Id$ */ class XMPPHP_XMLStream { diff --git a/XMPPHP/XMPP.php b/XMPPHP/XMPP.php index 8115beb..595feeb 100644 --- a/XMPPHP/XMPP.php +++ b/XMPPHP/XMPP.php @@ -22,7 +22,7 @@ * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz - * @copyright Copyright (C) 2008 Nathanael C. Fritz + * @copyright 2008 Nathanael C. Fritz */ /** XMPPHP_XMLStream */ @@ -35,7 +35,7 @@ require_once "XMLStream.php"; * @package XMPPHP * @author Nathanael C. Fritz * @author Stephan Wentz - * @copyright Copyright (C) 2008 Nathanael C. Fritz + * @copyright 2008 Nathanael C. Fritz * @version $Id$ */ class XMPPHP_XMPP extends XMPPHP_XMLStream {