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

David Prévot taffit at moszumanska.debian.org
Sat Jan 10 14:20:14 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 02174970f22022871661739ab00a7ef00dfedae3
Author: Evert Pot <me at evertpot.com>
Date:   Fri Jan 2 18:38:08 2015 -0500

    Happy new year!
---
 LICENSE                                          | 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/FreeBusyGenerator.php          | 2 +-
 lib/Sabre/VObject/Node.php                       | 2 +-
 lib/Sabre/VObject/Parameter.php                  | 2 +-
 lib/Sabre/VObject/ParseException.php             | 2 +-
 lib/Sabre/VObject/Property.php                   | 2 +-
 lib/Sabre/VObject/Property/Compound.php          | 2 +-
 lib/Sabre/VObject/Property/DateTime.php          | 2 +-
 lib/Sabre/VObject/Property/MultiDateTime.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/Version.php                    | 2 +-
 lib/Sabre/VObject/includes.php                   | 2 +-
 29 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/LICENSE b/LICENSE
index 6e1e302..29a5c78 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/)
+Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/)
 
 All rights reserved.
 
diff --git a/lib/Sabre/VObject/Component.php b/lib/Sabre/VObject/Component.php
index 9cdb025..496dd2c 100644
--- a/lib/Sabre/VObject/Component.php
+++ b/lib/Sabre/VObject/Component.php
@@ -9,7 +9,7 @@ namespace Sabre\VObject;
  * VEVENT, VTODO and also VCALENDAR. It starts with BEGIN:COMPONENTNAME and
  * ends with END:COMPONENTNAME
  *
- * @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/Sabre/VObject/Component/VAlarm.php b/lib/Sabre/VObject/Component/VAlarm.php
index 6922f81..bfe97c3 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-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/Sabre/VObject/Component/VCalendar.php b/lib/Sabre/VObject/Component/VCalendar.php
index acf008e..77917a1 100644
--- a/lib/Sabre/VObject/Component/VCalendar.php
+++ b/lib/Sabre/VObject/Component/VCalendar.php
@@ -9,7 +9,7 @@ use Sabre\VObject;
  *
  * 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/Sabre/VObject/Component/VCard.php b/lib/Sabre/VObject/Component/VCard.php
index 25aa187..ada9011 100644
--- a/lib/Sabre/VObject/Component/VCard.php
+++ b/lib/Sabre/VObject/Component/VCard.php
@@ -10,7 +10,7 @@ use Sabre\VObject;
  * 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/Sabre/VObject/Component/VEvent.php b/lib/Sabre/VObject/Component/VEvent.php
index d45b6e2..942c98b 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-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/Sabre/VObject/Component/VFreeBusy.php b/lib/Sabre/VObject/Component/VFreeBusy.php
index 28f9b23..e99cc95 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-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/Sabre/VObject/Component/VJournal.php b/lib/Sabre/VObject/Component/VJournal.php
index 41b57b6..b9e39ca 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-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/Sabre/VObject/Component/VTodo.php b/lib/Sabre/VObject/Component/VTodo.php
index 79a5f83..c6cd73d 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-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/Sabre/VObject/DateTimeParser.php b/lib/Sabre/VObject/DateTimeParser.php
index c7df13c..03356d9 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-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/Sabre/VObject/Document.php b/lib/Sabre/VObject/Document.php
index c74208c..59f5a55 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-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/Sabre/VObject/ElementList.php b/lib/Sabre/VObject/ElementList.php
index 87c3bba..907aae8 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-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/Sabre/VObject/FreeBusyGenerator.php b/lib/Sabre/VObject/FreeBusyGenerator.php
index 9762d15..bd08154 100644
--- a/lib/Sabre/VObject/FreeBusyGenerator.php
+++ b/lib/Sabre/VObject/FreeBusyGenerator.php
@@ -12,7 +12,7 @@ namespace Sabre\VObject;
  * 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-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/Sabre/VObject/Node.php b/lib/Sabre/VObject/Node.php
index de389a0..6ff18c4 100644
--- a/lib/Sabre/VObject/Node.php
+++ b/lib/Sabre/VObject/Node.php
@@ -5,7 +5,7 @@ namespace Sabre\VObject;
 /**
  * Base class for all nodes
  *
- * @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/Sabre/VObject/Parameter.php b/lib/Sabre/VObject/Parameter.php
index 0fd857e..72aaf3c 100644
--- a/lib/Sabre/VObject/Parameter.php
+++ b/lib/Sabre/VObject/Parameter.php
@@ -10,7 +10,7 @@ namespace Sabre\VObject;
  *   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/Sabre/VObject/ParseException.php b/lib/Sabre/VObject/ParseException.php
index d5648d2..a1dd47d 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-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/Sabre/VObject/Property.php b/lib/Sabre/VObject/Property.php
index 2c39d32..84a6094 100644
--- a/lib/Sabre/VObject/Property.php
+++ b/lib/Sabre/VObject/Property.php
@@ -13,7 +13,7 @@ namespace Sabre\VObject;
  *
  * Parameters can be accessed using the ArrayAccess interface.
  *
- * @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/Sabre/VObject/Property/Compound.php b/lib/Sabre/VObject/Property/Compound.php
index bcdd138..10b53f6 100644
--- a/lib/Sabre/VObject/Property/Compound.php
+++ b/lib/Sabre/VObject/Property/Compound.php
@@ -23,7 +23,7 @@ use Sabre\VObject;
  * @author Thomas Tanghus (http://tanghus.net/)
  * @author Lars Kneschke
  * @author Evert Pot (http://evertpot.com/)
- * @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
  */
 class Compound extends VObject\Property {
diff --git a/lib/Sabre/VObject/Property/DateTime.php b/lib/Sabre/VObject/Property/DateTime.php
index 4bdb096..ab83b51 100644
--- a/lib/Sabre/VObject/Property/DateTime.php
+++ b/lib/Sabre/VObject/Property/DateTime.php
@@ -17,7 +17,7 @@ use Sabre\VObject;
  * If you use the 'value' or properties directly, this object does not keep
  * reference and results might appear incorrectly.
  *
- * @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/Sabre/VObject/Property/MultiDateTime.php b/lib/Sabre/VObject/Property/MultiDateTime.php
index fb89fa3..816a703 100644
--- a/lib/Sabre/VObject/Property/MultiDateTime.php
+++ b/lib/Sabre/VObject/Property/MultiDateTime.php
@@ -17,7 +17,7 @@ use Sabre\VObject;
  * If you use the 'value' or properties directly, this object does not keep
  * reference and results might appear incorrectly.
  *
- * @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/Sabre/VObject/Reader.php b/lib/Sabre/VObject/Reader.php
index 5830ab4..1b339c1 100644
--- a/lib/Sabre/VObject/Reader.php
+++ b/lib/Sabre/VObject/Reader.php
@@ -10,7 +10,7 @@ namespace Sabre\VObject;
  * TODO: this class currently completely works 'statically'. This is pointless,
  * and defeats OOP principals. Needs refactoring in a future version.
  *
- * @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/Sabre/VObject/RecurrenceIterator.php b/lib/Sabre/VObject/RecurrenceIterator.php
index 947f6d0..a81db23 100644
--- a/lib/Sabre/VObject/RecurrenceIterator.php
+++ b/lib/Sabre/VObject/RecurrenceIterator.php
@@ -41,7 +41,7 @@ namespace Sabre\VObject;
  * you may get unexpected results. The effect is that in some applications the
  * specified recurrence may look incorrect, or is missing.
  *
- * @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/Sabre/VObject/Splitter/ICalendar.php b/lib/Sabre/VObject/Splitter/ICalendar.php
index fe10df5..b909bf0 100644
--- a/lib/Sabre/VObject/Splitter/ICalendar.php
+++ b/lib/Sabre/VObject/Splitter/ICalendar.php
@@ -13,7 +13,7 @@ use Sabre\VObject;
  * calendar-objects inside. Objects with identical UID's will be combined into
  * a single object.
  *
- * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
  * @author Dominik Tobschall
  * @author Armin Hackmann
  * @license http://sabre.io/license/ Modified BSD License
diff --git a/lib/Sabre/VObject/Splitter/SplitterInterface.php b/lib/Sabre/VObject/Splitter/SplitterInterface.php
index 4dde024..d454333 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-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
  * @author Dominik Tobschall
  * @license http://sabre.io/license/ Modified BSD License
  */
diff --git a/lib/Sabre/VObject/Splitter/VCard.php b/lib/Sabre/VObject/Splitter/VCard.php
index eb87703..2dba47e 100644
--- a/lib/Sabre/VObject/Splitter/VCard.php
+++ b/lib/Sabre/VObject/Splitter/VCard.php
@@ -13,7 +13,7 @@ use Sabre\VObject;
  * class checks for BEGIN:VCARD and END:VCARD and parses each encountered
  * component individually.
  *
- * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
  * @author Dominik Tobschall
  * @author Armin Hackmann
  * @license http://sabre.io/license/ Modified BSD License
diff --git a/lib/Sabre/VObject/StringUtil.php b/lib/Sabre/VObject/StringUtil.php
index 09e1980..e81a77c 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-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/Sabre/VObject/TimeZoneUtil.php b/lib/Sabre/VObject/TimeZoneUtil.php
index bb26942..080f808 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-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/Sabre/VObject/Version.php b/lib/Sabre/VObject/Version.php
index 90cfc40..7594568 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-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/Sabre/VObject/includes.php b/lib/Sabre/VObject/includes.php
index 620c882..2735d0a 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-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
  */

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