[Pkg-owncloud-commits] [php-sabredav] 15/19: Happy new year!
David Prévot
taffit at moszumanska.debian.org
Tue Jan 5 03:12:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 3.0.6
in repository php-sabredav.
commit b0c829410114fb951cc0cc3805b88419d2ad769c
Author: Evert Pot <me at evertpot.com>
Date: Thu Dec 31 11:53:48 2015 -0500
Happy new year!
---
lib/CalDAV/Notifications/Node.php | 2 +-
lib/CalDAV/Schedule/ISchedulingObject.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/Property/AllowedSharingModes.php | 2 +-
lib/CalDAV/Xml/Property/EmailAddressSet.php | 2 +-
lib/CalDAV/Xml/Property/Invite.php | 2 +-
lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php | 2 +-
lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php | 2 +-
lib/CalDAV/Xml/Property/SupportedCalendarData.php | 2 +-
lib/CalDAV/Xml/Property/SupportedCollationSet.php | 2 +-
lib/CalDAV/Xml/Request/CalendarMultiGetReport.php | 2 +-
lib/CalDAV/Xml/Request/CalendarQueryReport.php | 2 +-
lib/CalDAV/Xml/Request/FreeBusyQueryReport.php | 2 +-
lib/CalDAV/Xml/Request/InviteReply.php | 2 +-
lib/CalDAV/Xml/Request/MkCalendar.php | 2 +-
lib/CalDAV/Xml/Request/Share.php | 2 +-
lib/CardDAV/Xml/Filter/AddressData.php | 2 +-
lib/CardDAV/Xml/Filter/ParamFilter.php | 2 +-
lib/CardDAV/Xml/Filter/PropFilter.php | 2 +-
lib/CardDAV/Xml/Property/SupportedAddressData.php | 2 +-
lib/CardDAV/Xml/Property/SupportedCollationSet.php | 2 +-
lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php | 2 +-
lib/CardDAV/Xml/Request/AddressBookQueryReport.php | 2 +-
lib/DAV/Auth/Backend/BasicCallBack.php | 2 +-
lib/DAV/Browser/HtmlOutput.php | 2 +-
lib/DAV/Browser/HtmlOutputHelper.php | 2 +-
lib/DAV/Exception.php | 2 +-
lib/DAV/MkCol.php | 2 +-
lib/DAV/Xml/Element/Prop.php | 2 +-
lib/DAV/Xml/Element/Response.php | 2 +-
lib/DAV/Xml/Property/Complex.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/ResourceType.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/Lock.php | 2 +-
lib/DAV/Xml/Request/MkCol.php | 2 +-
lib/DAV/Xml/Request/PropFind.php | 2 +-
lib/DAV/Xml/Request/PropPatch.php | 2 +-
lib/DAV/Xml/Request/SyncCollectionReport.php | 2 +-
lib/DAV/Xml/Response/MultiStatus.php | 2 +-
lib/DAV/Xml/Service.php | 2 +-
lib/DAVACL/FS/Collection.php | 2 +-
lib/DAVACL/FS/File.php | 2 +-
lib/DAVACL/FS/HomeCollection.php | 2 +-
lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php | 2 +-
lib/DAVACL/Xml/Property/Acl.php | 2 +-
lib/DAVACL/Xml/Property/AclRestrictions.php | 2 +-
lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php | 2 +-
lib/DAVACL/Xml/Property/Principal.php | 2 +-
lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php | 2 +-
lib/DAVACL/Xml/Request/ExpandPropertyReport.php | 2 +-
lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php | 2 +-
lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php | 2 +-
tests/Sabre/DAV/HttpGetTest.php | 2 +-
tests/Sabre/DAV/HttpHeadTest.php | 2 +-
tests/Sabre/DAV/Mock/StreamingFile.php | 2 +-
65 files changed, 65 insertions(+), 65 deletions(-)
diff --git a/lib/CalDAV/Notifications/Node.php b/lib/CalDAV/Notifications/Node.php
index 12863c7..47e78d5 100644
--- a/lib/CalDAV/Notifications/Node.php
+++ b/lib/CalDAV/Notifications/Node.php
@@ -14,7 +14,7 @@ use Sabre\DAVACL;
* MUST return an xml document that matches the requirements of the
* 'caldav-notifications.txt' spec.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 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 3b85c77..b37cb40 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://sabre.io/license/ Modified BSD License
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
*/
interface ISchedulingObject extends \Sabre\CalDAV\ICalendarObject {
diff --git a/lib/CalDAV/Schedule/SchedulingObject.php b/lib/CalDAV/Schedule/SchedulingObject.php
index 6e09302..a36646e 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://sabre.io/license/ Modified BSD License
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 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 b23e909..9babcf1 100644
--- a/lib/CalDAV/Xml/Filter/CalendarData.php
+++ b/lib/CalDAV/Xml/Filter/CalendarData.php
@@ -21,7 +21,7 @@ use Sabre\VObject\DateTimeParser;
* it appears in a DAV:prop element, in a calendar-query or calendar-multiget
* REPORT request.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Filter/CompFilter.php b/lib/CalDAV/Xml/Filter/CompFilter.php
index 006fe74..c9b27db 100644
--- a/lib/CalDAV/Xml/Filter/CompFilter.php
+++ b/lib/CalDAV/Xml/Filter/CompFilter.php
@@ -18,7 +18,7 @@ use Sabre\VObject\DateTimeParser;
*
* The result will be spit out as an array.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Filter/ParamFilter.php b/lib/CalDAV/Xml/Filter/ParamFilter.php
index d80f3b6..eb7f564 100644
--- a/lib/CalDAV/Xml/Filter/ParamFilter.php
+++ b/lib/CalDAV/Xml/Filter/ParamFilter.php
@@ -16,7 +16,7 @@ use Sabre\CalDAV\Plugin;
*
* The result will be spit out as an array.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Filter/PropFilter.php b/lib/CalDAV/Xml/Filter/PropFilter.php
index ec042da..4c2e1b1 100644
--- a/lib/CalDAV/Xml/Filter/PropFilter.php
+++ b/lib/CalDAV/Xml/Filter/PropFilter.php
@@ -18,7 +18,7 @@ use Sabre\VObject\DateTimeParser;
*
* The result will be spit out as an array.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Notification/Invite.php b/lib/CalDAV/Xml/Notification/Invite.php
index adee95b..7fb022e 100644
--- a/lib/CalDAV/Xml/Notification/Invite.php
+++ b/lib/CalDAV/Xml/Notification/Invite.php
@@ -12,7 +12,7 @@ use Sabre\CalDAV;
* This element is defined here:
* http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-sharing.txt
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Property/AllowedSharingModes.php b/lib/CalDAV/Xml/Property/AllowedSharingModes.php
index 57cb54a..c2a2d56 100644
--- a/lib/CalDAV/Xml/Property/AllowedSharingModes.php
+++ b/lib/CalDAV/Xml/Property/AllowedSharingModes.php
@@ -18,7 +18,7 @@ use Sabre\CalDAV\Plugin;
* such as VEVENT, VTODO
*
* @see https://trac.calendarserver.org/browser/CalendarServer/trunk/doc/Extensions/caldav-sharing-02.txt
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Property/EmailAddressSet.php b/lib/CalDAV/Xml/Property/EmailAddressSet.php
index 4eb157a..f577a99 100644
--- a/lib/CalDAV/Xml/Property/EmailAddressSet.php
+++ b/lib/CalDAV/Xml/Property/EmailAddressSet.php
@@ -13,7 +13,7 @@ use Sabre\Xml\XmlSerializable;
*
* It's a list of email addresses associated with a user.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Property/Invite.php b/lib/CalDAV/Xml/Property/Invite.php
index 7a0cb77..3ee0532 100644
--- a/lib/CalDAV/Xml/Property/Invite.php
+++ b/lib/CalDAV/Xml/Property/Invite.php
@@ -16,7 +16,7 @@ use Sabre\CalDAV\SharingPlugin;
* namespace.
*
* @see https://trac.calendarserver.org/browser/CalendarServer/trunk/doc/Extensions/caldav-sharing-02.txt
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php b/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
index c8014bf..4a253e0 100644
--- a/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
+++ b/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
@@ -20,7 +20,7 @@ use Sabre\CalDAV\Plugin;
* means that this calendar will not be taken into consideration when a
* different user queries for free-busy information. If it's 'opaque', it will.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php b/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
index 7c6821f..7a26e76 100644
--- a/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
+++ b/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
@@ -17,7 +17,7 @@ use Sabre\CalDAV\Plugin;
*
* https://tools.ietf.org/html/rfc4791#section-5.2.3
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Property/SupportedCalendarData.php b/lib/CalDAV/Xml/Property/SupportedCalendarData.php
index 37e039f..b0c407f 100644
--- a/lib/CalDAV/Xml/Property/SupportedCalendarData.php
+++ b/lib/CalDAV/Xml/Property/SupportedCalendarData.php
@@ -16,7 +16,7 @@ use Sabre\CalDAV\Plugin;
* This property is defined in:
* http://tools.ietf.org/html/rfc4791#section-5.2.4
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Property/SupportedCollationSet.php b/lib/CalDAV/Xml/Property/SupportedCollationSet.php
index 60eda4e..71de25a 100644
--- a/lib/CalDAV/Xml/Property/SupportedCollationSet.php
+++ b/lib/CalDAV/Xml/Property/SupportedCollationSet.php
@@ -15,7 +15,7 @@ use Sabre\CalDAV\Plugin;
* This property is defined in:
* http://tools.ietf.org/html/rfc4791#section-7.5.1
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php b/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
index ed3e93a..79b3bb3 100644
--- a/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
+++ b/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
@@ -15,7 +15,7 @@ use Sabre\Uri;
*
* https://tools.ietf.org/html/rfc4791#section-7.9
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Request/CalendarQueryReport.php b/lib/CalDAV/Xml/Request/CalendarQueryReport.php
index 3d7ddfb..848a4dc 100644
--- a/lib/CalDAV/Xml/Request/CalendarQueryReport.php
+++ b/lib/CalDAV/Xml/Request/CalendarQueryReport.php
@@ -15,7 +15,7 @@ use Sabre\CalDAV\Plugin;
*
* https://tools.ietf.org/html/rfc4791#section-7.9
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php b/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
index 0e0c52f..e3b27d0 100644
--- a/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
+++ b/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
@@ -15,7 +15,7 @@ use Sabre\Xml\XmlDeserializable;
*
* http://tools.ietf.org/html/rfc3253#section-3.8
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Request/InviteReply.php b/lib/CalDAV/Xml/Request/InviteReply.php
index 321fb35..ec62715 100644
--- a/lib/CalDAV/Xml/Request/InviteReply.php
+++ b/lib/CalDAV/Xml/Request/InviteReply.php
@@ -16,7 +16,7 @@ use Sabre\CalDAV\SharingPlugin;
*
* http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-sharing.txt
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Request/MkCalendar.php b/lib/CalDAV/Xml/Request/MkCalendar.php
index 425f418..7b745db 100644
--- a/lib/CalDAV/Xml/Request/MkCalendar.php
+++ b/lib/CalDAV/Xml/Request/MkCalendar.php
@@ -12,7 +12,7 @@ use Sabre\Xml\XmlDeserializable;
*
* https://tools.ietf.org/html/rfc4791#section-5.3.1
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CalDAV/Xml/Request/Share.php b/lib/CalDAV/Xml/Request/Share.php
index 1159d88..dacc5dc 100644
--- a/lib/CalDAV/Xml/Request/Share.php
+++ b/lib/CalDAV/Xml/Request/Share.php
@@ -13,7 +13,7 @@ use Sabre\CalDAV\Plugin;
*
* http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-sharing.txt
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CardDAV/Xml/Filter/AddressData.php b/lib/CardDAV/Xml/Filter/AddressData.php
index ee7dd99..34028db 100644
--- a/lib/CardDAV/Xml/Filter/AddressData.php
+++ b/lib/CardDAV/Xml/Filter/AddressData.php
@@ -17,7 +17,7 @@ use Sabre\Xml\XmlDeserializable;
* encodes the address-data element as it appears in the addressbook-query
* adressbook-multiget REPORT requests.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CardDAV/Xml/Filter/ParamFilter.php b/lib/CardDAV/Xml/Filter/ParamFilter.php
index 5990f20..9646ae3 100644
--- a/lib/CardDAV/Xml/Filter/ParamFilter.php
+++ b/lib/CardDAV/Xml/Filter/ParamFilter.php
@@ -17,7 +17,7 @@ use Sabre\CardDAV\Plugin;
*
* The result will be spit out as an array.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CardDAV/Xml/Filter/PropFilter.php b/lib/CardDAV/Xml/Filter/PropFilter.php
index 0a8ed1e..c162da1 100644
--- a/lib/CardDAV/Xml/Filter/PropFilter.php
+++ b/lib/CardDAV/Xml/Filter/PropFilter.php
@@ -17,7 +17,7 @@ use Sabre\CardDAV\Plugin;
*
* The result will be spit out as an array.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CardDAV/Xml/Property/SupportedAddressData.php b/lib/CardDAV/Xml/Property/SupportedAddressData.php
index fdb3bb1..6ff57b6 100644
--- a/lib/CardDAV/Xml/Property/SupportedAddressData.php
+++ b/lib/CardDAV/Xml/Property/SupportedAddressData.php
@@ -16,7 +16,7 @@ use Sabre\CardDAV\Plugin;
*
* http://tools.ietf.org/html/rfc6352#section-6.2.2
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CardDAV/Xml/Property/SupportedCollationSet.php b/lib/CardDAV/Xml/Property/SupportedCollationSet.php
index 2321bea..1fc0649 100644
--- a/lib/CardDAV/Xml/Property/SupportedCollationSet.php
+++ b/lib/CardDAV/Xml/Property/SupportedCollationSet.php
@@ -11,7 +11,7 @@ use Sabre\Xml\XmlSerializable;
* This property is a representation of the supported-collation-set property
* in the CardDAV namespace.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php b/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
index 8e1154d..c97c5eb 100644
--- a/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
+++ b/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
@@ -15,7 +15,7 @@ use Sabre\Xml\XmlDeserializable;
*
* http://tools.ietf.org/html/rfc6352#section-8.7
*
- * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved.
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/CardDAV/Xml/Request/AddressBookQueryReport.php b/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
index 1d61cf0..a68ac58 100644
--- a/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
+++ b/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
@@ -15,7 +15,7 @@ use Sabre\CardDAV\Plugin;
*
* http://tools.ietf.org/html/rfc6352#section-8.6
*
- * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved.
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @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 aee7aac..7ad8f48 100644
--- a/lib/DAV/Auth/Backend/BasicCallBack.php
+++ b/lib/DAV/Auth/Backend/BasicCallBack.php
@@ -10,7 +10,7 @@ namespace Sabre\DAV\Auth\Backend;
* The callback must return true or false depending on if authentication was
* correct.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 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/HtmlOutput.php b/lib/DAV/Browser/HtmlOutput.php
index 49ba3ff..f4be6b3 100644
--- a/lib/DAV/Browser/HtmlOutput.php
+++ b/lib/DAV/Browser/HtmlOutput.php
@@ -9,7 +9,7 @@ namespace Sabre\DAV\Browser;
* This is only useful for display purposes, and might make it a bit easier for
* people to read and understand the value of some properties.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
+ * @copyright Copyright (C) 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/HtmlOutputHelper.php b/lib/DAV/Browser/HtmlOutputHelper.php
index 907d873..249d540 100644
--- a/lib/DAV/Browser/HtmlOutputHelper.php
+++ b/lib/DAV/Browser/HtmlOutputHelper.php
@@ -9,7 +9,7 @@ use Sabre\Xml\Service as XmlService;
* This class provides a few utility functions for easily generating HTML for
* the browser plugin.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
+ * @copyright Copyright (C) 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.php b/lib/DAV/Exception.php
index fe433f7..14f5bab 100644
--- a/lib/DAV/Exception.php
+++ b/lib/DAV/Exception.php
@@ -11,7 +11,7 @@ namespace Sabre\DAV;
* This class also allows you to generate custom xml data for your exceptions. This will be displayed
* in the 'error' element in the failing response.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/MkCol.php b/lib/DAV/MkCol.php
index 1dd4303..c790554 100644
--- a/lib/DAV/MkCol.php
+++ b/lib/DAV/MkCol.php
@@ -16,7 +16,7 @@ namespace Sabre\DAV;
* Property updates must always be atomic. This means that a property update
* must either completely succeed, or completely fail.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Element/Prop.php b/lib/DAV/Xml/Element/Prop.php
index e9e3d37..db5332c 100644
--- a/lib/DAV/Xml/Element/Prop.php
+++ b/lib/DAV/Xml/Element/Prop.php
@@ -13,7 +13,7 @@ use Sabre\Xml\Reader;
* This class doesn't return an instance of itself. It just returns a
* key->value array.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Element/Response.php b/lib/DAV/Xml/Element/Response.php
index e82507d..a19e8e9 100644
--- a/lib/DAV/Xml/Element/Response.php
+++ b/lib/DAV/Xml/Element/Response.php
@@ -13,7 +13,7 @@ use Sabre\Xml\Writer;
*
* https://tools.ietf.org/html/rfc4918#section-14.24
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Property/Complex.php b/lib/DAV/Xml/Property/Complex.php
index 9cfe104..1d92020 100644
--- a/lib/DAV/Xml/Property/Complex.php
+++ b/lib/DAV/Xml/Property/Complex.php
@@ -11,7 +11,7 @@ use Sabre\Xml\Reader;
*
* It's basically a container for an xml snippet.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Property/GetLastModified.php b/lib/DAV/Xml/Property/GetLastModified.php
index bf57508..2db4726 100644
--- a/lib/DAV/Xml/Property/GetLastModified.php
+++ b/lib/DAV/Xml/Property/GetLastModified.php
@@ -15,7 +15,7 @@ use DateTimeZone;
* Defined in:
* http://tools.ietf.org/html/rfc4918#section-15.7
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Property/Href.php b/lib/DAV/Xml/Property/Href.php
index ff831f8..538e98d 100644
--- a/lib/DAV/Xml/Property/Href.php
+++ b/lib/DAV/Xml/Property/Href.php
@@ -18,7 +18,7 @@ use Sabre\Xml\Writer;
* {DAV:}href elements were found, this property will unserialize itself as
* null.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Property/LockDiscovery.php b/lib/DAV/Xml/Property/LockDiscovery.php
index 7b3a595..f4b6922 100644
--- a/lib/DAV/Xml/Property/LockDiscovery.php
+++ b/lib/DAV/Xml/Property/LockDiscovery.php
@@ -16,7 +16,7 @@ use Sabre\Xml\XmlSerializable;
*
* This property contains all the open locks on a given resource
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Property/ResourceType.php b/lib/DAV/Xml/Property/ResourceType.php
index 8bd5bf0..3028883 100644
--- a/lib/DAV/Xml/Property/ResourceType.php
+++ b/lib/DAV/Xml/Property/ResourceType.php
@@ -14,7 +14,7 @@ use Sabre\Xml\Reader;
*
* https://tools.ietf.org/html/rfc4918#section-15.9
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Property/SupportedLock.php b/lib/DAV/Xml/Property/SupportedLock.php
index 1a6b360..f6d01aa 100644
--- a/lib/DAV/Xml/Property/SupportedLock.php
+++ b/lib/DAV/Xml/Property/SupportedLock.php
@@ -14,7 +14,7 @@ use Sabre\Xml\XmlSerializable;
* This property contains information about what kind of locks
* this server supports.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Property/SupportedMethodSet.php b/lib/DAV/Xml/Property/SupportedMethodSet.php
index aa4fb17..56b418d 100644
--- a/lib/DAV/Xml/Property/SupportedMethodSet.php
+++ b/lib/DAV/Xml/Property/SupportedMethodSet.php
@@ -16,7 +16,7 @@ use Sabre\Xml\XmlSerializable;
* This property is defined here:
* http://tools.ietf.org/html/rfc3253#section-3.1.3
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Property/SupportedReportSet.php b/lib/DAV/Xml/Property/SupportedReportSet.php
index 701296b..ebf2730 100644
--- a/lib/DAV/Xml/Property/SupportedReportSet.php
+++ b/lib/DAV/Xml/Property/SupportedReportSet.php
@@ -17,7 +17,7 @@ use Sabre\Xml\XmlSerializable;
* This property is defined here:
* http://tools.ietf.org/html/rfc3253#section-3.1.5
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Request/Lock.php b/lib/DAV/Xml/Request/Lock.php
index b2e68e5..76df98d 100644
--- a/lib/DAV/Xml/Request/Lock.php
+++ b/lib/DAV/Xml/Request/Lock.php
@@ -14,7 +14,7 @@ use Sabre\Xml\XmlDeserializable;
*
* http://tools.ietf.org/html/rfc4918#section-9.10
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Request/MkCol.php b/lib/DAV/Xml/Request/MkCol.php
index 582dee0..5db2390 100644
--- a/lib/DAV/Xml/Request/MkCol.php
+++ b/lib/DAV/Xml/Request/MkCol.php
@@ -12,7 +12,7 @@ use Sabre\Xml\XmlDeserializable;
*
* https://tools.ietf.org/html/rfc5689#section-5.1
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Request/PropFind.php b/lib/DAV/Xml/Request/PropFind.php
index 5492668..ad3ad7c 100644
--- a/lib/DAV/Xml/Request/PropFind.php
+++ b/lib/DAV/Xml/Request/PropFind.php
@@ -13,7 +13,7 @@ use Sabre\Xml\XmlDeserializable;
*
* https://tools.ietf.org/html/rfc4918#section-14.20
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Request/PropPatch.php b/lib/DAV/Xml/Request/PropPatch.php
index 1d19130..07a05f8 100644
--- a/lib/DAV/Xml/Request/PropPatch.php
+++ b/lib/DAV/Xml/Request/PropPatch.php
@@ -13,7 +13,7 @@ use Sabre\Xml\Writer;
*
* https://tools.ietf.org/html/rfc4918#section-14.20
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Request/SyncCollectionReport.php b/lib/DAV/Xml/Request/SyncCollectionReport.php
index c31dac9..3092ada 100644
--- a/lib/DAV/Xml/Request/SyncCollectionReport.php
+++ b/lib/DAV/Xml/Request/SyncCollectionReport.php
@@ -14,7 +14,7 @@ use Sabre\DAV\Exception\BadRequest;
*
* http://tools.ietf.org/html/rfc6578#section-3.2
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Response/MultiStatus.php b/lib/DAV/Xml/Response/MultiStatus.php
index ad33e55..16a3d4a 100644
--- a/lib/DAV/Xml/Response/MultiStatus.php
+++ b/lib/DAV/Xml/Response/MultiStatus.php
@@ -15,7 +15,7 @@ use Sabre\Xml\Writer;
* And it also adds the {DAV:}synctoken change from:
* http://tools.ietf.org/html/rfc6578#section-6.4
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAV/Xml/Service.php b/lib/DAV/Xml/Service.php
index 53cf414..f41ed98 100644
--- a/lib/DAV/Xml/Service.php
+++ b/lib/DAV/Xml/Service.php
@@ -5,7 +5,7 @@ namespace Sabre\DAV\Xml;
/**
* XML service for WebDAV
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAVACL/FS/Collection.php b/lib/DAVACL/FS/Collection.php
index ef8f835..5fab476 100644
--- a/lib/DAVACL/FS/Collection.php
+++ b/lib/DAVACL/FS/Collection.php
@@ -10,7 +10,7 @@ use Sabre\DAV\Exception\NotFound;
/**
* This is an ACL-enabled collection.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAVACL/FS/File.php b/lib/DAVACL/FS/File.php
index 6340563..0d54952 100644
--- a/lib/DAVACL/FS/File.php
+++ b/lib/DAVACL/FS/File.php
@@ -9,7 +9,7 @@ use Sabre\DAV\Exception\Forbidden;
/**
* This is an ACL-enabled file node.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAVACL/FS/HomeCollection.php b/lib/DAVACL/FS/HomeCollection.php
index 28825c3..c276167 100644
--- a/lib/DAVACL/FS/HomeCollection.php
+++ b/lib/DAVACL/FS/HomeCollection.php
@@ -15,7 +15,7 @@ use Sabre\Uri;
* The per-user collections can only be accessed by the user who owns the
* collection.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php b/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
index 2c1df8e..e354a69 100644
--- a/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
+++ b/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
@@ -8,7 +8,7 @@ use Sabre\DAV\MkCol;
* Implement this interface to add support for creating new principals to your
* principal backend.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAVACL/Xml/Property/Acl.php b/lib/DAVACL/Xml/Property/Acl.php
index 6a09d66..9f5e40d 100644
--- a/lib/DAVACL/Xml/Property/Acl.php
+++ b/lib/DAVACL/Xml/Property/Acl.php
@@ -21,7 +21,7 @@ use Sabre\Xml\Writer;
* See:
* http://tools.ietf.org/html/rfc3744#section-5.5
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAVACL/Xml/Property/AclRestrictions.php b/lib/DAVACL/Xml/Property/AclRestrictions.php
index c7ed110..f669cc5 100644
--- a/lib/DAVACL/Xml/Property/AclRestrictions.php
+++ b/lib/DAVACL/Xml/Property/AclRestrictions.php
@@ -10,7 +10,7 @@ use Sabre\Xml\Writer;
*
* This property represents {DAV:}acl-restrictions, as defined in RFC3744.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php b/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
index 0f87cbc..0a95eb2 100644
--- a/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
+++ b/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
@@ -14,7 +14,7 @@ use Sabre\Xml\Writer;
* This class represents the current-user-privilege-set property. When
* requested, it contain all the privileges a user has on a specific node.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAVACL/Xml/Property/Principal.php b/lib/DAVACL/Xml/Property/Principal.php
index 0ff131e..d32249d 100644
--- a/lib/DAVACL/Xml/Property/Principal.php
+++ b/lib/DAVACL/Xml/Property/Principal.php
@@ -14,7 +14,7 @@ use Sabre\Xml\Writer;
* The principal property represents a principal from RFC3744 (ACL).
* The property can be used to specify a principal or pseudo principals.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php b/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
index 9859506..7198946 100644
--- a/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
+++ b/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
@@ -17,7 +17,7 @@ use Sabre\Xml\Writer;
* Sabre\DAVACL\Plugin::getSupportedPrivilegeSet as the argument in its
* constructor.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAVACL/Xml/Request/ExpandPropertyReport.php b/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
index 6d9a049..3f535e3 100644
--- a/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
+++ b/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
@@ -12,7 +12,7 @@ use Sabre\Xml\XmlDeserializable;
*
* http://tools.ietf.org/html/rfc3253#section-3.8
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php b/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
index 6394de1..1e7aa44 100644
--- a/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
+++ b/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
@@ -14,7 +14,7 @@ use Sabre\DAV\Exception\BadRequest;
*
* https://tools.ietf.org/html/rfc3744#section-9.4
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php b/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
index 0d7b3e8..ade157b 100644
--- a/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
+++ b/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
@@ -14,7 +14,7 @@ use Sabre\DAV\Exception\BadRequest;
*
* https://tools.ietf.org/html/rfc3744#section-9.5
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 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/HttpGetTest.php b/tests/Sabre/DAV/HttpGetTest.php
index 95e58a3..88ce88a 100644
--- a/tests/Sabre/DAV/HttpGetTest.php
+++ b/tests/Sabre/DAV/HttpGetTest.php
@@ -8,7 +8,7 @@ use Sabre\HTTP;
/**
* Tests related to the GET request.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 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/HttpHeadTest.php b/tests/Sabre/DAV/HttpHeadTest.php
index cace128..443fde6 100644
--- a/tests/Sabre/DAV/HttpHeadTest.php
+++ b/tests/Sabre/DAV/HttpHeadTest.php
@@ -8,7 +8,7 @@ use Sabre\HTTP;
/**
* Tests related to the HEAD request.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 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/StreamingFile.php b/tests/Sabre/DAV/Mock/StreamingFile.php
index ca912b0..ef2016d 100644
--- a/tests/Sabre/DAV/Mock/StreamingFile.php
+++ b/tests/Sabre/DAV/Mock/StreamingFile.php
@@ -8,7 +8,7 @@ namespace Sabre\DAV\Mock;
* Works similar to the mock file, but this one works with streams and has no
* content-length or etags.
*
- * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 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