[Pkg-owncloud-commits] [php-sabre-vobject] 10/16: Happy new year!

David Prévot taffit at moszumanska.debian.org
Tue Jan 5 03:10:29 UTC 2016


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 aaf11b9f5e19638fee8100ff6ffa4d15511e79ae
Author: Evert Pot <me at evertpot.com>
Date:   Thu Dec 31 13:10:53 2015 -0500

    Happy new year!
---
 lib/BirthdayCalendarGenerator.php           | 2 +-
 lib/FreeBusyData.php                        | 2 +-
 lib/InvalidDataException.php                | 2 +-
 lib/Parser/XML.php                          | 2 +-
 lib/Parser/XML/Element/KeyValue.php         | 2 +-
 lib/Recur/MaxInstancesExceededException.php | 2 +-
 lib/Settings.php                            | 2 +-
 lib/Splitter/ICalendar.php                  | 2 +-
 lib/Splitter/SplitterInterface.php          | 2 +-
 lib/Splitter/VCard.php                      | 2 +-
 lib/Writer.php                              | 2 +-
 tests/VObject/ITip/BrokerTester.php         | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/lib/BirthdayCalendarGenerator.php b/lib/BirthdayCalendarGenerator.php
index 16f080e..afa41ab 100644
--- a/lib/BirthdayCalendarGenerator.php
+++ b/lib/BirthdayCalendarGenerator.php
@@ -7,7 +7,7 @@ use Sabre\VObject\Component\VCalendar;
 /**
  * This class generates birthday calendars.
  *
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
  * @author Dominik Tobschall (http://tobschall.de/)
  * @license http://sabre.io/license/ Modified BSD License
  */
diff --git a/lib/FreeBusyData.php b/lib/FreeBusyData.php
index 00e7912..0a6c72b 100644
--- a/lib/FreeBusyData.php
+++ b/lib/FreeBusyData.php
@@ -5,7 +5,7 @@ namespace Sabre\VObject;
 /**
  * FreeBusyData is a helper class that manages freebusy information.
  *
- * @copyright Copyright (C) 2007-2015 fruux GmbH. (https://fruux.com/)
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
  * @author Evert Pot (http://evertpot.com/)
  * @license http://sabre.io/license/ Modified BSD License
  */
diff --git a/lib/InvalidDataException.php b/lib/InvalidDataException.php
index c50fc10..50ebc0f 100644
--- a/lib/InvalidDataException.php
+++ b/lib/InvalidDataException.php
@@ -6,7 +6,7 @@ namespace Sabre\VObject;
  * This exception is thrown whenever an invalid value is found anywhere in a
  * iCalendar or 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/Parser/XML.php b/lib/Parser/XML.php
index 159bce5..060a7fe 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -14,7 +14,7 @@ use Sabre\Xml as SabreXml;
  *
  * This parser parses both the xCal and xCard formats.
  *
- * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
  * @author Ivan Enderlin
  * @license http://sabre.io/license/ Modified BSD License
  */
diff --git a/lib/Parser/XML/Element/KeyValue.php b/lib/Parser/XML/Element/KeyValue.php
index c1d9433..14d7984 100644
--- a/lib/Parser/XML/Element/KeyValue.php
+++ b/lib/Parser/XML/Element/KeyValue.php
@@ -9,7 +9,7 @@ use Sabre\Xml as SabreXml;
  *
  * It just removes the clark notation.
  *
- * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
+ * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
  * @author Ivan Enderlin
  * @license http://sabre.io/license/ Modified BSD License
  */
diff --git a/lib/Recur/MaxInstancesExceededException.php b/lib/Recur/MaxInstancesExceededException.php
index 24555f8..264df7d 100644
--- a/lib/Recur/MaxInstancesExceededException.php
+++ b/lib/Recur/MaxInstancesExceededException.php
@@ -8,7 +8,7 @@ use Exception;
  * This exception will get thrown when a recurrence rule generated more than
  * the maximum number of instances.
  *
- * @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/Settings.php b/lib/Settings.php
index 92b7010..3f274ba 100644
--- a/lib/Settings.php
+++ b/lib/Settings.php
@@ -11,7 +11,7 @@ namespace Sabre\VObject;
  * The global nature of them does mean that changing the settings for one
  * instance has a global influence.
  *
- * @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/Splitter/ICalendar.php b/lib/Splitter/ICalendar.php
index 7dc57d0..c0007ba 100644
--- a/lib/Splitter/ICalendar.php
+++ b/lib/Splitter/ICalendar.php
@@ -14,7 +14,7 @@ use Sabre\VObject\Component\VCalendar;
  * 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 (http://tobschall.de/)
  * @author Armin Hackmann
  * @license http://sabre.io/license/ Modified BSD License
diff --git a/lib/Splitter/SplitterInterface.php b/lib/Splitter/SplitterInterface.php
index 1e52ef2..8f827cc 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 (http://tobschall.de/)
  * @license http://sabre.io/license/ Modified BSD License
  */
diff --git a/lib/Splitter/VCard.php b/lib/Splitter/VCard.php
index 7548498..0bb82ab 100644
--- a/lib/Splitter/VCard.php
+++ b/lib/Splitter/VCard.php
@@ -14,7 +14,7 @@ use Sabre\VObject\Parser\MimeDir;
  * 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 (http://tobschall.de/)
  * @author Armin Hackmann
  * @license http://sabre.io/license/ Modified BSD License
diff --git a/lib/Writer.php b/lib/Writer.php
index 4633185..f8a5875 100644
--- a/lib/Writer.php
+++ b/lib/Writer.php
@@ -10,7 +10,7 @@ use Sabre\Xml;
  * This object provides a few (static) convenience methods to quickly access
  * the serializers.
  *
- * @copyright Copyright (C) 2007-2014 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/tests/VObject/ITip/BrokerTester.php b/tests/VObject/ITip/BrokerTester.php
index a2dd583..29dc530 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