[Pkg-owncloud-commits] [php-sabredav] 25/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 9e1beadcf4a620ba2392ef302ab895cccf791eb7
Author: Evert Pot <me at evertpot.com>
Date: Fri Jan 2 18:23:16 2015 -0500
Happy new year!
---
lib/CalDAV/Backend/SubscriptionSupport.php | 2 +-
lib/CalDAV/Backend/SyncSupport.php | 2 +-
lib/CalDAV/CalendarRoot.php | 2 +-
lib/CalDAV/ICSExportPlugin.php | 2 +-
lib/CalDAV/Subscriptions/ISubscription.php | 2 +-
lib/CalDAV/Subscriptions/Plugin.php | 2 +-
lib/CalDAV/Subscriptions/Subscription.php | 2 +-
lib/CardDAV/Backend/AbstractBackend.php | 2 +-
lib/CardDAV/Backend/PDO.php | 2 +-
lib/CardDAV/Backend/SyncSupport.php | 2 +-
lib/DAV/Auth/Backend/BasicCallBack.php | 2 +-
lib/DAV/Browser/Plugin.php | 2 +-
lib/DAV/Browser/PropFindAll.php | 2 +-
lib/DAV/Client.php | 2 +-
lib/DAV/CorePlugin.php | 2 +-
lib/DAV/Exception/InvalidSyncToken.php | 2 +-
lib/DAV/Exception/TooManyMatches.php | 2 +-
lib/DAV/IMultiGet.php | 2 +-
lib/DAV/IProperties.php | 2 +-
lib/DAV/Locks/Plugin.php | 2 +-
lib/DAV/PropPatch.php | 2 +-
lib/DAV/Property/ResponseList.php | 2 +-
lib/DAV/Property/SupportedMethodSet.php | 2 +-
lib/DAV/PropertyInterface.php | 2 +-
lib/DAV/Server.php | 2 +-
lib/DAV/Sync/ISyncCollection.php | 2 +-
lib/DAV/Sync/Plugin.php | 2 +-
lib/DAV/URLUtil.php | 2 +-
tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php | 2 +-
tests/Sabre/DAV/Locks/Backend/Mock.php | 2 +-
tests/Sabre/DAV/Mock/PropertiesCollection.php | 2 +-
tests/Sabre/DAV/Sync/MockSyncCollection.php | 2 +-
tests/Sabre/HTTP/ResponseMock.php | 2 +-
tests/Sabre/HTTP/SapiMock.php | 2 +-
34 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/lib/CalDAV/Backend/SubscriptionSupport.php b/lib/CalDAV/Backend/SubscriptionSupport.php
index 699378d..7537403 100644
--- a/lib/CalDAV/Backend/SubscriptionSupport.php
+++ b/lib/CalDAV/Backend/SubscriptionSupport.php
@@ -7,7 +7,7 @@ use Sabre\DAV;
/**
* Every CalDAV backend must at least implement this interface.
*
- * @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/Backend/SyncSupport.php b/lib/CalDAV/Backend/SyncSupport.php
index d5ec4d6..013fb28 100644
--- a/lib/CalDAV/Backend/SyncSupport.php
+++ b/lib/CalDAV/Backend/SyncSupport.php
@@ -14,7 +14,7 @@ namespace Sabre\CalDAV\Backend;
* For this to work, you _must_ return a {http://sabredav.org/ns}sync-token
* property from getCalendarsFromUser.
*
- * @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/CalendarRoot.php b/lib/CalDAV/CalendarRoot.php
index ae4652e..42bbd8e 100644
--- a/lib/CalDAV/CalendarRoot.php
+++ b/lib/CalDAV/CalendarRoot.php
@@ -8,7 +8,7 @@ namespace Sabre\CalDAV;
* You are encouraged to use CalendarRoot instead of CalendarRootNode, as the
* latter will be removed in a future version of sabre/dav.
*
- * @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/ICSExportPlugin.php b/lib/CalDAV/ICSExportPlugin.php
index f16b758..e75b777 100644
--- a/lib/CalDAV/ICSExportPlugin.php
+++ b/lib/CalDAV/ICSExportPlugin.php
@@ -40,7 +40,7 @@ use
* Note that specifying a start or end data implies that only events will be
* returned. VTODO and VJOURNAL will be stripped.
*
- * @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/Subscriptions/ISubscription.php b/lib/CalDAV/Subscriptions/ISubscription.php
index 3795c39..0f77c65 100644
--- a/lib/CalDAV/Subscriptions/ISubscription.php
+++ b/lib/CalDAV/Subscriptions/ISubscription.php
@@ -30,7 +30,7 @@ use Sabre\DAV\IProperties;
*
* It is recommended to support every property.
*
- * @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/Subscriptions/Plugin.php b/lib/CalDAV/Subscriptions/Plugin.php
index 3dec14a..4f3de99 100644
--- a/lib/CalDAV/Subscriptions/Plugin.php
+++ b/lib/CalDAV/Subscriptions/Plugin.php
@@ -14,7 +14,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-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/Subscriptions/Subscription.php b/lib/CalDAV/Subscriptions/Subscription.php
index 56963c5..a827a2a 100644
--- a/lib/CalDAV/Subscriptions/Subscription.php
+++ b/lib/CalDAV/Subscriptions/Subscription.php
@@ -17,7 +17,7 @@ use
*
* This node represents a subscription.
*
- * @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/CardDAV/Backend/AbstractBackend.php b/lib/CardDAV/Backend/AbstractBackend.php
index 15600e7..4ad5bcc 100644
--- a/lib/CardDAV/Backend/AbstractBackend.php
+++ b/lib/CardDAV/Backend/AbstractBackend.php
@@ -9,7 +9,7 @@ namespace Sabre\CardDAV\Backend;
*
* This class doesn't do much, but it was added for consistency.
*
- * @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/CardDAV/Backend/PDO.php b/lib/CardDAV/Backend/PDO.php
index d8e39b9..34ce645 100644
--- a/lib/CardDAV/Backend/PDO.php
+++ b/lib/CardDAV/Backend/PDO.php
@@ -10,7 +10,7 @@ use Sabre\DAV;
*
* This CardDAV backend uses PDO to store addressbooks
*
- * @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/CardDAV/Backend/SyncSupport.php b/lib/CardDAV/Backend/SyncSupport.php
index 26769cd..a719e7c 100644
--- a/lib/CardDAV/Backend/SyncSupport.php
+++ b/lib/CardDAV/Backend/SyncSupport.php
@@ -14,7 +14,7 @@ namespace Sabre\CardDAV\Backend;
* For this to work, you _must_ return a {http://sabredav.org/ns}sync-token
* property from getAddressBooksForUser.
*
- * @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/Auth/Backend/BasicCallBack.php b/lib/DAV/Auth/Backend/BasicCallBack.php
index 110a80c..1f22f56 100644
--- a/lib/DAV/Auth/Backend/BasicCallBack.php
+++ b/lib/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-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/Browser/Plugin.php b/lib/DAV/Browser/Plugin.php
index 31d6005..eba0189 100644
--- a/lib/DAV/Browser/Plugin.php
+++ b/lib/DAV/Browser/Plugin.php
@@ -17,7 +17,7 @@ use
* The class intercepts GET requests to collection resources and generates a simple
* html index.
*
- * @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/Browser/PropFindAll.php b/lib/DAV/Browser/PropFindAll.php
index fa765cb..cdc3057 100644
--- a/lib/DAV/Browser/PropFindAll.php
+++ b/lib/DAV/Browser/PropFindAll.php
@@ -8,7 +8,7 @@ use Sabre\DAV\PropFind;
* This class is used by the browser plugin to trick the system in returning
* every defined property.
*
- * @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://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Client.php b/lib/DAV/Client.php
index fe8e25a..8f00b10 100644
--- a/lib/DAV/Client.php
+++ b/lib/DAV/Client.php
@@ -12,7 +12,7 @@ use Sabre\HTTP;
*
* NOTE: This class is experimental, it's api will likely change in the future.
*
- * @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/CorePlugin.php b/lib/DAV/CorePlugin.php
index 97c587d..a4469e1 100644
--- a/lib/DAV/CorePlugin.php
+++ b/lib/DAV/CorePlugin.php
@@ -9,7 +9,7 @@ use
/**
* The core plugin provides all the basic features for a WebDAV server.
*
- * @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://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Exception/InvalidSyncToken.php b/lib/DAV/Exception/InvalidSyncToken.php
index f30d727..8f5597f 100644
--- a/lib/DAV/Exception/InvalidSyncToken.php
+++ b/lib/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-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
* @license http://sabre.io/license/ Modified BSD License
*/
class InvalidSyncToken extends Forbidden {
diff --git a/lib/DAV/Exception/TooManyMatches.php b/lib/DAV/Exception/TooManyMatches.php
index 19bfbb8..03e2dcd 100644
--- a/lib/DAV/Exception/TooManyMatches.php
+++ b/lib/DAV/Exception/TooManyMatches.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-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
* @license http://sabre.io/license/ Modified BSD License
*/
class TooManyMatches extends Forbidden {
diff --git a/lib/DAV/IMultiGet.php b/lib/DAV/IMultiGet.php
index 8fbd189..7480e22 100644
--- a/lib/DAV/IMultiGet.php
+++ b/lib/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-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/IProperties.php b/lib/DAV/IProperties.php
index f940e1a..656e4eb 100644
--- a/lib/DAV/IProperties.php
+++ b/lib/DAV/IProperties.php
@@ -7,7 +7,7 @@ namespace Sabre\DAV;
*
* Implement this interface to support custom WebDAV properties requested and sent from clients.
*
- * @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/Locks/Plugin.php b/lib/DAV/Locks/Plugin.php
index a745098..c940e8e 100644
--- a/lib/DAV/Locks/Plugin.php
+++ b/lib/DAV/Locks/Plugin.php
@@ -17,7 +17,7 @@ use
* $lockPlugin = new Sabre\DAV\Locks\Plugin($lockBackend);
* $server->addPlugin($lockPlugin);
*
- * @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/PropPatch.php b/lib/DAV/PropPatch.php
index b7e834f..76e2c7e 100644
--- a/lib/DAV/PropPatch.php
+++ b/lib/DAV/PropPatch.php
@@ -13,7 +13,7 @@ use UnexpectedValueException;
* Property updates must always be atomic. This means that a property update
* must either completely succeed, or completely fail.
*
- * @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://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Property/ResponseList.php b/lib/DAV/Property/ResponseList.php
index d15ac85..8d9413b 100644
--- a/lib/DAV/Property/ResponseList.php
+++ b/lib/DAV/Property/ResponseList.php
@@ -11,7 +11,7 @@ use Sabre\DAV;
* This is used by the Server class to encode items within a multistatus
* response.
*
- * @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/Property/SupportedMethodSet.php b/lib/DAV/Property/SupportedMethodSet.php
index dfb4420..24ed87f 100644
--- a/lib/DAV/Property/SupportedMethodSet.php
+++ b/lib/DAV/Property/SupportedMethodSet.php
@@ -9,7 +9,7 @@ use Sabre\DAV;
*
* This property is defined in RFC3253.
*
- * @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/PropertyInterface.php b/lib/DAV/PropertyInterface.php
index 00765e0..3fc44a1 100644
--- a/lib/DAV/PropertyInterface.php
+++ b/lib/DAV/PropertyInterface.php
@@ -7,7 +7,7 @@ namespace Sabre\DAV;
*
* Implement this interface to create new complex properties
*
- * @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/Server.php b/lib/DAV/Server.php
index cad6a25..e374f80 100644
--- a/lib/DAV/Server.php
+++ b/lib/DAV/Server.php
@@ -12,7 +12,7 @@ use
/**
* Main DAV server class
*
- * @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/Sync/ISyncCollection.php b/lib/DAV/Sync/ISyncCollection.php
index 11f8540..810d3bc 100644
--- a/lib/DAV/Sync/ISyncCollection.php
+++ b/lib/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-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/Sync/Plugin.php b/lib/DAV/Sync/Plugin.php
index c4c13df..8f64a7a 100644
--- a/lib/DAV/Sync/Plugin.php
+++ b/lib/DAV/Sync/Plugin.php
@@ -13,7 +13,7 @@ use Sabre\HTTP\RequestInterface;
* The sync capabilities only work with collections that implement
* Sabre\DAV\Sync\ISyncCollection.
*
- * @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/URLUtil.php b/lib/DAV/URLUtil.php
index 544e2e6..b733fa2 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/).
* @author Evert Pot (http://evertpot.com/)
* @deprecated Use Sabre\HTTP\URLUtil instead!
* @license http://sabre.io/license/ Modified BSD License
diff --git a/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php b/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php
index 91734a0..5dc4bcf 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-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/tests/Sabre/DAV/Locks/Backend/Mock.php b/tests/Sabre/DAV/Locks/Backend/Mock.php
index fbdc6f1..2a1435d 100644
--- a/tests/Sabre/DAV/Locks/Backend/Mock.php
+++ b/tests/Sabre/DAV/Locks/Backend/Mock.php
@@ -9,7 +9,7 @@ use Sabre\DAV\Locks\LockInfo;
*
* This backend stores lock information in memory. Mainly useful for testing.
*
- * @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/tests/Sabre/DAV/Mock/PropertiesCollection.php b/tests/Sabre/DAV/Mock/PropertiesCollection.php
index 82a8b60..118379c 100644
--- a/tests/Sabre/DAV/Mock/PropertiesCollection.php
+++ b/tests/Sabre/DAV/Mock/PropertiesCollection.php
@@ -10,7 +10,7 @@ use
/**
* A node specifically for testing property-related operations
*
- * @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://sabre.io/license/ Modified BSD License
*/
diff --git a/tests/Sabre/DAV/Sync/MockSyncCollection.php b/tests/Sabre/DAV/Sync/MockSyncCollection.php
index a81b2cc..c0e3515 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-2014 Rooftop Solutions. All rights reserved.
+ * @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/tests/Sabre/HTTP/ResponseMock.php b/tests/Sabre/HTTP/ResponseMock.php
index 135196b..acd884b 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-2014 fruux GmbH. All rights reserved.
+ * @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/tests/Sabre/HTTP/SapiMock.php b/tests/Sabre/HTTP/SapiMock.php
index 2f5860f..b888661 100644
--- a/tests/Sabre/HTTP/SapiMock.php
+++ b/tests/Sabre/HTTP/SapiMock.php
@@ -7,7 +7,7 @@ namespace Sabre\HTTP;
*
* This class exists to make the transition to sabre/http easier.
*
- * @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://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