[Pkg-owncloud-commits] [php-sabredav] 29/275: Updated copyrights.

David Prévot taffit at moszumanska.debian.org
Thu Sep 25 14:55:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit a85b491b4e444ecfd229a6383beb84b1b5c8cdee
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Mon Jan 6 18:46:39 2014 +0100

    Updated copyrights.
---
 lib/Sabre/CalDAV/Schedule/IInbox.php           |  2 +-
 lib/Sabre/CalDAV/Schedule/ITipMessage.php      | 10 ++++++++++
 lib/Sabre/CalDAV/Schedule/Inbox.php            |  2 +-
 lib/Sabre/CalDAV/Schedule/Plugin.php           |  2 +-
 lib/Sabre/CalDAV/Schedule/SchedulingObject.php |  2 +-
 5 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/lib/Sabre/CalDAV/Schedule/IInbox.php b/lib/Sabre/CalDAV/Schedule/IInbox.php
index 0f7357e..2ca722b 100644
--- a/lib/Sabre/CalDAV/Schedule/IInbox.php
+++ b/lib/Sabre/CalDAV/Schedule/IInbox.php
@@ -6,7 +6,7 @@ namespace Sabre\CalDAV\Schedule;
  * Implement this interface to have a node be recognized as a CalDAV scheduling
  * inbox. 
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/CalDAV/Schedule/ITipMessage.php b/lib/Sabre/CalDAV/Schedule/ITipMessage.php
index 2c9cd97..51c0eff 100644
--- a/lib/Sabre/CalDAV/Schedule/ITipMessage.php
+++ b/lib/Sabre/CalDAV/Schedule/ITipMessage.php
@@ -2,6 +2,16 @@
 
 namespace Sabre\CalDAV\Schedule;
 
+/**
+ * This class represents an ITipMessage.
+ *
+ * This object contains all the information about a scheduling operation. Who
+ * sent it, where it should go to, etc...
+ *
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
+ * @author Evert Pot (http://evertpot.com/)
+ * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ */
 class ITipMessage {
 
     /**
diff --git a/lib/Sabre/CalDAV/Schedule/Inbox.php b/lib/Sabre/CalDAV/Schedule/Inbox.php
index fcd215b..b216360 100644
--- a/lib/Sabre/CalDAV/Schedule/Inbox.php
+++ b/lib/Sabre/CalDAV/Schedule/Inbox.php
@@ -12,7 +12,7 @@ use
 /**
  * The CalDAV scheduling inbox 
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/CalDAV/Schedule/Plugin.php b/lib/Sabre/CalDAV/Schedule/Plugin.php
index 4dab4b3..aa68465 100644
--- a/lib/Sabre/CalDAV/Schedule/Plugin.php
+++ b/lib/Sabre/CalDAV/Schedule/Plugin.php
@@ -107,7 +107,7 @@ use
  * If an Attendee DELETEs the object, we will also send an iTIP REPLY
  * (decline).
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/CalDAV/Schedule/SchedulingObject.php b/lib/Sabre/CalDAV/Schedule/SchedulingObject.php
index 51770d1..a26924c 100644
--- a/lib/Sabre/CalDAV/Schedule/SchedulingObject.php
+++ b/lib/Sabre/CalDAV/Schedule/SchedulingObject.php
@@ -7,7 +7,7 @@ namespace Sabre\CalDAV;
  *
  * @author Brett (https://github.com/bretten)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  */
 class SchedulingObject extends \Sabre\DAV\File implements ISchedulingObject, \Sabre\DAVACL\IACL {
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list