[Pkg-owncloud-commits] [php-sabre-vobject] 02/12: Updated link to license.

David Prévot taffit at moszumanska.debian.org
Tue Jun 10 15:49:40 UTC 2014


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

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

commit 552556fadc1a1f8e99120be7b0d1893c654f9fde
Author: Evert Pot <me at evertpot.com>
Date:   Tue Jun 3 12:27:53 2014 -0400

    Updated link to license.
---
 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 +-
 28 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/lib/Sabre/VObject/Component.php b/lib/Sabre/VObject/Component.php
index f8ca3f7..9cdb025 100644
--- a/lib/Sabre/VObject/Component.php
+++ b/lib/Sabre/VObject/Component.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 Component extends Node {
 
diff --git a/lib/Sabre/VObject/Component/VAlarm.php b/lib/Sabre/VObject/Component/VAlarm.php
index 1308671..6922f81 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 7b3a6a2..acf008e 100644
--- a/lib/Sabre/VObject/Component/VCalendar.php
+++ b/lib/Sabre/VObject/Component/VCalendar.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 VCalendar extends VObject\Document {
 
diff --git a/lib/Sabre/VObject/Component/VCard.php b/lib/Sabre/VObject/Component/VCard.php
index b49a2ce..25aa187 100644
--- a/lib/Sabre/VObject/Component/VCard.php
+++ b/lib/Sabre/VObject/Component/VCard.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 VCard extends VObject\Component {
 
diff --git a/lib/Sabre/VObject/Component/VEvent.php b/lib/Sabre/VObject/Component/VEvent.php
index 55a0ece..d45b6e2 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 d86295f..28f9b23 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 33895bf..41b57b6 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/VTodo.php b/lib/Sabre/VObject/Component/VTodo.php
index d76eea7..79a5f83 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 d0d8e13..c7df13c 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 342181d..c74208c 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/FreeBusyGenerator.php b/lib/Sabre/VObject/FreeBusyGenerator.php
index 42a7a96..9762d15 100644
--- a/lib/Sabre/VObject/FreeBusyGenerator.php
+++ b/lib/Sabre/VObject/FreeBusyGenerator.php
@@ -14,7 +14,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 FreeBusyGenerator {
 
diff --git a/lib/Sabre/VObject/Node.php b/lib/Sabre/VObject/Node.php
index 7cee82d..de389a0 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 (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
  */
 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable {
 
diff --git a/lib/Sabre/VObject/Parameter.php b/lib/Sabre/VObject/Parameter.php
index 1f1341d..91b71db 100644
--- a/lib/Sabre/VObject/Parameter.php
+++ b/lib/Sabre/VObject/Parameter.php
@@ -12,7 +12,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 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/Property.php b/lib/Sabre/VObject/Property.php
index e39aea8..2c39d32 100644
--- a/lib/Sabre/VObject/Property.php
+++ b/lib/Sabre/VObject/Property.php
@@ -15,7 +15,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 Property extends Node {
 
diff --git a/lib/Sabre/VObject/Property/Compound.php b/lib/Sabre/VObject/Property/Compound.php
index d98e230..bcdd138 100644
--- a/lib/Sabre/VObject/Property/Compound.php
+++ b/lib/Sabre/VObject/Property/Compound.php
@@ -24,7 +24,7 @@ use Sabre\VObject;
  * @author Lars Kneschke
  * @author Evert Pot (http://evertpot.com/)
  * @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
  */
 class Compound extends VObject\Property {
 
diff --git a/lib/Sabre/VObject/Property/DateTime.php b/lib/Sabre/VObject/Property/DateTime.php
index 0ec73b7..4bdb096 100644
--- a/lib/Sabre/VObject/Property/DateTime.php
+++ b/lib/Sabre/VObject/Property/DateTime.php
@@ -19,7 +19,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 DateTime extends VObject\Property {
 
diff --git a/lib/Sabre/VObject/Property/MultiDateTime.php b/lib/Sabre/VObject/Property/MultiDateTime.php
index b746c2d..fb89fa3 100644
--- a/lib/Sabre/VObject/Property/MultiDateTime.php
+++ b/lib/Sabre/VObject/Property/MultiDateTime.php
@@ -19,7 +19,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 MultiDateTime extends VObject\Property {
 
diff --git a/lib/Sabre/VObject/Reader.php b/lib/Sabre/VObject/Reader.php
index 62b0b54..5830ab4 100644
--- a/lib/Sabre/VObject/Reader.php
+++ b/lib/Sabre/VObject/Reader.php
@@ -12,7 +12,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 62d8a4e..947f6d0 100644
--- a/lib/Sabre/VObject/RecurrenceIterator.php
+++ b/lib/Sabre/VObject/RecurrenceIterator.php
@@ -43,7 +43,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 d941bb0..fe10df5 100644
--- a/lib/Sabre/VObject/Splitter/ICalendar.php
+++ b/lib/Sabre/VObject/Splitter/ICalendar.php
@@ -16,7 +16,7 @@ use Sabre\VObject;
  * @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 ee4a719..eb87703 100644
--- a/lib/Sabre/VObject/Splitter/VCard.php
+++ b/lib/Sabre/VObject/Splitter/VCard.php
@@ -16,7 +16,7 @@ use Sabre\VObject;
  * @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 3c7676c..bb26942 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/Version.php b/lib/Sabre/VObject/Version.php
index 237b5a7..d1f1d23 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 e93a429..620c882 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

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