From 5c8cfa4031260a8c4a66701d6d6019da174fb24d Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 18 Sep 2008 00:07:21 +1200 Subject: [PATCH] Rename @package to davical. --- inc/HTTPAuthSession.php | 6 +++--- inc/RRule.php | 2 +- inc/RSCDSSession.php | 8 ++++---- inc/RSCDSUser.php | 8 ++++---- inc/always.php.in | 2 +- inc/caldav-DELETE.php | 4 ++-- inc/caldav-GET.php | 2 +- inc/caldav-MKCALENDAR.php | 4 ++-- inc/caldav-OPTIONS.php | 4 ++-- inc/caldav-PROPFIND.php | 4 ++-- inc/caldav-PROPPATCH.php | 4 ++-- inc/caldav-PUT.php | 2 +- inc/caldav-REPORT.php | 4 ++-- inc/caldav-client.php | 4 ++-- 14 files changed, 29 insertions(+), 29 deletions(-) diff --git a/inc/HTTPAuthSession.php b/inc/HTTPAuthSession.php index 93ce1191..a8c7966e 100644 --- a/inc/HTTPAuthSession.php +++ b/inc/HTTPAuthSession.php @@ -2,7 +2,7 @@ /** * A Class for handling HTTP Authentication * -* @package rscds +* @package davical * @subpackage HTTPAuthSession * @author Andrew McMillan * @copyright Catalyst .Net Ltd @@ -12,7 +12,7 @@ /** * A Class for handling a session using HTTP Basic Authentication * -* @package rscds +* @package davical */ class HTTPAuthSession { /**#@+ @@ -272,4 +272,4 @@ class HTTPAuthSession { } -?> \ No newline at end of file +?> diff --git a/inc/RRule.php b/inc/RRule.php index 8330b7a1..98ab0df5 100644 --- a/inc/RRule.php +++ b/inc/RRule.php @@ -2,7 +2,7 @@ /** * Class for parsing RRule and getting us the dates * -* @package rscds +* @package awl * @subpackage caldav * @author Andrew McMillan * @copyright Catalyst .Net Ltd diff --git a/inc/RSCDSSession.php b/inc/RSCDSSession.php index b8c51585..5bc3beb1 100644 --- a/inc/RSCDSSession.php +++ b/inc/RSCDSSession.php @@ -1,8 +1,8 @@ * @copyright Catalyst .Net Ltd @@ -46,7 +46,7 @@ Session::_CheckLogout(); /** * A class for creating and holding session information. * -* @package rscds +* @package davical */ class RSCDSSession extends Session { @@ -158,4 +158,4 @@ class RSCDSSession extends Session $session = new RSCDSSession(); $session->_CheckLogin(); -?> \ No newline at end of file +?> diff --git a/inc/RSCDSUser.php b/inc/RSCDSUser.php index d4df8b89..c4114003 100644 --- a/inc/RSCDSUser.php +++ b/inc/RSCDSUser.php @@ -1,8 +1,8 @@ * @copyright Catalyst .Net Ltd @@ -17,9 +17,9 @@ $c->stylesheets[] = "$c->base_url/css/browse.css"; $c->scripts[] = "$c->base_url/js/browse.js"; /** -* A class for viewing and maintaining RSCDS User records +* A class for viewing and maintaining DAViCal User records * -* @package rscds +* @package davical */ class RSCDSUser extends User { diff --git a/inc/always.php.in b/inc/always.php.in index 0eaa03fe..2aceb9fb 100644 --- a/inc/always.php.in +++ b/inc/always.php.in @@ -1,6 +1,6 @@ * @copyright Catalyst .Net Ltd * @license http://gnu.org/copyleft/gpl.html GNU GPL v2 diff --git a/inc/caldav-DELETE.php b/inc/caldav-DELETE.php index 24fc90b1..a3b5edb9 100644 --- a/inc/caldav-DELETE.php +++ b/inc/caldav-DELETE.php @@ -2,7 +2,7 @@ /** * CalDAV Server - handle DELETE method * -* @package rscds +* @package davical * @subpackage caldav * @author Andrew McMillan * @copyright Catalyst .Net Ltd @@ -85,4 +85,4 @@ else { } } -?> \ No newline at end of file +?> diff --git a/inc/caldav-GET.php b/inc/caldav-GET.php index 6bf6b429..de79bd49 100644 --- a/inc/caldav-GET.php +++ b/inc/caldav-GET.php @@ -2,7 +2,7 @@ /** * CalDAV Server - handle GET method * -* @package rscds +* @package davical * @subpackage caldav * @author Andrew McMillan * @copyright Catalyst .Net Ltd diff --git a/inc/caldav-MKCALENDAR.php b/inc/caldav-MKCALENDAR.php index 9f48bf18..6bc958f6 100644 --- a/inc/caldav-MKCALENDAR.php +++ b/inc/caldav-MKCALENDAR.php @@ -2,7 +2,7 @@ /** * CalDAV Server - handle MKCALENDAR method * -* @package rscds +* @package davical * @subpackage caldav * @author Andrew McMillan * @copyright Catalyst .Net Ltd @@ -182,4 +182,4 @@ else { * */ -?> \ No newline at end of file +?> diff --git a/inc/caldav-OPTIONS.php b/inc/caldav-OPTIONS.php index 3c136714..8307a86c 100644 --- a/inc/caldav-OPTIONS.php +++ b/inc/caldav-OPTIONS.php @@ -2,7 +2,7 @@ /** * CalDAV Server - handle OPTIONS method * -* @package rscds +* @package davical * @subpackage caldav * @author Andrew McMillan * @copyright Catalyst .Net Ltd @@ -65,4 +65,4 @@ header( "Allow: $allowed"); $request->DoResponse( 200, "" ); -?> \ No newline at end of file +?> diff --git a/inc/caldav-PROPFIND.php b/inc/caldav-PROPFIND.php index 50aac4f4..1261d2d0 100644 --- a/inc/caldav-PROPFIND.php +++ b/inc/caldav-PROPFIND.php @@ -5,8 +5,8 @@ * @package davical * @subpackage propfind * @author Andrew McMillan -* @copyright Catalyst .Net Ltd -* @license http://gnu.org/copyleft/gpl.html GNU GPL v2 +* @copyright Catalyst .Net Ltd, Andrew McMillan +* @license http://gnu.org/copyleft/gpl.html GNU GPL v2 or later */ dbg_error_log("PROPFIND", "method handler"); diff --git a/inc/caldav-PROPPATCH.php b/inc/caldav-PROPPATCH.php index b4a2c57c..bc13bd3e 100644 --- a/inc/caldav-PROPPATCH.php +++ b/inc/caldav-PROPPATCH.php @@ -2,7 +2,7 @@ /** * CalDAV Server - handle PROPPATCH method * -* @package rscds +* @package davical * @subpackage caldav * @author Andrew McMillan * @copyright Catalyst .Net Ltd @@ -225,4 +225,4 @@ $request->DoResponse( 500 ); exit(0); -?> \ No newline at end of file +?> diff --git a/inc/caldav-PUT.php b/inc/caldav-PUT.php index 5ed0ba0f..c3859a22 100644 --- a/inc/caldav-PUT.php +++ b/inc/caldav-PUT.php @@ -2,7 +2,7 @@ /** * CalDAV Server - handle PUT method * -* @package rscds +* @package davical * @subpackage caldav * @author Andrew McMillan * @copyright Catalyst .Net Ltd diff --git a/inc/caldav-REPORT.php b/inc/caldav-REPORT.php index b0dc7dd0..48f9d098 100644 --- a/inc/caldav-REPORT.php +++ b/inc/caldav-REPORT.php @@ -2,7 +2,7 @@ /** * CalDAV Server - handle REPORT method * -* @package rscds +* @package davical * @subpackage caldav * @author Andrew McMillan * @copyright Catalyst .Net Ltd @@ -170,4 +170,4 @@ else { $request->DoResponse( 501, "XML is not a supported REPORT query document" ); } -?> \ No newline at end of file +?> diff --git a/inc/caldav-client.php b/inc/caldav-client.php index 15dd31cf..04a25df3 100644 --- a/inc/caldav-client.php +++ b/inc/caldav-client.php @@ -47,9 +47,9 @@ function __curl_read_callback( $ch, $fd, $length) { /** -* A class for accessing RSCDS via CalDAV, as a client +* A class for accessing DAViCal via CalDAV, as a client * -* @package rscds +* @package caldav */ class CalDAVClient { /**