[Pkg-owncloud-commits] [php-sabredav] 27/45: Happy new year!
David Prévot
taffit at moszumanska.debian.org
Sat Jan 10 14:20:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit bdddd5205a573e0f871d8f3582d9b9f8a4d24714
Author: Evert Pot <me at evertpot.com>
Date: Fri Jan 2 18:25:50 2015 -0500
Happy new year!
---
lib/CalDAV/Backend/SchedulingSupport.php | 2 +-
lib/CalDAV/CalendarHome.php | 2 +-
lib/CalDAV/ICalendarObjectContainer.php | 2 +-
lib/CalDAV/Notifications/Plugin.php | 2 +-
lib/CalDAV/Property/EmailAddressSet.php | 2 +-
lib/CalDAV/Schedule/IInbox.php | 2 +-
lib/CalDAV/Schedule/IMipPlugin.php | 2 +-
lib/CalDAV/Schedule/ISchedulingObject.php | 2 +-
lib/CalDAV/Schedule/Inbox.php | 2 +-
lib/CalDAV/Schedule/Plugin.php | 2 +-
lib/CalDAV/Schedule/SchedulingObject.php | 2 +-
lib/CardDAV/Property/SupportedCollationSet.php | 2 +-
lib/DAV/IMoveTarget.php | 2 +-
lib/DAV/URLUtil.php | 2 +-
14 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/lib/CalDAV/Backend/SchedulingSupport.php b/lib/CalDAV/Backend/SchedulingSupport.php
index 8226e67..10c1f2d 100644
--- a/lib/CalDAV/Backend/SchedulingSupport.php
+++ b/lib/CalDAV/Backend/SchedulingSupport.php
@@ -6,7 +6,7 @@ namespace Sabre\CalDAV\Backend;
* Implementing this interface adds CalDAV Scheduling support to your caldav
* server, as defined in rfc6638.
*
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2015 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/CalDAV/CalendarHome.php b/lib/CalDAV/CalendarHome.php
index d6141b1..66874b1 100644
--- a/lib/CalDAV/CalendarHome.php
+++ b/lib/CalDAV/CalendarHome.php
@@ -16,7 +16,7 @@ use
* notifications collection, calendar subscriptions, a users' inbox, and a
* users' outbox.
*
- * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/ICalendarObjectContainer.php b/lib/CalDAV/ICalendarObjectContainer.php
index d562dbe..c2ffb6f 100644
--- a/lib/CalDAV/ICalendarObjectContainer.php
+++ b/lib/CalDAV/ICalendarObjectContainer.php
@@ -11,7 +11,7 @@ namespace Sabre\CalDAV;
* In most cases you will likely want to look at ICalendar instead of this
* interface.
*
- * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2015 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/CalDAV/Notifications/Plugin.php b/lib/CalDAV/Notifications/Plugin.php
index 4da7a84..10d3b1c 100644
--- a/lib/CalDAV/Notifications/Plugin.php
+++ b/lib/CalDAV/Notifications/Plugin.php
@@ -21,7 +21,7 @@ use Sabre\HTTP\ResponseInterface;
* Before version 2.1.0 this functionality was part of Sabre\CalDAV\Plugin but
* this has since been split up.
*
- * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2015 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/CalDAV/Property/EmailAddressSet.php b/lib/CalDAV/Property/EmailAddressSet.php
index 09083ba..9daa61c 100644
--- a/lib/CalDAV/Property/EmailAddressSet.php
+++ b/lib/CalDAV/Property/EmailAddressSet.php
@@ -12,7 +12,7 @@ use Sabre\DAV;
*
* It's a list of email addresses associated with a user.
*
- * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Schedule/IInbox.php b/lib/CalDAV/Schedule/IInbox.php
index 5865c95..ce79f07 100644
--- a/lib/CalDAV/Schedule/IInbox.php
+++ b/lib/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-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2015 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/CalDAV/Schedule/IMipPlugin.php b/lib/CalDAV/Schedule/IMipPlugin.php
index 0e2132d..0c00824 100644
--- a/lib/CalDAV/Schedule/IMipPlugin.php
+++ b/lib/CalDAV/Schedule/IMipPlugin.php
@@ -16,7 +16,7 @@ use Sabre\VObject\ITip;
* If you want to customize the email that gets sent out, you can do so by
* extending this class and overriding the sendMessage method.
*
- * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Schedule/ISchedulingObject.php b/lib/CalDAV/Schedule/ISchedulingObject.php
index f8b8f21..5447964 100644
--- a/lib/CalDAV/Schedule/ISchedulingObject.php
+++ b/lib/CalDAV/Schedule/ISchedulingObject.php
@@ -6,7 +6,7 @@ namespace Sabre\CalDAV\Schedule;
* The SchedulingObject represents a scheduling object in the Inbox collection
*
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
- * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
*/
interface ISchedulingObject extends \Sabre\CalDAV\ICalendarObject {
diff --git a/lib/CalDAV/Schedule/Inbox.php b/lib/CalDAV/Schedule/Inbox.php
index 1485332..3c7188a 100644
--- a/lib/CalDAV/Schedule/Inbox.php
+++ b/lib/CalDAV/Schedule/Inbox.php
@@ -12,7 +12,7 @@ use
/**
* The CalDAV scheduling inbox
*
- * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2015 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/CalDAV/Schedule/Plugin.php b/lib/CalDAV/Schedule/Plugin.php
index ed65240..789ac5d 100644
--- a/lib/CalDAV/Schedule/Plugin.php
+++ b/lib/CalDAV/Schedule/Plugin.php
@@ -49,7 +49,7 @@ use
*
* iSchedule is something for later.
*
- * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2015 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/CalDAV/Schedule/SchedulingObject.php b/lib/CalDAV/Schedule/SchedulingObject.php
index 8f3d3ce..2903d66 100644
--- a/lib/CalDAV/Schedule/SchedulingObject.php
+++ b/lib/CalDAV/Schedule/SchedulingObject.php
@@ -10,7 +10,7 @@ use Sabre\DAV\Exception\MethodNotAllowed;
*
* @author Brett (https://github.com/bretten)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
- * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
*/
class SchedulingObject extends \Sabre\CalDAV\CalendarObject implements ISchedulingObject {
diff --git a/lib/CardDAV/Property/SupportedCollationSet.php b/lib/CardDAV/Property/SupportedCollationSet.php
index 23bcfc4..2c95b9a 100644
--- a/lib/CardDAV/Property/SupportedCollationSet.php
+++ b/lib/CardDAV/Property/SupportedCollationSet.php
@@ -9,7 +9,7 @@ use Sabre\DAV;
* This property is a representation of the supported-collation-set property
* in the CardDAV namespace.
*
- * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/IMoveTarget.php b/lib/DAV/IMoveTarget.php
index 8417d9c..0ef298d 100644
--- a/lib/DAV/IMoveTarget.php
+++ b/lib/DAV/IMoveTarget.php
@@ -13,7 +13,7 @@ namespace Sabre\DAV;
* If a backend supports a better optimized move operation, this can trigger
* some huge speed gains.
*
- * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2015 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/DAV/URLUtil.php b/lib/DAV/URLUtil.php
index dcb4d9d..9d63347 100644
--- a/lib/DAV/URLUtil.php
+++ b/lib/DAV/URLUtil.php
@@ -12,7 +12,7 @@ use Sabre\HTTP;
*
* This file will be removed in a future version.
*
- * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
* @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
* @deprecated Use Sabre\HTTP\URLUtil instead!
* @license http://sabre.io/license/ Modified BSD License
--
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