[Pkg-owncloud-commits] [php-sabre-vobject] 44/128: Happy 2014!

David Prévot taffit at moszumanska.debian.org
Tue May 20 23:11:01 UTC 2014


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 fa2459ea0e7ecc2ac12595730046de49411cb3b0
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Wed Jan 22 20:29:45 2014 -0500

    Happy 2014!
---
 lib/Sabre/VObject/Cli.php                           | 2 +-
 lib/Sabre/VObject/Component.php                     | 2 +-
 lib/Sabre/VObject/Component/VAlarm.php              | 2 +-
 lib/Sabre/VObject/Component/VCalendar.php           | 2 +-
 lib/Sabre/VObject/Component/VCard.php               | 2 +-
 lib/Sabre/VObject/Component/VEvent.php              | 2 +-
 lib/Sabre/VObject/Component/VFreeBusy.php           | 2 +-
 lib/Sabre/VObject/Component/VJournal.php            | 2 +-
 lib/Sabre/VObject/Component/VTodo.php               | 2 +-
 lib/Sabre/VObject/DateTimeParser.php                | 2 +-
 lib/Sabre/VObject/Document.php                      | 2 +-
 lib/Sabre/VObject/ElementList.php                   | 2 +-
 lib/Sabre/VObject/EofException.php                  | 2 +-
 lib/Sabre/VObject/FreeBusyGenerator.php             | 2 +-
 lib/Sabre/VObject/Node.php                          | 2 +-
 lib/Sabre/VObject/Parameter.php                     | 4 ++--
 lib/Sabre/VObject/ParseException.php                | 2 +-
 lib/Sabre/VObject/Parser/Json.php                   | 2 +-
 lib/Sabre/VObject/Parser/MimeDir.php                | 2 +-
 lib/Sabre/VObject/Parser/Parser.php                 | 2 +-
 lib/Sabre/VObject/Property.php                      | 2 +-
 lib/Sabre/VObject/Property/Binary.php               | 2 +-
 lib/Sabre/VObject/Property/Boolean.php              | 2 +-
 lib/Sabre/VObject/Property/FlatText.php             | 2 +-
 lib/Sabre/VObject/Property/Float.php                | 2 +-
 lib/Sabre/VObject/Property/ICalendar/CalAddress.php | 2 +-
 lib/Sabre/VObject/Property/ICalendar/Date.php       | 2 +-
 lib/Sabre/VObject/Property/ICalendar/DateTime.php   | 2 +-
 lib/Sabre/VObject/Property/ICalendar/Duration.php   | 2 +-
 lib/Sabre/VObject/Property/ICalendar/Period.php     | 2 +-
 lib/Sabre/VObject/Property/ICalendar/Recur.php      | 2 +-
 lib/Sabre/VObject/Property/Integer.php              | 2 +-
 lib/Sabre/VObject/Property/Text.php                 | 2 +-
 lib/Sabre/VObject/Property/Time.php                 | 2 +-
 lib/Sabre/VObject/Property/Unknown.php              | 2 +-
 lib/Sabre/VObject/Property/Uri.php                  | 2 +-
 lib/Sabre/VObject/Property/UtcOffset.php            | 2 +-
 lib/Sabre/VObject/Property/VCard/Date.php           | 2 +-
 lib/Sabre/VObject/Property/VCard/DateAndOrTime.php  | 2 +-
 lib/Sabre/VObject/Property/VCard/DateTime.php       | 2 +-
 lib/Sabre/VObject/Property/VCard/LanguageTag.php    | 2 +-
 lib/Sabre/VObject/Property/VCard/TimeStamp.php      | 2 +-
 lib/Sabre/VObject/Reader.php                        | 2 +-
 lib/Sabre/VObject/RecurrenceIterator.php            | 2 +-
 lib/Sabre/VObject/Splitter/ICalendar.php            | 2 +-
 lib/Sabre/VObject/Splitter/SplitterInterface.php    | 2 +-
 lib/Sabre/VObject/Splitter/VCard.php                | 2 +-
 lib/Sabre/VObject/StringUtil.php                    | 2 +-
 lib/Sabre/VObject/TimeZoneUtil.php                  | 2 +-
 lib/Sabre/VObject/VCardConverter.php                | 2 +-
 lib/Sabre/VObject/Version.php                       | 2 +-
 lib/Sabre/VObject/includes.php                      | 2 +-
 lib/Sabre/VObject/timezonedata/exchangezones.php    | 2 +-
 lib/Sabre/VObject/timezonedata/lotuszones.php       | 2 +-
 lib/Sabre/VObject/timezonedata/windowszones.php     | 2 +-
 55 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/lib/Sabre/VObject/Cli.php b/lib/Sabre/VObject/Cli.php
index 9118988..4eb1094 100644
--- a/lib/Sabre/VObject/Cli.php
+++ b/lib/Sabre/VObject/Cli.php
@@ -8,7 +8,7 @@ use
 /**
  * This is the CLI interface for sabre-vobject.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Component.php b/lib/Sabre/VObject/Component.php
index 72428cb..65f9dc1 100644
--- a/lib/Sabre/VObject/Component.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Component/VAlarm.php b/lib/Sabre/VObject/Component/VAlarm.php
index 2f86c44..1308671 100644
--- a/lib/Sabre/VObject/Component/VAlarm.php
+++ b/lib/Sabre/VObject/Component/VAlarm.php
@@ -8,7 +8,7 @@ use Sabre\VObject;
  *
  * This component contains some additional functionality specific for VALARMs.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Component/VCalendar.php b/lib/Sabre/VObject/Component/VCalendar.php
index 6ae2068..fde24d5 100644
--- a/lib/Sabre/VObject/Component/VCalendar.php
+++ b/lib/Sabre/VObject/Component/VCalendar.php
@@ -11,7 +11,7 @@ use
  *
  * This component adds functionality to a component, specific for a VCALENDAR.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Component/VCard.php b/lib/Sabre/VObject/Component/VCard.php
index 69eb8d4..8c1a409 100644
--- a/lib/Sabre/VObject/Component/VCard.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Component/VEvent.php b/lib/Sabre/VObject/Component/VEvent.php
index 0ce2045..e0a9340 100644
--- a/lib/Sabre/VObject/Component/VEvent.php
+++ b/lib/Sabre/VObject/Component/VEvent.php
@@ -8,7 +8,7 @@ use Sabre\VObject;
  *
  * This component contains some additional functionality specific for VEVENT's.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Component/VFreeBusy.php b/lib/Sabre/VObject/Component/VFreeBusy.php
index 7afe9fd..d86295f 100644
--- a/lib/Sabre/VObject/Component/VFreeBusy.php
+++ b/lib/Sabre/VObject/Component/VFreeBusy.php
@@ -10,7 +10,7 @@ use Sabre\VObject;
  * This component adds functionality to a component, specific for VFREEBUSY
  * components.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Component/VJournal.php b/lib/Sabre/VObject/Component/VJournal.php
index 0e561a1..8ec7c5f 100644
--- a/lib/Sabre/VObject/Component/VJournal.php
+++ b/lib/Sabre/VObject/Component/VJournal.php
@@ -9,7 +9,7 @@ use Sabre\VObject;
  *
  * This component contains some additional functionality specific for VJOURNALs.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Component/VTodo.php b/lib/Sabre/VObject/Component/VTodo.php
index b1579cf..d76eea7 100644
--- a/lib/Sabre/VObject/Component/VTodo.php
+++ b/lib/Sabre/VObject/Component/VTodo.php
@@ -9,7 +9,7 @@ use Sabre\VObject;
  *
  * This component contains some additional functionality specific for VTODOs.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/DateTimeParser.php b/lib/Sabre/VObject/DateTimeParser.php
index 3fc4947..ce6f1b6 100644
--- a/lib/Sabre/VObject/DateTimeParser.php
+++ b/lib/Sabre/VObject/DateTimeParser.php
@@ -8,7 +8,7 @@ namespace Sabre\VObject;
  * This class is responsible for parsing the several different date and time
  * formats iCalendar and vCards have.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Document.php b/lib/Sabre/VObject/Document.php
index eaea26c..45fd62c 100644
--- a/lib/Sabre/VObject/Document.php
+++ b/lib/Sabre/VObject/Document.php
@@ -12,7 +12,7 @@ namespace Sabre\VObject;
  *
  * This class also provides a registry for document types.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/ElementList.php b/lib/Sabre/VObject/ElementList.php
index 1c20370..9b3c49d 100644
--- a/lib/Sabre/VObject/ElementList.php
+++ b/lib/Sabre/VObject/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) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/EofException.php b/lib/Sabre/VObject/EofException.php
index e1f2284..1bd0015 100644
--- a/lib/Sabre/VObject/EofException.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/FreeBusyGenerator.php b/lib/Sabre/VObject/FreeBusyGenerator.php
index a13497a..4b6ab4d 100644
--- a/lib/Sabre/VObject/FreeBusyGenerator.php
+++ b/lib/Sabre/VObject/FreeBusyGenerator.php
@@ -15,7 +15,7 @@ use
  * 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) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Node.php b/lib/Sabre/VObject/Node.php
index 3260a8c..365eefb 100644
--- a/lib/Sabre/VObject/Node.php
+++ b/lib/Sabre/VObject/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) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Parameter.php b/lib/Sabre/VObject/Parameter.php
index 3f482e0..f991de0 100644
--- a/lib/Sabre/VObject/Parameter.php
+++ b/lib/Sabre/VObject/Parameter.php
@@ -13,7 +13,7 @@ use
  *   DTSTART;VALUE=DATE:20101108
  * VALUE=DATE would be the parameter name and value.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
@@ -65,7 +65,7 @@ class Parameter extends Node {
      * Try to guess property name by value, can be used for vCard 2.1 nameless parameters.
      *
      * Figuring out what the name should have been. Note that a ton of
-     * these are rather silly in 2013 and would probably rarely be
+     * these are rather silly in 2014 and would probably rarely be
      * used, but we like to be complete.
      *
      * @param string $value
diff --git a/lib/Sabre/VObject/ParseException.php b/lib/Sabre/VObject/ParseException.php
index 66b49c6..90fd52c 100644
--- a/lib/Sabre/VObject/ParseException.php
+++ b/lib/Sabre/VObject/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) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Parser/Json.php b/lib/Sabre/VObject/Parser/Json.php
index b126cb6..a81e781 100644
--- a/lib/Sabre/VObject/Parser/Json.php
+++ b/lib/Sabre/VObject/Parser/Json.php
@@ -13,7 +13,7 @@ use
  *
  * This parser parses both the jCal and jCard formats.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Parser/MimeDir.php b/lib/Sabre/VObject/Parser/MimeDir.php
index eb0e21e..672b237 100644
--- a/lib/Sabre/VObject/Parser/MimeDir.php
+++ b/lib/Sabre/VObject/Parser/MimeDir.php
@@ -17,7 +17,7 @@ use
  *
  * The array is identical to the format jCard/jCal use.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Parser/Parser.php b/lib/Sabre/VObject/Parser/Parser.php
index c859e5a..87b9143 100644
--- a/lib/Sabre/VObject/Parser/Parser.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property.php b/lib/Sabre/VObject/Property.php
index d04a05c..6038f0a 100644
--- a/lib/Sabre/VObject/Property.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/Binary.php b/lib/Sabre/VObject/Property/Binary.php
index 8c8770d..7abbbcb 100644
--- a/lib/Sabre/VObject/Property/Binary.php
+++ b/lib/Sabre/VObject/Property/Binary.php
@@ -16,7 +16,7 @@ use
  *
  * This property will transparently encode and decode to base64.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/Boolean.php b/lib/Sabre/VObject/Property/Boolean.php
index 840519f..40ac994 100644
--- a/lib/Sabre/VObject/Property/Boolean.php
+++ b/lib/Sabre/VObject/Property/Boolean.php
@@ -13,7 +13,7 @@ use
  *
  * Automatic conversion to PHP's true and false are done.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/FlatText.php b/lib/Sabre/VObject/Property/FlatText.php
index 20c6f1c..8bffc7a 100644
--- a/lib/Sabre/VObject/Property/FlatText.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/Float.php b/lib/Sabre/VObject/Property/Float.php
index bdfc1fa..4f130d7 100644
--- a/lib/Sabre/VObject/Property/Float.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/ICalendar/CalAddress.php b/lib/Sabre/VObject/Property/ICalendar/CalAddress.php
index f1c1af0..b393902 100644
--- a/lib/Sabre/VObject/Property/ICalendar/CalAddress.php
+++ b/lib/Sabre/VObject/Property/ICalendar/CalAddress.php
@@ -10,7 +10,7 @@ use
  *
  * This object encodes CAL-ADDRESS values, as defined in rfc5545
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/ICalendar/Date.php b/lib/Sabre/VObject/Property/ICalendar/Date.php
index 095923c..fda9c0e 100644
--- a/lib/Sabre/VObject/Property/ICalendar/Date.php
+++ b/lib/Sabre/VObject/Property/ICalendar/Date.php
@@ -15,7 +15,7 @@ use
  *
  * http://tools.ietf.org/html/rfc5545#section-3.3.5
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/ICalendar/DateTime.php b/lib/Sabre/VObject/Property/ICalendar/DateTime.php
index f088f53..872962a 100644
--- a/lib/Sabre/VObject/Property/ICalendar/DateTime.php
+++ b/lib/Sabre/VObject/Property/ICalendar/DateTime.php
@@ -19,7 +19,7 @@ use
  * 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-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/ICalendar/Duration.php b/lib/Sabre/VObject/Property/ICalendar/Duration.php
index 9513405..1a2562b 100644
--- a/lib/Sabre/VObject/Property/ICalendar/Duration.php
+++ b/lib/Sabre/VObject/Property/ICalendar/Duration.php
@@ -14,7 +14,7 @@ use
  *
  * http://tools.ietf.org/html/rfc5545#section-3.3.6
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/ICalendar/Period.php b/lib/Sabre/VObject/Property/ICalendar/Period.php
index eb4dd18..0adadbe 100644
--- a/lib/Sabre/VObject/Property/ICalendar/Period.php
+++ b/lib/Sabre/VObject/Property/ICalendar/Period.php
@@ -14,7 +14,7 @@ use
  *
  * http://tools.ietf.org/html/rfc5545#section-3.8.2.6
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/ICalendar/Recur.php b/lib/Sabre/VObject/Property/ICalendar/Recur.php
index 2544641..dc6aaf3 100644
--- a/lib/Sabre/VObject/Property/ICalendar/Recur.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/Integer.php b/lib/Sabre/VObject/Property/Integer.php
index 9b6ab64..70095f9 100644
--- a/lib/Sabre/VObject/Property/Integer.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/Text.php b/lib/Sabre/VObject/Property/Text.php
index dc1ee57..974c5a4 100644
--- a/lib/Sabre/VObject/Property/Text.php
+++ b/lib/Sabre/VObject/Property/Text.php
@@ -13,7 +13,7 @@ use
  *
  * This object represents TEXT values.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/Time.php b/lib/Sabre/VObject/Property/Time.php
index 35fc01d..bcd62d4 100644
--- a/lib/Sabre/VObject/Property/Time.php
+++ b/lib/Sabre/VObject/Property/Time.php
@@ -9,7 +9,7 @@ use Sabre\VObject\DateTimeParser;
  *
  * This object encodes TIME values.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/Unknown.php b/lib/Sabre/VObject/Property/Unknown.php
index 395c750..67353fd 100644
--- a/lib/Sabre/VObject/Property/Unknown.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/Uri.php b/lib/Sabre/VObject/Property/Uri.php
index c5a0e4b..68fd416 100644
--- a/lib/Sabre/VObject/Property/Uri.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/UtcOffset.php b/lib/Sabre/VObject/Property/UtcOffset.php
index 4a1ffb1..993b3ce 100644
--- a/lib/Sabre/VObject/Property/UtcOffset.php
+++ b/lib/Sabre/VObject/Property/UtcOffset.php
@@ -7,7 +7,7 @@ namespace Sabre\VObject\Property;
  *
  * This object encodes UTC-OFFSET values.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/VCard/Date.php b/lib/Sabre/VObject/Property/VCard/Date.php
index 2535637..6c5e4d9 100644
--- a/lib/Sabre/VObject/Property/VCard/Date.php
+++ b/lib/Sabre/VObject/Property/VCard/Date.php
@@ -10,7 +10,7 @@ use
  *
  * This object encodes vCard DATE values.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/VCard/DateAndOrTime.php b/lib/Sabre/VObject/Property/VCard/DateAndOrTime.php
index 805e5c3..1f05a80 100644
--- a/lib/Sabre/VObject/Property/VCard/DateAndOrTime.php
+++ b/lib/Sabre/VObject/Property/VCard/DateAndOrTime.php
@@ -11,7 +11,7 @@ use
  *
  * This object encodes DATE-AND-OR-TIME values.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/VCard/DateTime.php b/lib/Sabre/VObject/Property/VCard/DateTime.php
index 759c407..cc3484d 100644
--- a/lib/Sabre/VObject/Property/VCard/DateTime.php
+++ b/lib/Sabre/VObject/Property/VCard/DateTime.php
@@ -10,7 +10,7 @@ use
  *
  * This object encodes DATE-TIME values for vCards.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/VCard/LanguageTag.php b/lib/Sabre/VObject/Property/VCard/LanguageTag.php
index ad5bb41..105dcbf 100644
--- a/lib/Sabre/VObject/Property/VCard/LanguageTag.php
+++ b/lib/Sabre/VObject/Property/VCard/LanguageTag.php
@@ -10,7 +10,7 @@ use
  *
  * This object represents LANGUAGE-TAG values as used in vCards.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Property/VCard/TimeStamp.php b/lib/Sabre/VObject/Property/VCard/TimeStamp.php
index 458451e..ada0de5 100644
--- a/lib/Sabre/VObject/Property/VCard/TimeStamp.php
+++ b/lib/Sabre/VObject/Property/VCard/TimeStamp.php
@@ -11,7 +11,7 @@ use
  *
  * This object encodes TIMESTAMP values.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Reader.php b/lib/Sabre/VObject/Reader.php
index 33d6260..7874648 100644
--- a/lib/Sabre/VObject/Reader.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/RecurrenceIterator.php b/lib/Sabre/VObject/RecurrenceIterator.php
index 8a3a1b1..838c07a 100644
--- a/lib/Sabre/VObject/RecurrenceIterator.php
+++ b/lib/Sabre/VObject/RecurrenceIterator.php
@@ -44,7 +44,7 @@ namespace Sabre\VObject;
  *
  * The recurrence iterator also does not yet support THISANDFUTURE.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Splitter/ICalendar.php b/lib/Sabre/VObject/Splitter/ICalendar.php
index 62e5048..6d60585 100644
--- a/lib/Sabre/VObject/Splitter/ICalendar.php
+++ b/lib/Sabre/VObject/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) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Dominik Tobschall
  * @author Armin Hackmann
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
diff --git a/lib/Sabre/VObject/Splitter/SplitterInterface.php b/lib/Sabre/VObject/Splitter/SplitterInterface.php
index c012688..121fcb1 100644
--- a/lib/Sabre/VObject/Splitter/SplitterInterface.php
+++ b/lib/Sabre/VObject/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) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Dominik Tobschall
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Splitter/VCard.php b/lib/Sabre/VObject/Splitter/VCard.php
index 8d41ae3..1c83932 100644
--- a/lib/Sabre/VObject/Splitter/VCard.php
+++ b/lib/Sabre/VObject/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) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Dominik Tobschall
  * @author Armin Hackmann
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
diff --git a/lib/Sabre/VObject/StringUtil.php b/lib/Sabre/VObject/StringUtil.php
index ea88e1e..3d69a02 100644
--- a/lib/Sabre/VObject/StringUtil.php
+++ b/lib/Sabre/VObject/StringUtil.php
@@ -5,7 +5,7 @@ namespace Sabre\VObject;
 /**
  * Useful utilities for working with various strings.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/TimeZoneUtil.php b/lib/Sabre/VObject/TimeZoneUtil.php
index 9cf5563..920a6b8 100644
--- a/lib/Sabre/VObject/TimeZoneUtil.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Frank Edelhaeuser (fedel at users.sourceforge.net)
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
diff --git a/lib/Sabre/VObject/VCardConverter.php b/lib/Sabre/VObject/VCardConverter.php
index ffb0f9e..930b8c5 100644
--- a/lib/Sabre/VObject/VCardConverter.php
+++ b/lib/Sabre/VObject/VCardConverter.php
@@ -5,7 +5,7 @@ namespace Sabre\VObject;
 /**
  * This utility converts vcards from one version to another.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Version.php b/lib/Sabre/VObject/Version.php
index 10a1c33..feb9346 100644
--- a/lib/Sabre/VObject/Version.php
+++ b/lib/Sabre/VObject/Version.php
@@ -5,7 +5,7 @@ namespace Sabre\VObject;
 /**
  * This class contains the version number for the VObject package
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/includes.php b/lib/Sabre/VObject/includes.php
index 2f8200f..a78a2f5 100644
--- a/lib/Sabre/VObject/includes.php
+++ b/lib/Sabre/VObject/includes.php
@@ -6,7 +6,7 @@
  * This file includes the entire VObject library in one go.
  * The benefit is that an autoloader is not needed, which is often faster.
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @author Evert Pot (http://evertpot.com/)
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
diff --git a/lib/Sabre/VObject/timezonedata/exchangezones.php b/lib/Sabre/VObject/timezonedata/exchangezones.php
index 5a57945..cd86197 100644
--- a/lib/Sabre/VObject/timezonedata/exchangezones.php
+++ b/lib/Sabre/VObject/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-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
 return array(
diff --git a/lib/Sabre/VObject/timezonedata/lotuszones.php b/lib/Sabre/VObject/timezonedata/lotuszones.php
index a9dd10f..63a2cc8 100644
--- a/lib/Sabre/VObject/timezonedata/lotuszones.php
+++ b/lib/Sabre/VObject/timezonedata/lotuszones.php
@@ -4,7 +4,7 @@
  * The following list are timezone names that could be generated by
  * Lotus / Domino
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
  */
 return array(
diff --git a/lib/Sabre/VObject/timezonedata/windowszones.php b/lib/Sabre/VObject/timezonedata/windowszones.php
index b8905ea..e6b72b1 100644
--- a/lib/Sabre/VObject/timezonedata/windowszones.php
+++ b/lib/Sabre/VObject/timezonedata/windowszones.php
@@ -6,7 +6,7 @@
  * Last update: 2013-10-15T12:50:14+02:00
  * Source: http://unicode.org/repos/cldr/trunk/common/supplemental/windowsZones.xml
  *
- * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  * @license http://code.google.com/p/sabredav/wiki/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