Skip to content

Commit 8bcaddf

Browse files
committed
Merge pull request #43 from DavidPrevot/gogole
Drop reference to moved project
2 parents c8b93c5 + d398e37 commit 8bcaddf

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

lib/Element.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
1717
* @author Evert Pot (http://evertpot.com/)
18-
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
18+
* @license http://sabre.io/license/ Modified BSD License
1919
*/
2020
interface Element extends XmlSerializable, XmlDeserializable {
2121

lib/Element/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
1515
* @author Evert Pot (http://evertpot.com/)
16-
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
16+
* @license http://sabre.io/license/ Modified BSD License
1717
*/
1818
class Base implements Xml\Element {
1919

lib/Element/Cdata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
1919
* @author Evert Pot (http://evertpot.com/)
20-
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
20+
* @license http://sabre.io/license/ Modified BSD License
2121
*/
2222
class Cdata implements Xml\XmlSerializable
2323
{

lib/Element/Elements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
3131
* @author Evert Pot (http://evertpot.com/)
32-
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
32+
* @license http://sabre.io/license/ Modified BSD License
3333
*/
3434
class Elements implements Xml\Element {
3535

lib/Element/KeyValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
3232
* @author Evert Pot (http://evertpot.com/)
33-
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
33+
* @license http://sabre.io/license/ Modified BSD License
3434
*/
3535
class KeyValue implements Xml\Element {
3636

lib/Element/Uri.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
2121
* @author Evert Pot (http://evertpot.com/)
22-
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
22+
* @license http://sabre.io/license/ Modified BSD License
2323
*/
2424
class Uri implements Xml\Element {
2525

lib/LibXMLException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
1414
* @author Evert Pot (http://evertpot.com/)
15-
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
15+
* @license http://sabre.io/license/ Modified BSD License
1616
*/
1717
class LibXMLException extends ParseException {
1818

lib/ParseException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
1212
* @author Evert Pot (http://evertpot.com/)
13-
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
13+
* @license http://sabre.io/license/ Modified BSD License
1414
*/
1515
class ParseException extends Exception {
1616

lib/Reader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
1717
* @author Evert Pot (http://evertpot.com/)
18-
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
18+
* @license http://sabre.io/license/ Modified BSD License
1919
*/
2020
class Reader extends XMLReader {
2121

lib/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
1313
* @author Evert Pot (http://evertpot.com/)
14-
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
14+
* @license http://sabre.io/license/ Modified BSD License
1515
*/
1616
class Service {
1717

0 commit comments

Comments
 (0)