[Pkg-owncloud-commits] [php-sabre-vobject] 111/128: Updated links to license file and sabredav website.

David Prévot taffit at moszumanska.debian.org
Tue May 20 23:11:07 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 f308271d30ae8f8c058963582e32736d19812ccc
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Wed Apr 30 14:16:00 2014 -0400

    Updated links to license file and sabredav website.
---
 README.md                                           | 2 +-
 bin/fetch_tz_data.php                               | 4 ++--
 doc/usage_2.md                                      | 2 +-
 doc/usage_3.md                                      | 2 +-
 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/VTimeZone.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                     | 2 +-
 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/UUIDUtil.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/php-compat.php       | 2 +-
 lib/Sabre/VObject/timezonedata/windowszones.php     | 2 +-
 62 files changed, 63 insertions(+), 63 deletions(-)

diff --git a/README.md b/README.md
index 009b7e4..76e3fae 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ The VObject library allows you to easily parse and manipulate [iCalendar](https:
 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
 The goal of the VObject library is to create a very complete library, with an easy to use API.
 
-This project is a spin-off from [SabreDAV](http://code.google.com/p/sabredav/), where it has
+This project is a spin-off from [SabreDAV](http://sabre.io/), where it has
 been used for several years. The VObject library has 100% unittest coverage.
 
 Build status
diff --git a/bin/fetch_tz_data.php b/bin/fetch_tz_data.php
index 339b7b2..3b062cc 100755
--- a/bin/fetch_tz_data.php
+++ b/bin/fetch_tz_data.php
@@ -36,8 +36,8 @@ fwrite($f, " *\n");
 fwrite($f, " * Last update: " . date(DATE_W3C) . "\n");
 fwrite($f, " * Source: " .$windowsZonesUrl . "\n");
 fwrite($f, " *\n");
-fwrite($f, " * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).\n");
-fwrite($f, " * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License\n");
+fwrite($f, " * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).\n");
+fwrite($f, " * @license http://sabre.io/license/ Modified BSD License\n");
 fwrite($f, " */\n");
 fwrite($f, "\n");
 fwrite($f, "return ");
diff --git a/doc/usage_2.md b/doc/usage_2.md
index f872ffc..3cb4a3d 100644
--- a/doc/usage_2.md
+++ b/doc/usage_2.md
@@ -5,7 +5,7 @@ The VObject library allows you to easily parse and manipulate [iCalendar](https:
 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
 The goal of the VObject library is to create a very complete library, with an easy to use API.
 
-This project is a spin-off from [SabreDAV](http://code.google.com/p/sabredav/), where it has
+This project is a spin-off from [SabreDAV](http://sabre.io/), where it has
 been used for several years. The VObject library has 100% unittest coverage.
 
 Installation
diff --git a/doc/usage_3.md b/doc/usage_3.md
index db30667..37c365b 100644
--- a/doc/usage_3.md
+++ b/doc/usage_3.md
@@ -5,7 +5,7 @@ The VObject library allows you to easily parse and manipulate [iCalendar](https:
 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
 The goal of the VObject library is to create a very complete library, with an easy to use API.
 
-This project is a spin-off from [SabreDAV](http://code.google.com/p/sabredav/), where it has
+This project is a spin-off from [SabreDAV](http://sabre.io/), where it has
 been used for several years. The VObject library has 100% unittest coverage.
 
 VObject 3 is the new and improved version of the library.
diff --git a/lib/Sabre/VObject/Cli.php b/lib/Sabre/VObject/Cli.php
index f40bcbd..fd459b0 100644
--- a/lib/Sabre/VObject/Cli.php
+++ b/lib/Sabre/VObject/Cli.php
@@ -10,7 +10,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Cli {
 
diff --git a/lib/Sabre/VObject/Component.php b/lib/Sabre/VObject/Component.php
index 6c01463..d27d959 100644
--- a/lib/Sabre/VObject/Component.php
+++ b/lib/Sabre/VObject/Component.php
@@ -10,7 +10,7 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Component extends Node {
 
diff --git a/lib/Sabre/VObject/Component/VAlarm.php b/lib/Sabre/VObject/Component/VAlarm.php
index 85ba7d7..b9aaae1 100644
--- a/lib/Sabre/VObject/Component/VAlarm.php
+++ b/lib/Sabre/VObject/Component/VAlarm.php
@@ -10,7 +10,7 @@ use Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class VAlarm extends VObject\Component {
 
diff --git a/lib/Sabre/VObject/Component/VCalendar.php b/lib/Sabre/VObject/Component/VCalendar.php
index 016366e..3e000d5 100644
--- a/lib/Sabre/VObject/Component/VCalendar.php
+++ b/lib/Sabre/VObject/Component/VCalendar.php
@@ -13,7 +13,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class VCalendar extends VObject\Document {
 
diff --git a/lib/Sabre/VObject/Component/VCard.php b/lib/Sabre/VObject/Component/VCard.php
index 1fecded..632ddc3 100644
--- a/lib/Sabre/VObject/Component/VCard.php
+++ b/lib/Sabre/VObject/Component/VCard.php
@@ -13,7 +13,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class VCard extends VObject\Document {
 
diff --git a/lib/Sabre/VObject/Component/VEvent.php b/lib/Sabre/VObject/Component/VEvent.php
index d9b1f06..3d0dbb6 100644
--- a/lib/Sabre/VObject/Component/VEvent.php
+++ b/lib/Sabre/VObject/Component/VEvent.php
@@ -10,7 +10,7 @@ use Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class VEvent extends VObject\Component {
 
diff --git a/lib/Sabre/VObject/Component/VFreeBusy.php b/lib/Sabre/VObject/Component/VFreeBusy.php
index 9b9fcbe..358b8fa 100644
--- a/lib/Sabre/VObject/Component/VFreeBusy.php
+++ b/lib/Sabre/VObject/Component/VFreeBusy.php
@@ -12,7 +12,7 @@ use Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class VFreeBusy extends VObject\Component {
 
diff --git a/lib/Sabre/VObject/Component/VJournal.php b/lib/Sabre/VObject/Component/VJournal.php
index 24ba57d..80dab47 100644
--- a/lib/Sabre/VObject/Component/VJournal.php
+++ b/lib/Sabre/VObject/Component/VJournal.php
@@ -11,7 +11,7 @@ use Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class VJournal extends VObject\Component {
 
diff --git a/lib/Sabre/VObject/Component/VTimeZone.php b/lib/Sabre/VObject/Component/VTimeZone.php
index 61b3bdb..e1bf5dc 100644
--- a/lib/Sabre/VObject/Component/VTimeZone.php
+++ b/lib/Sabre/VObject/Component/VTimeZone.php
@@ -12,7 +12,7 @@ use Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class VTimeZone extends VObject\Component {
 
diff --git a/lib/Sabre/VObject/Component/VTodo.php b/lib/Sabre/VObject/Component/VTodo.php
index 5b7e0e5..7751297 100644
--- a/lib/Sabre/VObject/Component/VTodo.php
+++ b/lib/Sabre/VObject/Component/VTodo.php
@@ -11,7 +11,7 @@ use Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class VTodo extends VObject\Component {
 
diff --git a/lib/Sabre/VObject/DateTimeParser.php b/lib/Sabre/VObject/DateTimeParser.php
index ce6f1b6..838f78e 100644
--- a/lib/Sabre/VObject/DateTimeParser.php
+++ b/lib/Sabre/VObject/DateTimeParser.php
@@ -10,7 +10,7 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class DateTimeParser {
 
diff --git a/lib/Sabre/VObject/Document.php b/lib/Sabre/VObject/Document.php
index 45fd62c..78d209d 100644
--- a/lib/Sabre/VObject/Document.php
+++ b/lib/Sabre/VObject/Document.php
@@ -14,7 +14,7 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 abstract class Document extends Component {
 
diff --git a/lib/Sabre/VObject/ElementList.php b/lib/Sabre/VObject/ElementList.php
index 9b3c49d..87c3bba 100644
--- a/lib/Sabre/VObject/ElementList.php
+++ b/lib/Sabre/VObject/ElementList.php
@@ -10,7 +10,7 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class ElementList implements \Iterator, \Countable, \ArrayAccess {
 
diff --git a/lib/Sabre/VObject/EofException.php b/lib/Sabre/VObject/EofException.php
index 1bd0015..3a005a9 100644
--- a/lib/Sabre/VObject/EofException.php
+++ b/lib/Sabre/VObject/EofException.php
@@ -8,6 +8,6 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class EofException extends ParseException { }
diff --git a/lib/Sabre/VObject/FreeBusyGenerator.php b/lib/Sabre/VObject/FreeBusyGenerator.php
index 4b6ab4d..c1fc21e 100644
--- a/lib/Sabre/VObject/FreeBusyGenerator.php
+++ b/lib/Sabre/VObject/FreeBusyGenerator.php
@@ -17,7 +17,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class FreeBusyGenerator {
 
diff --git a/lib/Sabre/VObject/Node.php b/lib/Sabre/VObject/Node.php
index 6d5e2a4..2caebda 100644
--- a/lib/Sabre/VObject/Node.php
+++ b/lib/Sabre/VObject/Node.php
@@ -7,7 +7,7 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable {
 
diff --git a/lib/Sabre/VObject/Parameter.php b/lib/Sabre/VObject/Parameter.php
index f991de0..2995fa1 100644
--- a/lib/Sabre/VObject/Parameter.php
+++ b/lib/Sabre/VObject/Parameter.php
@@ -15,7 +15,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Parameter extends Node {
 
diff --git a/lib/Sabre/VObject/ParseException.php b/lib/Sabre/VObject/ParseException.php
index 90fd52c..d5648d2 100644
--- a/lib/Sabre/VObject/ParseException.php
+++ b/lib/Sabre/VObject/ParseException.php
@@ -7,6 +7,6 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class ParseException extends \Exception { }
diff --git a/lib/Sabre/VObject/Parser/Json.php b/lib/Sabre/VObject/Parser/Json.php
index a81e781..42c468f 100644
--- a/lib/Sabre/VObject/Parser/Json.php
+++ b/lib/Sabre/VObject/Parser/Json.php
@@ -15,7 +15,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Json extends Parser {
 
diff --git a/lib/Sabre/VObject/Parser/MimeDir.php b/lib/Sabre/VObject/Parser/MimeDir.php
index 61245a5..14cd695 100644
--- a/lib/Sabre/VObject/Parser/MimeDir.php
+++ b/lib/Sabre/VObject/Parser/MimeDir.php
@@ -19,7 +19,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class MimeDir extends Parser {
 
diff --git a/lib/Sabre/VObject/Parser/Parser.php b/lib/Sabre/VObject/Parser/Parser.php
index 87b9143..cbe0e4b 100644
--- a/lib/Sabre/VObject/Parser/Parser.php
+++ b/lib/Sabre/VObject/Parser/Parser.php
@@ -9,7 +9,7 @@ namespace Sabre\VObject\Parser;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 abstract class Parser {
 
diff --git a/lib/Sabre/VObject/Property.php b/lib/Sabre/VObject/Property.php
index 55017a4..7582ddc 100644
--- a/lib/Sabre/VObject/Property.php
+++ b/lib/Sabre/VObject/Property.php
@@ -10,7 +10,7 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 abstract class Property extends Node {
 
diff --git a/lib/Sabre/VObject/Property/Binary.php b/lib/Sabre/VObject/Property/Binary.php
index 7abbbcb..7fdd990 100644
--- a/lib/Sabre/VObject/Property/Binary.php
+++ b/lib/Sabre/VObject/Property/Binary.php
@@ -18,7 +18,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Binary extends Property {
 
diff --git a/lib/Sabre/VObject/Property/Boolean.php b/lib/Sabre/VObject/Property/Boolean.php
index 40ac994..7ef2aa1 100644
--- a/lib/Sabre/VObject/Property/Boolean.php
+++ b/lib/Sabre/VObject/Property/Boolean.php
@@ -15,7 +15,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Boolean extends Property {
 
diff --git a/lib/Sabre/VObject/Property/FlatText.php b/lib/Sabre/VObject/Property/FlatText.php
index 8bffc7a..00044fa 100644
--- a/lib/Sabre/VObject/Property/FlatText.php
+++ b/lib/Sabre/VObject/Property/FlatText.php
@@ -20,7 +20,7 @@ namespace Sabre\VObject\Property;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class FlatText extends Text {
 
diff --git a/lib/Sabre/VObject/Property/Float.php b/lib/Sabre/VObject/Property/Float.php
index 4f130d7..d7bea1d 100644
--- a/lib/Sabre/VObject/Property/Float.php
+++ b/lib/Sabre/VObject/Property/Float.php
@@ -13,7 +13,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Float extends Property {
 
diff --git a/lib/Sabre/VObject/Property/ICalendar/CalAddress.php b/lib/Sabre/VObject/Property/ICalendar/CalAddress.php
index b393902..33c5b24 100644
--- a/lib/Sabre/VObject/Property/ICalendar/CalAddress.php
+++ b/lib/Sabre/VObject/Property/ICalendar/CalAddress.php
@@ -12,7 +12,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class CalAddress extends Text {
 
diff --git a/lib/Sabre/VObject/Property/ICalendar/Date.php b/lib/Sabre/VObject/Property/ICalendar/Date.php
index 755399c..85c6676 100644
--- a/lib/Sabre/VObject/Property/ICalendar/Date.php
+++ b/lib/Sabre/VObject/Property/ICalendar/Date.php
@@ -11,7 +11,7 @@ namespace Sabre\VObject\Property\ICalendar;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Date extends DateTime {
 
diff --git a/lib/Sabre/VObject/Property/ICalendar/DateTime.php b/lib/Sabre/VObject/Property/ICalendar/DateTime.php
index 921039a..990b0b6 100644
--- a/lib/Sabre/VObject/Property/ICalendar/DateTime.php
+++ b/lib/Sabre/VObject/Property/ICalendar/DateTime.php
@@ -21,7 +21,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class DateTime extends Property {
 
diff --git a/lib/Sabre/VObject/Property/ICalendar/Duration.php b/lib/Sabre/VObject/Property/ICalendar/Duration.php
index 1a2562b..05f1420 100644
--- a/lib/Sabre/VObject/Property/ICalendar/Duration.php
+++ b/lib/Sabre/VObject/Property/ICalendar/Duration.php
@@ -16,7 +16,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Duration extends Property {
 
diff --git a/lib/Sabre/VObject/Property/ICalendar/Period.php b/lib/Sabre/VObject/Property/ICalendar/Period.php
index 0adadbe..9496e7b 100644
--- a/lib/Sabre/VObject/Property/ICalendar/Period.php
+++ b/lib/Sabre/VObject/Property/ICalendar/Period.php
@@ -16,7 +16,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Period extends Property {
 
diff --git a/lib/Sabre/VObject/Property/ICalendar/Recur.php b/lib/Sabre/VObject/Property/ICalendar/Recur.php
index dc6aaf3..9e5e59c 100644
--- a/lib/Sabre/VObject/Property/ICalendar/Recur.php
+++ b/lib/Sabre/VObject/Property/ICalendar/Recur.php
@@ -21,7 +21,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Recur extends Property {
 
diff --git a/lib/Sabre/VObject/Property/Integer.php b/lib/Sabre/VObject/Property/Integer.php
index 70095f9..fbcee70 100644
--- a/lib/Sabre/VObject/Property/Integer.php
+++ b/lib/Sabre/VObject/Property/Integer.php
@@ -13,7 +13,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Integer extends Property {
 
diff --git a/lib/Sabre/VObject/Property/Text.php b/lib/Sabre/VObject/Property/Text.php
index 974c5a4..ad7d337 100644
--- a/lib/Sabre/VObject/Property/Text.php
+++ b/lib/Sabre/VObject/Property/Text.php
@@ -15,7 +15,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Text extends Property {
 
diff --git a/lib/Sabre/VObject/Property/Time.php b/lib/Sabre/VObject/Property/Time.php
index bcd62d4..a271dce 100644
--- a/lib/Sabre/VObject/Property/Time.php
+++ b/lib/Sabre/VObject/Property/Time.php
@@ -11,7 +11,7 @@ use Sabre\VObject\DateTimeParser;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Time extends Text {
 
diff --git a/lib/Sabre/VObject/Property/Unknown.php b/lib/Sabre/VObject/Property/Unknown.php
index 67353fd..baf7285 100644
--- a/lib/Sabre/VObject/Property/Unknown.php
+++ b/lib/Sabre/VObject/Property/Unknown.php
@@ -16,7 +16,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Unknown extends Text {
 
diff --git a/lib/Sabre/VObject/Property/Uri.php b/lib/Sabre/VObject/Property/Uri.php
index e235c07..4df47a4 100644
--- a/lib/Sabre/VObject/Property/Uri.php
+++ b/lib/Sabre/VObject/Property/Uri.php
@@ -11,7 +11,7 @@ use Sabre\VObject\Property;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Uri extends Property {
 
diff --git a/lib/Sabre/VObject/Property/UtcOffset.php b/lib/Sabre/VObject/Property/UtcOffset.php
index 993b3ce..a7060ee 100644
--- a/lib/Sabre/VObject/Property/UtcOffset.php
+++ b/lib/Sabre/VObject/Property/UtcOffset.php
@@ -9,7 +9,7 @@ namespace Sabre\VObject\Property;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class UtcOffset extends Text {
 
diff --git a/lib/Sabre/VObject/Property/VCard/Date.php b/lib/Sabre/VObject/Property/VCard/Date.php
index 6c5e4d9..cc640e6 100644
--- a/lib/Sabre/VObject/Property/VCard/Date.php
+++ b/lib/Sabre/VObject/Property/VCard/Date.php
@@ -12,7 +12,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Date extends DateAndOrTime {
 
diff --git a/lib/Sabre/VObject/Property/VCard/DateAndOrTime.php b/lib/Sabre/VObject/Property/VCard/DateAndOrTime.php
index 7100205..352e80c 100644
--- a/lib/Sabre/VObject/Property/VCard/DateAndOrTime.php
+++ b/lib/Sabre/VObject/Property/VCard/DateAndOrTime.php
@@ -15,7 +15,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class DateAndOrTime extends Property {
 
diff --git a/lib/Sabre/VObject/Property/VCard/DateTime.php b/lib/Sabre/VObject/Property/VCard/DateTime.php
index cc3484d..7ce0c91 100644
--- a/lib/Sabre/VObject/Property/VCard/DateTime.php
+++ b/lib/Sabre/VObject/Property/VCard/DateTime.php
@@ -12,7 +12,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class DateTime extends DateAndOrTime {
 
diff --git a/lib/Sabre/VObject/Property/VCard/LanguageTag.php b/lib/Sabre/VObject/Property/VCard/LanguageTag.php
index 105dcbf..7ccf826 100644
--- a/lib/Sabre/VObject/Property/VCard/LanguageTag.php
+++ b/lib/Sabre/VObject/Property/VCard/LanguageTag.php
@@ -12,7 +12,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class LanguageTag extends Property {
 
diff --git a/lib/Sabre/VObject/Property/VCard/TimeStamp.php b/lib/Sabre/VObject/Property/VCard/TimeStamp.php
index ada0de5..a05a036 100644
--- a/lib/Sabre/VObject/Property/VCard/TimeStamp.php
+++ b/lib/Sabre/VObject/Property/VCard/TimeStamp.php
@@ -13,7 +13,7 @@ use
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class TimeStamp extends Text {
 
diff --git a/lib/Sabre/VObject/Reader.php b/lib/Sabre/VObject/Reader.php
index 7874648..acb4f44 100644
--- a/lib/Sabre/VObject/Reader.php
+++ b/lib/Sabre/VObject/Reader.php
@@ -10,7 +10,7 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Reader {
 
diff --git a/lib/Sabre/VObject/RecurrenceIterator.php b/lib/Sabre/VObject/RecurrenceIterator.php
index 9b31256..618aebe 100644
--- a/lib/Sabre/VObject/RecurrenceIterator.php
+++ b/lib/Sabre/VObject/RecurrenceIterator.php
@@ -46,7 +46,7 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class RecurrenceIterator implements \Iterator {
 
diff --git a/lib/Sabre/VObject/Splitter/ICalendar.php b/lib/Sabre/VObject/Splitter/ICalendar.php
index e93ecf4..c8433a2 100644
--- a/lib/Sabre/VObject/Splitter/ICalendar.php
+++ b/lib/Sabre/VObject/Splitter/ICalendar.php
@@ -18,7 +18,7 @@ use
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class ICalendar implements SplitterInterface {
 
diff --git a/lib/Sabre/VObject/Splitter/SplitterInterface.php b/lib/Sabre/VObject/Splitter/SplitterInterface.php
index 121fcb1..4dde024 100644
--- a/lib/Sabre/VObject/Splitter/SplitterInterface.php
+++ b/lib/Sabre/VObject/Splitter/SplitterInterface.php
@@ -13,7 +13,7 @@ namespace Sabre\VObject\Splitter;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 interface SplitterInterface {
 
diff --git a/lib/Sabre/VObject/Splitter/VCard.php b/lib/Sabre/VObject/Splitter/VCard.php
index 1c83932..73af933 100644
--- a/lib/Sabre/VObject/Splitter/VCard.php
+++ b/lib/Sabre/VObject/Splitter/VCard.php
@@ -18,7 +18,7 @@ use
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class VCard implements SplitterInterface {
 
diff --git a/lib/Sabre/VObject/StringUtil.php b/lib/Sabre/VObject/StringUtil.php
index 3d69a02..09e1980 100644
--- a/lib/Sabre/VObject/StringUtil.php
+++ b/lib/Sabre/VObject/StringUtil.php
@@ -7,7 +7,7 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class StringUtil {
 
diff --git a/lib/Sabre/VObject/TimeZoneUtil.php b/lib/Sabre/VObject/TimeZoneUtil.php
index eb3d47c..241b706 100644
--- a/lib/Sabre/VObject/TimeZoneUtil.php
+++ b/lib/Sabre/VObject/TimeZoneUtil.php
@@ -10,7 +10,7 @@ namespace Sabre\VObject;
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class TimeZoneUtil {
 
diff --git a/lib/Sabre/VObject/UUIDUtil.php b/lib/Sabre/VObject/UUIDUtil.php
index 98a6c6f..c990024 100644
--- a/lib/Sabre/VObject/UUIDUtil.php
+++ b/lib/Sabre/VObject/UUIDUtil.php
@@ -11,7 +11,7 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class UUIDUtil {
 
diff --git a/lib/Sabre/VObject/VCardConverter.php b/lib/Sabre/VObject/VCardConverter.php
index 930b8c5..a5e2219 100644
--- a/lib/Sabre/VObject/VCardConverter.php
+++ b/lib/Sabre/VObject/VCardConverter.php
@@ -7,7 +7,7 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class VCardConverter {
 
diff --git a/lib/Sabre/VObject/Version.php b/lib/Sabre/VObject/Version.php
index feb9346..1e108d8 100644
--- a/lib/Sabre/VObject/Version.php
+++ b/lib/Sabre/VObject/Version.php
@@ -7,7 +7,7 @@ namespace Sabre\VObject;
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 class Version {
 
diff --git a/lib/Sabre/VObject/includes.php b/lib/Sabre/VObject/includes.php
index a78a2f5..68bfb4f 100644
--- a/lib/Sabre/VObject/includes.php
+++ b/lib/Sabre/VObject/includes.php
@@ -8,7 +8,7 @@
  *
  * @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
+ * @license http://sabre.io/license/ Modified BSD License
  */
 
 // Begin includes
diff --git a/lib/Sabre/VObject/timezonedata/exchangezones.php b/lib/Sabre/VObject/timezonedata/exchangezones.php
index cd86197..a56c574 100644
--- a/lib/Sabre/VObject/timezonedata/exchangezones.php
+++ b/lib/Sabre/VObject/timezonedata/exchangezones.php
@@ -9,7 +9,7 @@
  * http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  *
  * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 return array(
     'Universal Coordinated Time' => 'UTC',
diff --git a/lib/Sabre/VObject/timezonedata/lotuszones.php b/lib/Sabre/VObject/timezonedata/lotuszones.php
index 63a2cc8..15147f5 100644
--- a/lib/Sabre/VObject/timezonedata/lotuszones.php
+++ b/lib/Sabre/VObject/timezonedata/lotuszones.php
@@ -5,7 +5,7 @@
  * Lotus / Domino
  *
  * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 return array(
     'Dateline'               => 'Etc/GMT-12',
diff --git a/lib/Sabre/VObject/timezonedata/php-compat.php b/lib/Sabre/VObject/timezonedata/php-compat.php
index c1c5ee5..29fae3d 100644
--- a/lib/Sabre/VObject/timezonedata/php-compat.php
+++ b/lib/Sabre/VObject/timezonedata/php-compat.php
@@ -7,7 +7,7 @@
  * http://evertpot.com/php-5-5-10-timezone-changes/
  *
  * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 return array(
     'CST6CDT'   => 'America/Chicago',
diff --git a/lib/Sabre/VObject/timezonedata/windowszones.php b/lib/Sabre/VObject/timezonedata/windowszones.php
index e6b72b1..2432de0 100644
--- a/lib/Sabre/VObject/timezonedata/windowszones.php
+++ b/lib/Sabre/VObject/timezonedata/windowszones.php
@@ -7,7 +7,7 @@
  * Source: http://unicode.org/repos/cldr/trunk/common/supplemental/windowsZones.xml
  *
  * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * @license http://sabre.io/license/ Modified BSD License
  */
 
 return array (

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