From 03b31d113ea316c8384a4cbf3d27ca22bb528eac Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Sat, 28 Jun 2014 22:28:08 +0200 Subject: Update SabreDAV from 1.8.9 to 1.8.10. --- vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php | 2 +- vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php | 2 +- vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php | 2 +- vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php | 2 +- vendor/sabre/dav/lib/Sabre/HTTP/Request.php | 2 +- vendor/sabre/dav/lib/Sabre/HTTP/Response.php | 2 +- vendor/sabre/dav/lib/Sabre/HTTP/Util.php | 2 +- vendor/sabre/dav/lib/Sabre/HTTP/Version.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'vendor/sabre/dav/lib/Sabre/HTTP') diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php b/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php index 018412517..603470fb4 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php @@ -9,7 +9,7 @@ namespace Sabre\HTTP; * * @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 AWSAuth extends AbstractAuth { diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php b/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php index a00772966..1ddf412b7 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php @@ -9,7 +9,7 @@ namespace Sabre\HTTP; * * @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 AbstractAuth { diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php b/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php index 179c01dea..659964faa 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php @@ -9,7 +9,7 @@ namespace Sabre\HTTP; * * @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 BasicAuth extends AbstractAuth { diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php b/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php index bac8cc8da..aae6d84d6 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php @@ -23,7 +23,7 @@ namespace Sabre\HTTP; * * @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 DigestAuth extends AbstractAuth { diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/Request.php b/vendor/sabre/dav/lib/Sabre/HTTP/Request.php index 53daf7182..a71a52b42 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/Request.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/Request.php @@ -14,7 +14,7 @@ namespace Sabre\HTTP; * * @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 Request { diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/Response.php b/vendor/sabre/dav/lib/Sabre/HTTP/Response.php index df692a7a6..a7fc0da12 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/Response.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/Response.php @@ -9,7 +9,7 @@ namespace Sabre\HTTP; * * @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 Response { diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/Util.php b/vendor/sabre/dav/lib/Sabre/HTTP/Util.php index e16a0ad37..147246253 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/Util.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/Util.php @@ -8,7 +8,7 @@ namespace Sabre\HTTP; * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @author Paul Voegler - * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License + * @license http://sabre.io/license/ Modified BSD License */ class Util { diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/Version.php b/vendor/sabre/dav/lib/Sabre/HTTP/Version.php index 8ca171289..0e913835c 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/Version.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/Version.php @@ -7,7 +7,7 @@ namespace Sabre\HTTP; * * @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 { -- cgit v1.2.3