[Pkg-owncloud-commits] [php-sabre-vobject] 21/43: Happy new year!

David Prévot taffit at moszumanska.debian.org
Sat Jan 10 14:20:15 UTC 2015


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

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit f127baa398992aeeb1293156b38159de5b048f52
Author: Evert Pot <me at evertpot.com>
Date:   Fri Jan 2 18:41:42 2015 -0500

    Happy new year!
---
 lib/Cli.php                                         | 2 +-
 lib/Component.php                                   | 2 +-
 lib/Component/VCalendar.php                         | 2 +-
 lib/Component/VCard.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/EofException.php                                | 2 +-
 lib/ITip/Broker.php                                 | 2 +-
 lib/ITip/ITipException.php                          | 2 +-
 lib/ITip/Message.php                                | 2 +-
 lib/ITip/SameOrganizerForAllComponentsException.php | 2 +-
 lib/Parameter.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/RecurrenceIterator.php                          | 2 +-
 lib/TimeZoneUtil.php                                | 2 +-
 lib/UUIDUtil.php                                    | 2 +-
 lib/VCardConverter.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 +-
 54 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/lib/Cli.php b/lib/Cli.php
index 35d43ce..69cab88 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 60a32f0..c085a4c 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://sabre.io/license/ Modified BSD License
  */
diff --git a/lib/Component/VCalendar.php b/lib/Component/VCalendar.php
index 56c07cf..b0051a3 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 632ddc3..6d30b20 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 f8dd89f..957ec71 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 6c3be7b..dc0d9c6 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 654cd68..11e05dd 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 88a7982..c678575 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 78d209d..3936123 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 bc784b3..4e24b35 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 a256756..865affb 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 2efe563..2596fe0 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 9c55b25..0b18af6 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 1b20188..759d1ca 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 f13bcd0..ab4261a 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 646d601..742cda0 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 8dd2e63..cab4ee3 100644
--- a/lib/Parser/MimeDir.php
+++ b/lib/Parser/MimeDir.php
@@ -17,7 +17,7 @@ use
  *
  * The array is identical to the format jCard/jCal use.
  *
- * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 cbe0e4b..7624094 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 079837f..3e6704c 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 7fdd990..41bfaf8 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 7ef2aa1..262468c 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 00044fa..146969c 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 5b1f17e..25bcd3d 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 f0eb639..b7c47ce 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 85c6676..1a238e9 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 5154b97..e197451 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 05f1420..c2988f1 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 1acd6d6..fb9bf07 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 2df095f..1cce502 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 fbcee70..db00015 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 3cfa84f..f23dc86 100644
--- a/lib/Property/Text.php
+++ b/lib/Property/Text.php
@@ -13,7 +13,7 @@ use
  *
  * This object represents TEXT values.
  *
- * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 a271dce..fa19f97 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 baf7285..8227983 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 ee3e869..e1a5833 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 a7060ee..c49510b 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 cc640e6..7b44d05 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 352e80c..8f62bb0 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 7ce0c91..97c19c9 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 7ccf826..fc6b4a5 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 a05a036..70265ce 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 65a2543..4bd329b 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 4f69f1c..2430545 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 084bdc1..6cf892b 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) 2009-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 3a3fd2a..f379668 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 39caddf..92ea03f 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @deprecated
  * @license http://sabre.io/license Modified BSD License
diff --git a/lib/TimeZoneUtil.php b/lib/TimeZoneUtil.php
index cb2d3a0..db3e25f 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 81cdc7d..992da0d 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 60e78f6..6af04cd 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 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 a56c574..5dadb18 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 15147f5..4de6909 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 cfe0503..7ef44ff 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 d86a98e..08e2144 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) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 6150b44..e45adcc 100644
--- a/lib/timezonedata/windowszones.php
+++ b/lib/timezonedata/windowszones.php
@@ -6,7 +6,7 @@
  * Last update: 2014-10-03T07:58:31-04:00
  * Source: http://unicode.org/repos/cldr/trunk/common/supplemental/windowsZones.xml
  *
- * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 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 a86da03..5049ad0 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) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/) 
  * @license http://sabre.io/license/ Modified BSD License
  */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list