[Pkg-owncloud-commits] [php-sabredav] 44/163: More updated license urls.

David Prévot taffit at moszumanska.debian.org
Tue May 20 18:54:52 UTC 2014


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

taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.

commit b5c2080ff63743a577060b6bf8989908866973db
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Mon Apr 7 01:09:33 2014 -0400

    More updated license urls.
---
 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 +-
 tests/Sabre/HTTP/SapiMock.php                          | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/lib/Sabre/CalDAV/Backend/SubscriptionSupport.php b/lib/Sabre/CalDAV/Backend/SubscriptionSupport.php
index 0d24487..20661d1 100644
--- a/lib/Sabre/CalDAV/Backend/SubscriptionSupport.php
+++ b/lib/Sabre/CalDAV/Backend/SubscriptionSupport.php
@@ -7,7 +7,7 @@ namespace Sabre\CalDAV\Backend;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 interface SubscriptionSupport extends BackendInterface {
 
diff --git a/lib/Sabre/CalDAV/Backend/SyncSupport.php b/lib/Sabre/CalDAV/Backend/SyncSupport.php
index e2fbba9..2e9ff90 100644
--- a/lib/Sabre/CalDAV/Backend/SyncSupport.php
+++ b/lib/Sabre/CalDAV/Backend/SyncSupport.php
@@ -16,7 +16,7 @@ namespace Sabre\CalDAV\Backend;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 interface SyncSupport extends BackendInterface {
 
diff --git a/lib/Sabre/CalDAV/Subscriptions/ISubscription.php b/lib/Sabre/CalDAV/Subscriptions/ISubscription.php
index 9e369f1..3ee52a0 100644
--- a/lib/Sabre/CalDAV/Subscriptions/ISubscription.php
+++ b/lib/Sabre/CalDAV/Subscriptions/ISubscription.php
@@ -33,7 +33,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 interface ISubscription extends ICollection, IProperties {
 
diff --git a/lib/Sabre/CalDAV/Subscriptions/Plugin.php b/lib/Sabre/CalDAV/Subscriptions/Plugin.php
index 4760a05..ffbac21 100644
--- a/lib/Sabre/CalDAV/Subscriptions/Plugin.php
+++ b/lib/Sabre/CalDAV/Subscriptions/Plugin.php
@@ -14,7 +14,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Plugin extends ServerPlugin {
 
diff --git a/lib/Sabre/CalDAV/Subscriptions/Subscription.php b/lib/Sabre/CalDAV/Subscriptions/Subscription.php
index dd3cb0c..056c114 100644
--- a/lib/Sabre/CalDAV/Subscriptions/Subscription.php
+++ b/lib/Sabre/CalDAV/Subscriptions/Subscription.php
@@ -16,7 +16,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Subscription extends Collection implements ISubscription, IACL {
 
diff --git a/lib/Sabre/CardDAV/Backend/SyncSupport.php b/lib/Sabre/CardDAV/Backend/SyncSupport.php
index 6a4ad1f..85deecd 100644
--- a/lib/Sabre/CardDAV/Backend/SyncSupport.php
+++ b/lib/Sabre/CardDAV/Backend/SyncSupport.php
@@ -16,7 +16,7 @@ namespace Sabre\CardDAV\Backend;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 interface SyncSupport extends BackendInterface {
 
diff --git a/lib/Sabre/DAV/Auth/Backend/BasicCallBack.php b/lib/Sabre/DAV/Auth/Backend/BasicCallBack.php
index e512c58..110a80c 100644
--- a/lib/Sabre/DAV/Auth/Backend/BasicCallBack.php
+++ b/lib/Sabre/DAV/Auth/Backend/BasicCallBack.php
@@ -16,7 +16,7 @@ use Sabre\HTTP;
 
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class BasicCallBack extends AbstractBasic {
 
diff --git a/lib/Sabre/DAV/CorePlugin.php b/lib/Sabre/DAV/CorePlugin.php
index 4bef056..0bd18fb 100644
--- a/lib/Sabre/DAV/CorePlugin.php
+++ b/lib/Sabre/DAV/CorePlugin.php
@@ -11,7 +11,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class CorePlugin extends ServerPlugin {
 
diff --git a/lib/Sabre/DAV/Exception/InvalidSyncToken.php b/lib/Sabre/DAV/Exception/InvalidSyncToken.php
index 4fda68e..f30d727 100644
--- a/lib/Sabre/DAV/Exception/InvalidSyncToken.php
+++ b/lib/Sabre/DAV/Exception/InvalidSyncToken.php
@@ -17,7 +17,7 @@ use Sabre\DAV;
  *
  * @author Evert Pot (http://evertpot.com/)
  * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/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 f18794f..49e74f9 100644
--- a/lib/Sabre/DAV/Exception/TooMuchMatches.php
+++ b/lib/Sabre/DAV/Exception/TooMuchMatches.php
@@ -17,7 +17,7 @@ use Sabre\DAV;
  *
  * @author Evert Pot (http://evertpot.com/)
  * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class TooMuchMatches extends DAV\Forbidden {
 
diff --git a/lib/Sabre/DAV/IMultiGet.php b/lib/Sabre/DAV/IMultiGet.php
index ace4001..8fbd189 100644
--- a/lib/Sabre/DAV/IMultiGet.php
+++ b/lib/Sabre/DAV/IMultiGet.php
@@ -18,7 +18,7 @@ namespace Sabre\DAV;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 interface IMultiGet extends ICollection {
 
diff --git a/lib/Sabre/DAV/Sync/ISyncCollection.php b/lib/Sabre/DAV/Sync/ISyncCollection.php
index c55a1a1..11f8540 100644
--- a/lib/Sabre/DAV/Sync/ISyncCollection.php
+++ b/lib/Sabre/DAV/Sync/ISyncCollection.php
@@ -13,7 +13,7 @@ use Sabre\DAV;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 interface ISyncCollection extends DAV\ICollection {
 
diff --git a/lib/Sabre/DAV/Sync/Plugin.php b/lib/Sabre/DAV/Sync/Plugin.php
index f4750c3..68076ec 100644
--- a/lib/Sabre/DAV/Sync/Plugin.php
+++ b/lib/Sabre/DAV/Sync/Plugin.php
@@ -14,7 +14,7 @@ use Sabre\DAV;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Plugin extends DAV\ServerPlugin {
 
diff --git a/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php b/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php
index a85e52a..dbb4b2c 100644
--- a/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php
+++ b/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php
@@ -12,7 +12,7 @@ use Sabre\CalDAV;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class MockSubscriptionSupport extends Mock implements SubscriptionSupport {
 
diff --git a/tests/Sabre/DAV/Sync/MockSyncCollection.php b/tests/Sabre/DAV/Sync/MockSyncCollection.php
index 71092fd..a81b2cc 100644
--- a/tests/Sabre/DAV/Sync/MockSyncCollection.php
+++ b/tests/Sabre/DAV/Sync/MockSyncCollection.php
@@ -12,7 +12,7 @@ use Sabre\DAV;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class MockSyncCollection extends DAV\SimpleCollection implements ISyncCollection {
 
diff --git a/tests/Sabre/HTTP/ResponseMock.php b/tests/Sabre/HTTP/ResponseMock.php
index 624d920..135196b 100644
--- a/tests/Sabre/HTTP/ResponseMock.php
+++ b/tests/Sabre/HTTP/ResponseMock.php
@@ -9,7 +9,7 @@ namespace Sabre\HTTP;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class ResponseMock extends Response {
 
diff --git a/tests/Sabre/HTTP/SapiMock.php b/tests/Sabre/HTTP/SapiMock.php
index 2e5cf31..b4cfa07 100644
--- a/tests/Sabre/HTTP/SapiMock.php
+++ b/tests/Sabre/HTTP/SapiMock.php
@@ -9,7 +9,7 @@ namespace Sabre\HTTP;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class SapiMock extends Sapi {
 

-- 
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