[Pkg-owncloud-commits] [php-sabre-vobject] 05/10: Happy new year!
David Prévot
taffit at moszumanska.debian.org
Tue Jan 5 03:10:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 3
in repository php-sabre-vobject.
commit 05e0d789b0d2f9aa628bc679ab77ecfb2457f064
Author: Evert Pot <me at evertpot.com>
Date: Thu Dec 31 13:06:49 2015 -0500
Happy new year!
---
LICENSE | 2 +-
lib/Cli.php | 2 +-
lib/Component.php | 2 +-
lib/Component/Available.php | 2 +-
lib/Component/VAlarm.php | 2 +-
lib/Component/VAvailability.php | 2 +-
lib/Component/VCalendar.php | 2 +-
lib/Component/VCard.php | 2 +-
lib/Component/VEvent.php | 2 +-
lib/Component/VFreeBusy.php | 2 +-
lib/Component/VJournal.php | 2 +-
lib/Component/VTimeZone.php | 2 +-
lib/Component/VTodo.php | 2 +-
lib/DateTimeParser.php | 2 +-
lib/Document.php | 2 +-
lib/ElementList.php | 2 +-
lib/EofException.php | 2 +-
lib/FreeBusyGenerator.php | 2 +-
lib/ITip/Broker.php | 2 +-
lib/ITip/ITipException.php | 2 +-
lib/ITip/Message.php | 2 +-
lib/ITip/SameOrganizerForAllComponentsException.php | 2 +-
lib/Node.php | 2 +-
lib/Parameter.php | 2 +-
lib/ParseException.php | 2 +-
lib/Parser/Json.php | 2 +-
lib/Parser/MimeDir.php | 2 +-
lib/Parser/Parser.php | 2 +-
lib/Property.php | 2 +-
lib/Property/Binary.php | 2 +-
lib/Property/Boolean.php | 2 +-
lib/Property/FlatText.php | 2 +-
lib/Property/Float.php | 2 +-
lib/Property/ICalendar/CalAddress.php | 2 +-
lib/Property/ICalendar/Date.php | 2 +-
lib/Property/ICalendar/DateTime.php | 2 +-
lib/Property/ICalendar/Duration.php | 2 +-
lib/Property/ICalendar/Period.php | 2 +-
lib/Property/ICalendar/Recur.php | 2 +-
lib/Property/Integer.php | 2 +-
lib/Property/Text.php | 2 +-
lib/Property/Time.php | 2 +-
lib/Property/Unknown.php | 2 +-
lib/Property/Uri.php | 2 +-
lib/Property/UtcOffset.php | 2 +-
lib/Property/VCard/Date.php | 2 +-
lib/Property/VCard/DateAndOrTime.php | 2 +-
lib/Property/VCard/DateTime.php | 2 +-
lib/Property/VCard/LanguageTag.php | 2 +-
lib/Property/VCard/TimeStamp.php | 2 +-
lib/Reader.php | 2 +-
lib/Recur/EventIterator.php | 2 +-
lib/Recur/NoInstancesException.php | 2 +-
lib/Recur/RDateIterator.php | 2 +-
lib/Recur/RRuleIterator.php | 2 +-
lib/RecurrenceIterator.php | 2 +-
lib/Splitter/ICalendar.php | 2 +-
lib/Splitter/SplitterInterface.php | 2 +-
lib/Splitter/VCard.php | 2 +-
lib/StringUtil.php | 2 +-
lib/TimeZoneUtil.php | 2 +-
lib/UUIDUtil.php | 2 +-
lib/VCardConverter.php | 2 +-
lib/Version.php | 2 +-
lib/timezonedata/exchangezones.php | 2 +-
lib/timezonedata/lotuszones.php | 2 +-
lib/timezonedata/php-bc.php | 2 +-
lib/timezonedata/php-workaround.php | 2 +-
lib/timezonedata/windowszones.php | 2 +-
tests/VObject/ITip/BrokerTester.php | 2 +-
70 files changed, 70 insertions(+), 70 deletions(-)
diff --git a/LICENSE b/LICENSE
index 29a5c78..a99c8da 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/)
+Copyright (C) 2011-2016 fruux GmbH (https://fruux.com/)
All rights reserved.
diff --git a/lib/Cli.php b/lib/Cli.php
index 69cab88..4566e8e 100644
--- a/lib/Cli.php
+++ b/lib/Cli.php
@@ -8,7 +8,7 @@ use
/**
* This is the CLI interface for sabre-vobject.
*
- * @copyright Copyright (C) 2011-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/Component.php b/lib/Component.php
index 42ced44..e5ce3f4 100644
--- a/lib/Component.php
+++ b/lib/Component.php
@@ -8,7 +8,7 @@ namespace Sabre\VObject;
* A component represents a group of properties, such as VCALENDAR, VEVENT, or
* VCARD.
*
- * @copyright Copyright (C) 2011-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/Component/Available.php b/lib/Component/Available.php
index b616fd7..2460fe3 100644
--- a/lib/Component/Available.php
+++ b/lib/Component/Available.php
@@ -10,7 +10,7 @@ use Sabre\VObject;
* This component adds functionality to a component, specific for AVAILABLE
* components.
*
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Ivan Enderlin
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/Component/VAlarm.php b/lib/Component/VAlarm.php
index 97f0c76..1013e6e 100644
--- a/lib/Component/VAlarm.php
+++ b/lib/Component/VAlarm.php
@@ -8,7 +8,7 @@ use Sabre\VObject;
*
* This component contains some additional functionality specific for VALARMs.
*
- * @copyright Copyright (C) 2011-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/Component/VAvailability.php b/lib/Component/VAvailability.php
index ab9ba28..1441260 100644
--- a/lib/Component/VAvailability.php
+++ b/lib/Component/VAvailability.php
@@ -10,7 +10,7 @@ use Sabre\VObject;
* This component adds functionality to a component, specific for VAVAILABILITY
* components.
*
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Ivan Enderlin
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/Component/VCalendar.php b/lib/Component/VCalendar.php
index ade1ad0..1a2beb5 100644
--- a/lib/Component/VCalendar.php
+++ b/lib/Component/VCalendar.php
@@ -14,7 +14,7 @@ use Sabre\VObject\Recur\NoInstancesException;
*
* This component adds functionality to a component, specific for a VCALENDAR.
*
- * @copyright Copyright (C) 2011-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/Component/VCard.php b/lib/Component/VCard.php
index f384e9c..b46b001 100644
--- a/lib/Component/VCard.php
+++ b/lib/Component/VCard.php
@@ -11,7 +11,7 @@ use
* This component represents the BEGIN:VCARD and END:VCARD found in every
* vcard.
*
- * @copyright Copyright (C) 2011-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/Component/VEvent.php b/lib/Component/VEvent.php
index d756919..9302503 100644
--- a/lib/Component/VEvent.php
+++ b/lib/Component/VEvent.php
@@ -11,7 +11,7 @@ use Sabre\VObject\Recur\NoInstancesException;
*
* This component contains some additional functionality specific for VEVENT's.
*
- * @copyright Copyright (C) 2011-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/Component/VFreeBusy.php b/lib/Component/VFreeBusy.php
index e2f94f0..f1b0b25 100644
--- a/lib/Component/VFreeBusy.php
+++ b/lib/Component/VFreeBusy.php
@@ -10,7 +10,7 @@ use Sabre\VObject;
* This component adds functionality to a component, specific for VFREEBUSY
* components.
*
- * @copyright Copyright (C) 2011-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/Component/VJournal.php b/lib/Component/VJournal.php
index d0be5bc..783efd6 100644
--- a/lib/Component/VJournal.php
+++ b/lib/Component/VJournal.php
@@ -9,7 +9,7 @@ use Sabre\VObject;
*
* This component contains some additional functionality specific for VJOURNALs.
*
- * @copyright Copyright (C) 2011-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/Component/VTimeZone.php b/lib/Component/VTimeZone.php
index a9401f1..a1369dc 100644
--- a/lib/Component/VTimeZone.php
+++ b/lib/Component/VTimeZone.php
@@ -10,7 +10,7 @@ use Sabre\VObject;
* This component adds functionality to a component, specific for VTIMEZONE
* components.
*
- * @copyright Copyright (C) 2011-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/Component/VTodo.php b/lib/Component/VTodo.php
index fb435eb..ac2770e 100644
--- a/lib/Component/VTodo.php
+++ b/lib/Component/VTodo.php
@@ -9,7 +9,7 @@ use Sabre\VObject;
*
* This component contains some additional functionality specific for VTODOs.
*
- * @copyright Copyright (C) 2011-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/DateTimeParser.php b/lib/DateTimeParser.php
index 8973600..e793281 100644
--- a/lib/DateTimeParser.php
+++ b/lib/DateTimeParser.php
@@ -14,7 +14,7 @@ use LogicException;
* This class is responsible for parsing the several different date and time
* formats iCalendar and vCards have.
*
- * @copyright Copyright (C) 2011-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/Document.php b/lib/Document.php
index 3936123..63806ee 100644
--- a/lib/Document.php
+++ b/lib/Document.php
@@ -12,7 +12,7 @@ namespace Sabre\VObject;
*
* This class also provides a registry for document types.
*
- * @copyright Copyright (C) 2011-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/ElementList.php b/lib/ElementList.php
index cfe8fc8..dbfead0 100644
--- a/lib/ElementList.php
+++ b/lib/ElementList.php
@@ -8,7 +8,7 @@ namespace Sabre\VObject;
* This class represents a list of elements. Lists are the result of queries,
* such as doing $vcalendar->vevent where there's multiple VEVENT objects.
*
- * @copyright Copyright (C) 2011-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/EofException.php b/lib/EofException.php
index 4e24b35..e9bd558 100644
--- a/lib/EofException.php
+++ b/lib/EofException.php
@@ -6,7 +6,7 @@ namespace Sabre\VObject;
* Exception thrown by parser when the end of the stream has been reached,
* before this was expected.
*
- * @copyright Copyright (C) 2011-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/FreeBusyGenerator.php b/lib/FreeBusyGenerator.php
index c1c4541..e79983a 100644
--- a/lib/FreeBusyGenerator.php
+++ b/lib/FreeBusyGenerator.php
@@ -17,7 +17,7 @@ use Sabre\VObject\Recur\NoInstancesException;
* VFREEBUSY components are described in RFC5545, The rules for what should
* go in a single freebusy report is taken from RFC4791, section 7.10.
*
- * @copyright Copyright (C) 2011-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/ITip/Broker.php b/lib/ITip/Broker.php
index fc8189d..7a24877 100644
--- a/lib/ITip/Broker.php
+++ b/lib/ITip/Broker.php
@@ -31,7 +31,7 @@ use Sabre\VObject\Recur\EventIterator;
* 6. It can process a reply from an invite and update an events attendee
* status based on a reply.
*
- * @copyright Copyright (C) 2011-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/ITip/ITipException.php b/lib/ITip/ITipException.php
index 2596fe0..ad5e53a 100644
--- a/lib/ITip/ITipException.php
+++ b/lib/ITip/ITipException.php
@@ -7,7 +7,7 @@ use Exception;
/**
* This message is emitted in case of serious problems with iTip messages.
*
- * @copyright Copyright (C) 2011-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/ITip/Message.php b/lib/ITip/Message.php
index 0b18af6..251cfc9 100644
--- a/lib/ITip/Message.php
+++ b/lib/ITip/Message.php
@@ -10,7 +10,7 @@ namespace Sabre\VObject\ITip;
*
* It should for the most part be treated as immutable.
*
- * @copyright Copyright (C) 2011-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/ITip/SameOrganizerForAllComponentsException.php b/lib/ITip/SameOrganizerForAllComponentsException.php
index 759d1ca..d8af031 100644
--- a/lib/ITip/SameOrganizerForAllComponentsException.php
+++ b/lib/ITip/SameOrganizerForAllComponentsException.php
@@ -9,7 +9,7 @@ namespace Sabre\VObject\ITip;
* component (e.g.: exceptions), but the organizer is not identical in every
* component.
*
- * @copyright Copyright (C) 2011-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/Node.php b/lib/Node.php
index 77d3dc6..5735e30 100644
--- a/lib/Node.php
+++ b/lib/Node.php
@@ -5,7 +5,7 @@ namespace Sabre\VObject;
/**
* A node is the root class for every element in an iCalendar of vCard object.
*
- * @copyright Copyright (C) 2011-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/Parameter.php b/lib/Parameter.php
index ab4261a..fb88a00 100644
--- a/lib/Parameter.php
+++ b/lib/Parameter.php
@@ -13,7 +13,7 @@ use
* DTSTART;VALUE=DATE:20101108
* VALUE=DATE would be the parameter name and value.
*
- * @copyright Copyright (C) 2011-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/ParseException.php b/lib/ParseException.php
index 0327d10..d96d207 100644
--- a/lib/ParseException.php
+++ b/lib/ParseException.php
@@ -5,7 +5,7 @@ namespace Sabre\VObject;
/**
* Exception thrown by Reader if an invalid object was attempted to be parsed.
*
- * @copyright Copyright (C) 2011-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/Parser/Json.php b/lib/Parser/Json.php
index 742cda0..50e2af2 100644
--- a/lib/Parser/Json.php
+++ b/lib/Parser/Json.php
@@ -13,7 +13,7 @@ use
*
* This parser parses both the jCal and jCard formats.
*
- * @copyright Copyright (C) 2011-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/Parser/MimeDir.php b/lib/Parser/MimeDir.php
index 1b87374..e7fa2ed 100644
--- a/lib/Parser/MimeDir.php
+++ b/lib/Parser/MimeDir.php
@@ -19,7 +19,7 @@ use
* Sabre\VObject\Component\VCalendar
* Sabre\VObject\Component\VCard
*
- * @copyright Copyright (C) 2011-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/Parser/Parser.php b/lib/Parser/Parser.php
index 7624094..dcaa38a 100644
--- a/lib/Parser/Parser.php
+++ b/lib/Parser/Parser.php
@@ -7,7 +7,7 @@ namespace Sabre\VObject\Parser;
*
* This class serves as a base-class for the different parsers.
*
- * @copyright Copyright (C) 2011-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/Property.php b/lib/Property.php
index 58cf795..73686bc 100644
--- a/lib/Property.php
+++ b/lib/Property.php
@@ -8,7 +8,7 @@ namespace Sabre\VObject;
* A property is always in a KEY:VALUE structure, and may optionally contain
* parameters.
*
- * @copyright Copyright (C) 2011-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/Property/Binary.php b/lib/Property/Binary.php
index 41bfaf8..c55467e 100644
--- a/lib/Property/Binary.php
+++ b/lib/Property/Binary.php
@@ -16,7 +16,7 @@ use
*
* This property will transparently encode and decode to base64.
*
- * @copyright Copyright (C) 2011-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/Property/Boolean.php b/lib/Property/Boolean.php
index 262468c..255dc3c 100644
--- a/lib/Property/Boolean.php
+++ b/lib/Property/Boolean.php
@@ -13,7 +13,7 @@ use
*
* Automatic conversion to PHP's true and false are done.
*
- * @copyright Copyright (C) 2011-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/Property/FlatText.php b/lib/Property/FlatText.php
index 146969c..5800d29 100644
--- a/lib/Property/FlatText.php
+++ b/lib/Property/FlatText.php
@@ -18,7 +18,7 @@ namespace Sabre\VObject\Property;
* vCard 4.0 states something similar. An unescaped semi-colon _may_ be a
* delimiter, depending on the property.
*
- * @copyright Copyright (C) 2011-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/Property/Float.php b/lib/Property/Float.php
index 25bcd3d..4637674 100644
--- a/lib/Property/Float.php
+++ b/lib/Property/Float.php
@@ -11,7 +11,7 @@ use
* This object represents FLOAT values. These can be 1 or more floating-point
* numbers.
*
- * @copyright Copyright (C) 2011-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/Property/ICalendar/CalAddress.php b/lib/Property/ICalendar/CalAddress.php
index b7c47ce..03a34c8 100644
--- a/lib/Property/ICalendar/CalAddress.php
+++ b/lib/Property/ICalendar/CalAddress.php
@@ -10,7 +10,7 @@ use
*
* This object encodes CAL-ADDRESS values, as defined in rfc5545
*
- * @copyright Copyright (C) 2011-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/Property/ICalendar/Date.php b/lib/Property/ICalendar/Date.php
index 1a238e9..95fdd17 100644
--- a/lib/Property/ICalendar/Date.php
+++ b/lib/Property/ICalendar/Date.php
@@ -9,7 +9,7 @@ namespace Sabre\VObject\Property\ICalendar;
*
* http://tools.ietf.org/html/rfc5545#section-3.3.5
*
- * @copyright Copyright (C) 2011-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/Property/ICalendar/DateTime.php b/lib/Property/ICalendar/DateTime.php
index 160eda4..2bd845f 100644
--- a/lib/Property/ICalendar/DateTime.php
+++ b/lib/Property/ICalendar/DateTime.php
@@ -18,7 +18,7 @@ use Sabre\VObject\TimeZoneUtil;
* cases represent a DATE value. This is because it's a common usecase to be
* able to change a DATE-TIME into a DATE.
*
- * @copyright Copyright (C) 2011-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/Property/ICalendar/Duration.php b/lib/Property/ICalendar/Duration.php
index c2988f1..1567958 100644
--- a/lib/Property/ICalendar/Duration.php
+++ b/lib/Property/ICalendar/Duration.php
@@ -14,7 +14,7 @@ use
*
* http://tools.ietf.org/html/rfc5545#section-3.3.6
*
- * @copyright Copyright (C) 2011-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/Property/ICalendar/Period.php b/lib/Property/ICalendar/Period.php
index fb9bf07..d9f6293 100644
--- a/lib/Property/ICalendar/Period.php
+++ b/lib/Property/ICalendar/Period.php
@@ -14,7 +14,7 @@ use
*
* http://tools.ietf.org/html/rfc5545#section-3.8.2.6
*
- * @copyright Copyright (C) 2011-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/Property/ICalendar/Recur.php b/lib/Property/ICalendar/Recur.php
index 1cce502..6cdb2b7 100644
--- a/lib/Property/ICalendar/Recur.php
+++ b/lib/Property/ICalendar/Recur.php
@@ -19,7 +19,7 @@ use
* This property exposes this as a key=>value array that is accessible using
* getParts, and may be set using setParts.
*
- * @copyright Copyright (C) 2011-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/Property/Integer.php b/lib/Property/Integer.php
index db00015..91c32c9 100644
--- a/lib/Property/Integer.php
+++ b/lib/Property/Integer.php
@@ -11,7 +11,7 @@ use
* This object represents INTEGER values. These are always a single integer.
* They may be preceeded by either + or -.
*
- * @copyright Copyright (C) 2011-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/Property/Text.php b/lib/Property/Text.php
index f23dc86..ffd4c4b 100644
--- a/lib/Property/Text.php
+++ b/lib/Property/Text.php
@@ -13,7 +13,7 @@ use
*
* This object represents TEXT values.
*
- * @copyright Copyright (C) 2011-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/Property/Time.php b/lib/Property/Time.php
index fa19f97..33e76c7 100644
--- a/lib/Property/Time.php
+++ b/lib/Property/Time.php
@@ -9,7 +9,7 @@ use Sabre\VObject\DateTimeParser;
*
* This object encodes TIME values.
*
- * @copyright Copyright (C) 2011-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/Property/Unknown.php b/lib/Property/Unknown.php
index 8227983..36a4e43 100644
--- a/lib/Property/Unknown.php
+++ b/lib/Property/Unknown.php
@@ -14,7 +14,7 @@ use
* This object represents any properties not recognized by the parser.
* This type of value has been introduced by the jCal, jCard specs.
*
- * @copyright Copyright (C) 2011-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/Property/Uri.php b/lib/Property/Uri.php
index e1a5833..33e63d1 100644
--- a/lib/Property/Uri.php
+++ b/lib/Property/Uri.php
@@ -9,7 +9,7 @@ use Sabre\VObject\Property;
*
* This object encodes URI values. vCard 2.1 calls these URL.
*
- * @copyright Copyright (C) 2011-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/Property/UtcOffset.php b/lib/Property/UtcOffset.php
index c49510b..185ab82 100644
--- a/lib/Property/UtcOffset.php
+++ b/lib/Property/UtcOffset.php
@@ -7,7 +7,7 @@ namespace Sabre\VObject\Property;
*
* This object encodes UTC-OFFSET values.
*
- * @copyright Copyright (C) 2011-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/Property/VCard/Date.php b/lib/Property/VCard/Date.php
index 328c9ba..0e5653d 100644
--- a/lib/Property/VCard/Date.php
+++ b/lib/Property/VCard/Date.php
@@ -10,7 +10,7 @@ use
*
* This object encodes vCard DATE values.
*
- * @copyright Copyright (C) 2011-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/Property/VCard/DateAndOrTime.php b/lib/Property/VCard/DateAndOrTime.php
index 8f62bb0..f36868a 100644
--- a/lib/Property/VCard/DateAndOrTime.php
+++ b/lib/Property/VCard/DateAndOrTime.php
@@ -13,7 +13,7 @@ use
*
* This object encodes DATE-AND-OR-TIME values.
*
- * @copyright Copyright (C) 2011-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/Property/VCard/DateTime.php b/lib/Property/VCard/DateTime.php
index 97c19c9..7daad89 100644
--- a/lib/Property/VCard/DateTime.php
+++ b/lib/Property/VCard/DateTime.php
@@ -10,7 +10,7 @@ use
*
* This object encodes DATE-TIME values for vCards.
*
- * @copyright Copyright (C) 2011-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/Property/VCard/LanguageTag.php b/lib/Property/VCard/LanguageTag.php
index a475fcc..c819aad 100644
--- a/lib/Property/VCard/LanguageTag.php
+++ b/lib/Property/VCard/LanguageTag.php
@@ -10,7 +10,7 @@ use
*
* This object represents LANGUAGE-TAG values as used in vCards.
*
- * @copyright Copyright (C) 2011-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/Property/VCard/TimeStamp.php b/lib/Property/VCard/TimeStamp.php
index 70265ce..5f7f498 100644
--- a/lib/Property/VCard/TimeStamp.php
+++ b/lib/Property/VCard/TimeStamp.php
@@ -11,7 +11,7 @@ use
*
* This object encodes TIMESTAMP values.
*
- * @copyright Copyright (C) 2011-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/Reader.php b/lib/Reader.php
index 4bd329b..d61fa51 100644
--- a/lib/Reader.php
+++ b/lib/Reader.php
@@ -8,7 +8,7 @@ namespace Sabre\VObject;
* This object provides a few (static) convenience methods to quickly access
* the parsers.
*
- * @copyright Copyright (C) 2011-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/Recur/EventIterator.php b/lib/Recur/EventIterator.php
index e5b5d87..64f5101 100644
--- a/lib/Recur/EventIterator.php
+++ b/lib/Recur/EventIterator.php
@@ -50,7 +50,7 @@ use Sabre\VObject\Component\VEvent;
*
* The recurrence iterator also does not yet support THISANDFUTURE.
*
- * @copyright Copyright (C) 2011-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/Recur/NoInstancesException.php b/lib/Recur/NoInstancesException.php
index 6cf892b..8f8bb47 100644
--- a/lib/Recur/NoInstancesException.php
+++ b/lib/Recur/NoInstancesException.php
@@ -9,7 +9,7 @@ use Exception;
*
* This may happen when every occurence in a rrule is also in EXDATE.
*
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
diff --git a/lib/Recur/RDateIterator.php b/lib/Recur/RDateIterator.php
index f379668..14e6d67 100644
--- a/lib/Recur/RDateIterator.php
+++ b/lib/Recur/RDateIterator.php
@@ -17,7 +17,7 @@ use Sabre\VObject\DateTimeParser;
* For instance, passing: FREQ=DAILY;LIMIT=5 will cause the iterator to contain
* 5 items, one for each day.
*
- * @copyright Copyright (C) 2011-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/Recur/RRuleIterator.php b/lib/Recur/RRuleIterator.php
index 41a96dc..eda411d 100644
--- a/lib/Recur/RRuleIterator.php
+++ b/lib/Recur/RRuleIterator.php
@@ -18,7 +18,7 @@ use Sabre\VObject\Property;
* For instance, passing: FREQ=DAILY;LIMIT=5 will cause the iterator to contain
* 5 items, one for each day.
*
- * @copyright Copyright (C) 2011-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/RecurrenceIterator.php b/lib/RecurrenceIterator.php
index 92ea03f..3af86b0 100644
--- a/lib/RecurrenceIterator.php
+++ b/lib/RecurrenceIterator.php
@@ -10,7 +10,7 @@ use Sabre\VObject\Recur\EventIterator;
* This class is deprecated. Use Sabre\VObject\Recur\EventIterator instead.
* This class will be removed from a future version.
*
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @deprecated
* @license http://sabre.io/license Modified BSD License
diff --git a/lib/Splitter/ICalendar.php b/lib/Splitter/ICalendar.php
index 833df6d..a39823a 100644
--- a/lib/Splitter/ICalendar.php
+++ b/lib/Splitter/ICalendar.php
@@ -15,7 +15,7 @@ use
* calendar-objects inside. Objects with identical UID's will be combined into
* a single object.
*
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Dominik Tobschall
* @author Armin Hackmann
* @license http://sabre.io/license/ Modified BSD License
diff --git a/lib/Splitter/SplitterInterface.php b/lib/Splitter/SplitterInterface.php
index c41b412..f50544a 100644
--- a/lib/Splitter/SplitterInterface.php
+++ b/lib/Splitter/SplitterInterface.php
@@ -11,7 +11,7 @@ namespace Sabre\VObject\Splitter;
* This is for example for Card and CalDAV, which require every event and vcard
* to exist in their own objects, instead of one large one.
*
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Dominik Tobschall
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/lib/Splitter/VCard.php b/lib/Splitter/VCard.php
index f474174..2d3e19a 100644
--- a/lib/Splitter/VCard.php
+++ b/lib/Splitter/VCard.php
@@ -15,7 +15,7 @@ use
* class checks for BEGIN:VCARD and END:VCARD and parses each encountered
* component individually.
*
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Dominik Tobschall
* @author Armin Hackmann
* @license http://sabre.io/license/ Modified BSD License
diff --git a/lib/StringUtil.php b/lib/StringUtil.php
index 3354abe..1ecb6d1 100644
--- a/lib/StringUtil.php
+++ b/lib/StringUtil.php
@@ -5,7 +5,7 @@ namespace Sabre\VObject;
/**
* Useful utilities for working with various strings.
*
- * @copyright Copyright (C) 2011-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/TimeZoneUtil.php b/lib/TimeZoneUtil.php
index db3e25f..97b9c99 100644
--- a/lib/TimeZoneUtil.php
+++ b/lib/TimeZoneUtil.php
@@ -7,7 +7,7 @@ namespace Sabre\VObject;
*
* This file translates well-known time zone names into "Olson database" time zone names.
*
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Frank Edelhaeuser (fedel at users.sourceforge.net)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
diff --git a/lib/UUIDUtil.php b/lib/UUIDUtil.php
index 992da0d..dbeaf77 100644
--- a/lib/UUIDUtil.php
+++ b/lib/UUIDUtil.php
@@ -9,7 +9,7 @@ namespace Sabre\VObject;
* UUIDs are used a decent amount within various *DAV standards, so it made
* sense to include it.
*
- * @copyright Copyright (C) 2011-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/VCardConverter.php b/lib/VCardConverter.php
index 1bf3c5b..24ac66b 100644
--- a/lib/VCardConverter.php
+++ b/lib/VCardConverter.php
@@ -5,7 +5,7 @@ namespace Sabre\VObject;
/**
* This utility converts vcards from one version to another.
*
- * @copyright Copyright (C) 2011-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/Version.php b/lib/Version.php
index 90e6304..070fbdf 100644
--- a/lib/Version.php
+++ b/lib/Version.php
@@ -5,7 +5,7 @@ namespace Sabre\VObject;
/**
* This class contains the version number for the VObject package
*
- * @copyright Copyright (C) 2011-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/timezonedata/exchangezones.php b/lib/timezonedata/exchangezones.php
index 5dadb18..9ff1d08 100644
--- a/lib/timezonedata/exchangezones.php
+++ b/lib/timezonedata/exchangezones.php
@@ -8,7 +8,7 @@
* Correct timezones deduced with help from:
* http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
*
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
return array(
diff --git a/lib/timezonedata/lotuszones.php b/lib/timezonedata/lotuszones.php
index 4de6909..19b79f9 100644
--- a/lib/timezonedata/lotuszones.php
+++ b/lib/timezonedata/lotuszones.php
@@ -4,7 +4,7 @@
* The following list are timezone names that could be generated by
* Lotus / Domino
*
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
return array(
diff --git a/lib/timezonedata/php-bc.php b/lib/timezonedata/php-bc.php
index 7ef44ff..e9506cf 100644
--- a/lib/timezonedata/php-bc.php
+++ b/lib/timezonedata/php-bc.php
@@ -11,7 +11,7 @@
* directly, we use this file because DateTimeZone::ALL_WITH_BC is not properly
* supported by all PHP version and HHVM.
*
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
return array(
diff --git a/lib/timezonedata/php-workaround.php b/lib/timezonedata/php-workaround.php
index 08e2144..6f639a3 100644
--- a/lib/timezonedata/php-workaround.php
+++ b/lib/timezonedata/php-workaround.php
@@ -10,7 +10,7 @@
* Some more info here:
* http://evertpot.com/php-5-5-10-timezone-changes/
*
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
return array(
diff --git a/lib/timezonedata/windowszones.php b/lib/timezonedata/windowszones.php
index 62bc939..2d6dde6 100644
--- a/lib/timezonedata/windowszones.php
+++ b/lib/timezonedata/windowszones.php
@@ -6,7 +6,7 @@
* Last update: 2015-01-30T15:01:05-05:00
* Source: http://unicode.org/repos/cldr/trunk/common/supplemental/windowsZones.xml
*
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
diff --git a/tests/VObject/ITip/BrokerTester.php b/tests/VObject/ITip/BrokerTester.php
index b9b26cf..54c1702 100644
--- a/tests/VObject/ITip/BrokerTester.php
+++ b/tests/VObject/ITip/BrokerTester.php
@@ -7,7 +7,7 @@ use Sabre\VObject\Reader;
/**
* Utilities for testing the broker
*
- * @copyright Copyright (C) 2011-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-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list