[Pkg-owncloud-commits] [php-sabredav] 19/66: Drop reference to moved project

David Prévot taffit at moszumanska.debian.org
Wed May 27 13:56:44 UTC 2015


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

taffit pushed a commit to tag 3.0.0-alpha1
in repository php-sabredav.

commit b2196ef3622090e2e1b1f6b7eefcf66c20c8f94e
Author: David Prévot <taffit at debian.org>
Date:   Tue Apr 14 20:40:45 2015 -0400

    Drop reference to moved project
---
 bin/naturalselection                                  | 2 +-
 lib/CalDAV/Backend/SchedulingSupport.php              | 2 +-
 lib/CalDAV/ICalendarObjectContainer.php               | 2 +-
 lib/CalDAV/Notifications/Plugin.php                   | 2 +-
 lib/CalDAV/Schedule/IInbox.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/CalDAV/Xml/Filter/CalendarData.php                | 2 +-
 lib/CalDAV/Xml/Filter/CompFilter.php                  | 2 +-
 lib/CalDAV/Xml/Filter/ParamFilter.php                 | 2 +-
 lib/CalDAV/Xml/Filter/PropFilter.php                  | 2 +-
 lib/CalDAV/Xml/Notification/Invite.php                | 2 +-
 lib/CalDAV/Xml/Notification/InviteReply.php           | 2 +-
 lib/CalDAV/Xml/Notification/NotificationInterface.php | 2 +-
 lib/CalDAV/Xml/Notification/SystemStatus.php          | 2 +-
 lib/CalDAV/Xml/Property/AllowedSharingModes.php       | 2 +-
 lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php    | 2 +-
 lib/CalDAV/Xml/Property/SupportedCalendarData.php     | 2 +-
 lib/CalDAV/Xml/Request/CalendarMultiGetReport.php     | 2 +-
 lib/CalDAV/Xml/Request/CalendarQueryReport.php        | 2 +-
 lib/CardDAV/Xml/Filter/AddressData.php                | 2 +-
 lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php | 2 +-
 lib/CardDAV/Xml/Request/AddressBookQueryReport.php    | 2 +-
 lib/DAV/IMoveTarget.php                               | 2 +-
 lib/DAV/Xml/Element/Response.php                      | 2 +-
 lib/DAV/Xml/Property/GetLastModified.php              | 2 +-
 lib/DAV/Xml/Property/Href.php                         | 2 +-
 lib/DAV/Xml/Property/LockDiscovery.php                | 2 +-
 lib/DAV/Xml/Property/SupportedLock.php                | 2 +-
 lib/DAV/Xml/Property/SupportedMethodSet.php           | 2 +-
 lib/DAV/Xml/Property/SupportedReportSet.php           | 2 +-
 lib/DAV/Xml/Request/PropFind.php                      | 2 +-
 lib/DAV/Xml/Request/PropPatch.php                     | 2 +-
 lib/DAV/Xml/Request/SyncCollectionReport.php          | 2 +-
 36 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/bin/naturalselection b/bin/naturalselection
index 1488ef2..52720e3 100755
--- a/bin/naturalselection
+++ b/bin/naturalselection
@@ -6,7 +6,7 @@
 # http://www.rooftopsolutions.nl/
 #
 # This utility is distributed along with SabreDAV
-# license: http://code.google.com/p/sabredav/wiki/License Modified BSD License
+# license: http://sabre.io/license/ Modified BSD License
 
 import os
 from optparse import OptionParser
diff --git a/lib/CalDAV/Backend/SchedulingSupport.php b/lib/CalDAV/Backend/SchedulingSupport.php
index 10c1f2d..4fe9db0 100644
--- a/lib/CalDAV/Backend/SchedulingSupport.php
+++ b/lib/CalDAV/Backend/SchedulingSupport.php
@@ -8,7 +8,7 @@ namespace Sabre\CalDAV\Backend;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 interface SchedulingSupport extends BackendInterface {
 
diff --git a/lib/CalDAV/ICalendarObjectContainer.php b/lib/CalDAV/ICalendarObjectContainer.php
index c2ffb6f..195ac45 100644
--- a/lib/CalDAV/ICalendarObjectContainer.php
+++ b/lib/CalDAV/ICalendarObjectContainer.php
@@ -13,7 +13,7 @@ namespace Sabre\CalDAV;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 interface ICalendarObjectContainer extends \Sabre\DAV\ICollection {
 
diff --git a/lib/CalDAV/Notifications/Plugin.php b/lib/CalDAV/Notifications/Plugin.php
index de46038..8c84ab6 100644
--- a/lib/CalDAV/Notifications/Plugin.php
+++ b/lib/CalDAV/Notifications/Plugin.php
@@ -23,7 +23,7 @@ use Sabre\HTTP\ResponseInterface;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Plugin extends ServerPlugin {
 
diff --git a/lib/CalDAV/Schedule/IInbox.php b/lib/CalDAV/Schedule/IInbox.php
index ce79f07..6bd3a39 100644
--- a/lib/CalDAV/Schedule/IInbox.php
+++ b/lib/CalDAV/Schedule/IInbox.php
@@ -8,7 +8,7 @@ namespace Sabre\CalDAV\Schedule;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 interface IInbox extends \Sabre\CalDAV\ICalendarObjectContainer, \Sabre\DAVACL\IACL {
 
diff --git a/lib/CalDAV/Schedule/ISchedulingObject.php b/lib/CalDAV/Schedule/ISchedulingObject.php
index 5447964..3b85c77 100644
--- a/lib/CalDAV/Schedule/ISchedulingObject.php
+++ b/lib/CalDAV/Schedule/ISchedulingObject.php
@@ -5,7 +5,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
+ * @license http://sabre.io/license/ Modified BSD License
  * @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 3c7188a..eed564a 100644
--- a/lib/CalDAV/Schedule/Inbox.php
+++ b/lib/CalDAV/Schedule/Inbox.php
@@ -14,7 +14,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Inbox extends DAV\Collection implements IInbox {
 
diff --git a/lib/CalDAV/Schedule/Plugin.php b/lib/CalDAV/Schedule/Plugin.php
index b8d77be..d11d2a3 100644
--- a/lib/CalDAV/Schedule/Plugin.php
+++ b/lib/CalDAV/Schedule/Plugin.php
@@ -50,7 +50,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Plugin extends ServerPlugin {
 
diff --git a/lib/CalDAV/Schedule/SchedulingObject.php b/lib/CalDAV/Schedule/SchedulingObject.php
index 2903d66..7bb9adb 100644
--- a/lib/CalDAV/Schedule/SchedulingObject.php
+++ b/lib/CalDAV/Schedule/SchedulingObject.php
@@ -9,7 +9,7 @@ use Sabre\DAV\Exception\MethodNotAllowed;
  * The SchedulingObject represents a scheduling object in the Inbox collection
  *
  * @author Brett (https://github.com/bretten)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  */
 class SchedulingObject extends \Sabre\CalDAV\CalendarObject implements ISchedulingObject {
diff --git a/lib/CalDAV/Xml/Filter/CalendarData.php b/lib/CalDAV/Xml/Filter/CalendarData.php
index 4ff2b14..438778e 100644
--- a/lib/CalDAV/Xml/Filter/CalendarData.php
+++ b/lib/CalDAV/Xml/Filter/CalendarData.php
@@ -24,7 +24,7 @@ use Sabre\VObject\DateTimeParser;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class CalendarData implements XmlDeserializable {
 
diff --git a/lib/CalDAV/Xml/Filter/CompFilter.php b/lib/CalDAV/Xml/Filter/CompFilter.php
index 221595d..1300268 100644
--- a/lib/CalDAV/Xml/Filter/CompFilter.php
+++ b/lib/CalDAV/Xml/Filter/CompFilter.php
@@ -22,7 +22,7 @@ use Sabre\VObject\DateTimeParser;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class CompFilter implements XmlDeserializable {
 
diff --git a/lib/CalDAV/Xml/Filter/ParamFilter.php b/lib/CalDAV/Xml/Filter/ParamFilter.php
index 57d6674..060bfd4 100644
--- a/lib/CalDAV/Xml/Filter/ParamFilter.php
+++ b/lib/CalDAV/Xml/Filter/ParamFilter.php
@@ -19,7 +19,7 @@ use Sabre\CalDAV\Plugin;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class ParamFilter implements XmlDeserializable {
 
diff --git a/lib/CalDAV/Xml/Filter/PropFilter.php b/lib/CalDAV/Xml/Filter/PropFilter.php
index 3dddcbe..4b472ff 100644
--- a/lib/CalDAV/Xml/Filter/PropFilter.php
+++ b/lib/CalDAV/Xml/Filter/PropFilter.php
@@ -20,7 +20,7 @@ use Sabre\VObject\DateTimeParser;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class PropFilter implements XmlDeserializable {
 
diff --git a/lib/CalDAV/Xml/Notification/Invite.php b/lib/CalDAV/Xml/Notification/Invite.php
index 74022c1..8b95f1b 100644
--- a/lib/CalDAV/Xml/Notification/Invite.php
+++ b/lib/CalDAV/Xml/Notification/Invite.php
@@ -14,7 +14,7 @@ use Sabre\CalDAV;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Invite implements NotificationInterface {
 
diff --git a/lib/CalDAV/Xml/Notification/InviteReply.php b/lib/CalDAV/Xml/Notification/InviteReply.php
index 9c95a1d..2c483c7 100644
--- a/lib/CalDAV/Xml/Notification/InviteReply.php
+++ b/lib/CalDAV/Xml/Notification/InviteReply.php
@@ -12,7 +12,7 @@ use Sabre\CalDAV\SharingPlugin;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class InviteReply implements NotificationInterface {
 
diff --git a/lib/CalDAV/Xml/Notification/NotificationInterface.php b/lib/CalDAV/Xml/Notification/NotificationInterface.php
index 2f1b077..2519b67 100644
--- a/lib/CalDAV/Xml/Notification/NotificationInterface.php
+++ b/lib/CalDAV/Xml/Notification/NotificationInterface.php
@@ -10,7 +10,7 @@ use Sabre\Xml\Writer;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 interface NotificationInterface extends XmlSerializable {
 
diff --git a/lib/CalDAV/Xml/Notification/SystemStatus.php b/lib/CalDAV/Xml/Notification/SystemStatus.php
index 9057f7b..bdbfd94 100644
--- a/lib/CalDAV/Xml/Notification/SystemStatus.php
+++ b/lib/CalDAV/Xml/Notification/SystemStatus.php
@@ -15,7 +15,7 @@ use Sabre\CalDAV\Plugin;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class SystemStatus implements NotificationInterface {
 
diff --git a/lib/CalDAV/Xml/Property/AllowedSharingModes.php b/lib/CalDAV/Xml/Property/AllowedSharingModes.php
index 93a44ae..57cb54a 100644
--- a/lib/CalDAV/Xml/Property/AllowedSharingModes.php
+++ b/lib/CalDAV/Xml/Property/AllowedSharingModes.php
@@ -20,7 +20,7 @@ use Sabre\CalDAV\Plugin;
  * @see https://trac.calendarserver.org/browser/CalendarServer/trunk/doc/Extensions/caldav-sharing-02.txt
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class AllowedSharingModes implements XmlSerializable {
 
diff --git a/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php b/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
index 3a1ec82..d7de308 100644
--- a/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
+++ b/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
@@ -22,7 +22,7 @@ use Sabre\CalDAV\Plugin;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class ScheduleCalendarTransp implements Element {
 
diff --git a/lib/CalDAV/Xml/Property/SupportedCalendarData.php b/lib/CalDAV/Xml/Property/SupportedCalendarData.php
index 282110f..7aad168 100644
--- a/lib/CalDAV/Xml/Property/SupportedCalendarData.php
+++ b/lib/CalDAV/Xml/Property/SupportedCalendarData.php
@@ -19,7 +19,7 @@ use Sabre\CalDAV\Plugin;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class SupportedCalendarData implements XmlSerializable {
 
diff --git a/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php b/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
index 0b40fe4..cc5bbbd 100644
--- a/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
+++ b/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
@@ -17,7 +17,7 @@ use Sabre\Uri;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class CalendarMultiGetReport implements XmlDeserializable {
 
diff --git a/lib/CalDAV/Xml/Request/CalendarQueryReport.php b/lib/CalDAV/Xml/Request/CalendarQueryReport.php
index b3f7109..d808683 100644
--- a/lib/CalDAV/Xml/Request/CalendarQueryReport.php
+++ b/lib/CalDAV/Xml/Request/CalendarQueryReport.php
@@ -17,7 +17,7 @@ use Sabre\CalDAV\Plugin;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class CalendarQueryReport implements XmlDeserializable {
 
diff --git a/lib/CardDAV/Xml/Filter/AddressData.php b/lib/CardDAV/Xml/Filter/AddressData.php
index 6a0d67f..69cefb2 100644
--- a/lib/CardDAV/Xml/Filter/AddressData.php
+++ b/lib/CardDAV/Xml/Filter/AddressData.php
@@ -23,7 +23,7 @@ use Sabre\VObject\DateTimeParser;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class AddressData implements XmlDeserializable {
 
diff --git a/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php b/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
index a16cccc..2d4e801 100644
--- a/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
+++ b/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
@@ -17,7 +17,7 @@ use Sabre\Xml\XmlDeserializable;
  *
  * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved.
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class AddressBookMultiGetReport implements XmlDeserializable {
 
diff --git a/lib/CardDAV/Xml/Request/AddressBookQueryReport.php b/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
index 3982668..b2840a2 100644
--- a/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
+++ b/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
@@ -17,7 +17,7 @@ use Sabre\CardDAV\Plugin;
  *
  * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved.
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class AddressBookQueryReport implements XmlDeserializable {
 
diff --git a/lib/DAV/IMoveTarget.php b/lib/DAV/IMoveTarget.php
index 0ef298d..ca56286 100644
--- a/lib/DAV/IMoveTarget.php
+++ b/lib/DAV/IMoveTarget.php
@@ -15,7 +15,7 @@ namespace Sabre\DAV;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 interface IMoveTarget extends ICollection {
 
diff --git a/lib/DAV/Xml/Element/Response.php b/lib/DAV/Xml/Element/Response.php
index 3c18309..66764c4 100644
--- a/lib/DAV/Xml/Element/Response.php
+++ b/lib/DAV/Xml/Element/Response.php
@@ -15,7 +15,7 @@ use Sabre\Xml\Writer;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Response implements Element {
 
diff --git a/lib/DAV/Xml/Property/GetLastModified.php b/lib/DAV/Xml/Property/GetLastModified.php
index 46c6e8e..f5c7ad1 100644
--- a/lib/DAV/Xml/Property/GetLastModified.php
+++ b/lib/DAV/Xml/Property/GetLastModified.php
@@ -18,7 +18,7 @@ use
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class GetLastModified implements Element {
 
diff --git a/lib/DAV/Xml/Property/Href.php b/lib/DAV/Xml/Property/Href.php
index 5d71b58..6d9ecee 100644
--- a/lib/DAV/Xml/Property/Href.php
+++ b/lib/DAV/Xml/Property/Href.php
@@ -19,7 +19,7 @@ use
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Href implements Element {
 
diff --git a/lib/DAV/Xml/Property/LockDiscovery.php b/lib/DAV/Xml/Property/LockDiscovery.php
index f0b52aa..61c7c34 100644
--- a/lib/DAV/Xml/Property/LockDiscovery.php
+++ b/lib/DAV/Xml/Property/LockDiscovery.php
@@ -21,7 +21,7 @@ use
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class LockDiscovery implements XmlSerializable {
 
diff --git a/lib/DAV/Xml/Property/SupportedLock.php b/lib/DAV/Xml/Property/SupportedLock.php
index 4d38104..faa2133 100644
--- a/lib/DAV/Xml/Property/SupportedLock.php
+++ b/lib/DAV/Xml/Property/SupportedLock.php
@@ -17,7 +17,7 @@ use Sabre\Xml\XmlSerializable;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class SupportedLock implements XmlSerializable {
 
diff --git a/lib/DAV/Xml/Property/SupportedMethodSet.php b/lib/DAV/Xml/Property/SupportedMethodSet.php
index 0184c21..4b44239 100644
--- a/lib/DAV/Xml/Property/SupportedMethodSet.php
+++ b/lib/DAV/Xml/Property/SupportedMethodSet.php
@@ -17,7 +17,7 @@ use Sabre\Xml\XmlSerializable;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class SupportedMethodSet implements XmlSerializable {
 
diff --git a/lib/DAV/Xml/Property/SupportedReportSet.php b/lib/DAV/Xml/Property/SupportedReportSet.php
index f88df69..cbe9267 100644
--- a/lib/DAV/Xml/Property/SupportedReportSet.php
+++ b/lib/DAV/Xml/Property/SupportedReportSet.php
@@ -17,7 +17,7 @@ use Sabre\Xml\XmlSerializable;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class SupportedReportSet implements XmlSerializable {
 
diff --git a/lib/DAV/Xml/Request/PropFind.php b/lib/DAV/Xml/Request/PropFind.php
index ee5b3f1..e7fb9e0 100644
--- a/lib/DAV/Xml/Request/PropFind.php
+++ b/lib/DAV/Xml/Request/PropFind.php
@@ -15,7 +15,7 @@ use Sabre\Xml\XmlDeserializable;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class PropFind implements XmlDeserializable {
 
diff --git a/lib/DAV/Xml/Request/PropPatch.php b/lib/DAV/Xml/Request/PropPatch.php
index fef8c4d..9d9ecbf 100644
--- a/lib/DAV/Xml/Request/PropPatch.php
+++ b/lib/DAV/Xml/Request/PropPatch.php
@@ -14,7 +14,7 @@ use Sabre\Xml\Reader;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class PropPatch implements XmlDeserializable {
 
diff --git a/lib/DAV/Xml/Request/SyncCollectionReport.php b/lib/DAV/Xml/Request/SyncCollectionReport.php
index 035d2ba..ff41c5c 100644
--- a/lib/DAV/Xml/Request/SyncCollectionReport.php
+++ b/lib/DAV/Xml/Request/SyncCollectionReport.php
@@ -16,7 +16,7 @@ use Sabre\DAV\Exception\BadRequest;
  *
  * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class SyncCollectionReport implements XmlDeserializable {
 

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