[Pkg-owncloud-commits] [php-sabredav] 39/66: Happy new year
David Prévot
taffit at moszumanska.debian.org
Sat Jan 18 20:08:21 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 719e581974b7a4d421449cbb09948bf376e40089
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Thu Jan 2 12:39:44 2014 +0100
Happy new year
---
lib/Sabre/CalDAV/Backend/SubscriptionSupport.php | 2 +-
lib/Sabre/CalDAV/Backend/SyncSupport.php | 2 +-
lib/Sabre/CalDAV/Subscriptions/ISubscription.php | 2 +-
lib/Sabre/CalDAV/Subscriptions/Plugin.php | 2 +-
lib/Sabre/CalDAV/Subscriptions/Subscription.php | 2 +-
lib/Sabre/CardDAV/Backend/SyncSupport.php | 2 +-
lib/Sabre/DAV/Auth/Backend/BasicCallBack.php | 2 +-
lib/Sabre/DAV/CorePlugin.php | 2 +-
lib/Sabre/DAV/Exception/InvalidSyncToken.php | 2 +-
lib/Sabre/DAV/Exception/TooMuchMatches.php | 2 +-
lib/Sabre/DAV/IMultiGet.php | 2 +-
lib/Sabre/DAV/Sync/ISyncCollection.php | 2 +-
lib/Sabre/DAV/Sync/Plugin.php | 2 +-
tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php | 2 +-
tests/Sabre/DAV/Sync/MockSyncCollection.php | 2 +-
tests/Sabre/HTTP/ResponseMock.php | 2 +-
16 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/lib/Sabre/CalDAV/Backend/SubscriptionSupport.php b/lib/Sabre/CalDAV/Backend/SubscriptionSupport.php
index 2b62953..0d24487 100644
--- a/lib/Sabre/CalDAV/Backend/SubscriptionSupport.php
+++ b/lib/Sabre/CalDAV/Backend/SubscriptionSupport.php
@@ -5,7 +5,7 @@ namespace Sabre\CalDAV\Backend;
/**
* Every CalDAV backend must at least implement this interface.
*
- * @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/Backend/SyncSupport.php b/lib/Sabre/CalDAV/Backend/SyncSupport.php
index 4fc22f2..e2fbba9 100644
--- a/lib/Sabre/CalDAV/Backend/SyncSupport.php
+++ b/lib/Sabre/CalDAV/Backend/SyncSupport.php
@@ -14,7 +14,7 @@ namespace Sabre\CalDAV\Backend;
* For this to work, you _must_ return a {DAV:}sync-token property from
* getCalendarsFromUser.
*
- * @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/Subscriptions/ISubscription.php b/lib/Sabre/CalDAV/Subscriptions/ISubscription.php
index 783764a..9e369f1 100644
--- a/lib/Sabre/CalDAV/Subscriptions/ISubscription.php
+++ b/lib/Sabre/CalDAV/Subscriptions/ISubscription.php
@@ -31,7 +31,7 @@ use
*
* It is recommended to support every property.
*
- * @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/Subscriptions/Plugin.php b/lib/Sabre/CalDAV/Subscriptions/Plugin.php
index 26bff8e..4760a05 100644
--- a/lib/Sabre/CalDAV/Subscriptions/Plugin.php
+++ b/lib/Sabre/CalDAV/Subscriptions/Plugin.php
@@ -12,7 +12,7 @@ use
* Some clients support 'managed subscriptions' server-side. This is basically
* a list of subscription urls a user is using.
*
- * @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/Subscriptions/Subscription.php b/lib/Sabre/CalDAV/Subscriptions/Subscription.php
index 56ecf6a..dd3cb0c 100644
--- a/lib/Sabre/CalDAV/Subscriptions/Subscription.php
+++ b/lib/Sabre/CalDAV/Subscriptions/Subscription.php
@@ -14,7 +14,7 @@ use
*
* This node represents a subscription.
*
- * @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/CardDAV/Backend/SyncSupport.php b/lib/Sabre/CardDAV/Backend/SyncSupport.php
index 5b7c632..6a4ad1f 100644
--- a/lib/Sabre/CardDAV/Backend/SyncSupport.php
+++ b/lib/Sabre/CardDAV/Backend/SyncSupport.php
@@ -14,7 +14,7 @@ namespace Sabre\CardDAV\Backend;
* For this to work, you _must_ return a {DAV:}sync-token property from
* getAddressBooksForUser.
*
- * @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/DAV/Auth/Backend/BasicCallBack.php b/lib/Sabre/DAV/Auth/Backend/BasicCallBack.php
index 3098144..e512c58 100644
--- a/lib/Sabre/DAV/Auth/Backend/BasicCallBack.php
+++ b/lib/Sabre/DAV/Auth/Backend/BasicCallBack.php
@@ -14,7 +14,7 @@ use Sabre\HTTP;
* The callback must return true or false depending on if authentication was
* correct.
- * @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/DAV/CorePlugin.php b/lib/Sabre/DAV/CorePlugin.php
index a25758c..e0f624f 100644
--- a/lib/Sabre/DAV/CorePlugin.php
+++ b/lib/Sabre/DAV/CorePlugin.php
@@ -9,7 +9,7 @@ use
/**
* The core plugin provides all the basic features for a WebDAV server.
*
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @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
*/
diff --git a/lib/Sabre/DAV/Exception/InvalidSyncToken.php b/lib/Sabre/DAV/Exception/InvalidSyncToken.php
index 823e660..4fda68e 100644
--- a/lib/Sabre/DAV/Exception/InvalidSyncToken.php
+++ b/lib/Sabre/DAV/Exception/InvalidSyncToken.php
@@ -16,7 +16,7 @@ use Sabre\DAV;
* either completely unknown, or has expired.
*
* @author Evert Pot (http://evertpot.com/)
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
class InvalidSyncToken extends Forbidden {
diff --git a/lib/Sabre/DAV/Exception/TooMuchMatches.php b/lib/Sabre/DAV/Exception/TooMuchMatches.php
index 178de38..f18794f 100644
--- a/lib/Sabre/DAV/Exception/TooMuchMatches.php
+++ b/lib/Sabre/DAV/Exception/TooMuchMatches.php
@@ -16,7 +16,7 @@ use Sabre\DAV;
* generate more results than the implementation is willing to send back.
*
* @author Evert Pot (http://evertpot.com/)
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
class TooMuchMatches extends DAV\Forbidden {
diff --git a/lib/Sabre/DAV/IMultiGet.php b/lib/Sabre/DAV/IMultiGet.php
index 7159dd1..ace4001 100644
--- a/lib/Sabre/DAV/IMultiGet.php
+++ b/lib/Sabre/DAV/IMultiGet.php
@@ -16,7 +16,7 @@ namespace Sabre\DAV;
*
* The MultiGet interface is used by the server in these cases.
*
- * @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/DAV/Sync/ISyncCollection.php b/lib/Sabre/DAV/Sync/ISyncCollection.php
index 69cffb1..c55a1a1 100644
--- a/lib/Sabre/DAV/Sync/ISyncCollection.php
+++ b/lib/Sabre/DAV/Sync/ISyncCollection.php
@@ -11,7 +11,7 @@ use Sabre\DAV;
* means that if any child nodes in this collection was created, modified or
* deleted in any way, you should maintain an updated changelist.
*
- * @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/DAV/Sync/Plugin.php b/lib/Sabre/DAV/Sync/Plugin.php
index 4969329..f4750c3 100644
--- a/lib/Sabre/DAV/Sync/Plugin.php
+++ b/lib/Sabre/DAV/Sync/Plugin.php
@@ -12,7 +12,7 @@ use Sabre\DAV;
* The sync capabilities only work with collections that implement
* Sabre\DAV\Sync\ISyncCollection.
*
- * @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/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php b/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php
index eac904a..a85e52a 100644
--- a/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php
+++ b/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php
@@ -10,7 +10,7 @@ use Sabre\CalDAV;
* All data is retained in memory temporarily. It's primary purpose is
* unit-tests.
*
- * @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/tests/Sabre/DAV/Sync/MockSyncCollection.php b/tests/Sabre/DAV/Sync/MockSyncCollection.php
index 0b63cdb..71092fd 100644
--- a/tests/Sabre/DAV/Sync/MockSyncCollection.php
+++ b/tests/Sabre/DAV/Sync/MockSyncCollection.php
@@ -10,7 +10,7 @@ use Sabre\DAV;
* This object behaves the same as SimpleCollection. Call addChange to update
* the 'changelog' that this class uses for the collection.
*
- * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 Rooftop Solutions. All rights reserved.
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
diff --git a/tests/Sabre/HTTP/ResponseMock.php b/tests/Sabre/HTTP/ResponseMock.php
index 7f82e46..4a98230 100644
--- a/tests/Sabre/HTTP/ResponseMock.php
+++ b/tests/Sabre/HTTP/ResponseMock.php
@@ -7,7 +7,7 @@ namespace Sabre\HTTP;
*
* This class exists to make the transition to sabre/http easier.
*
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @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
*/
--
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