summaryrefslogtreecommitdiffstats
path: root/apps/remoteStorage
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-05-12 20:46:07 +0200
committerThomas Mueller <thomas.mueller@tmit.eu>2012-05-12 20:46:07 +0200
commit51cb1c9ffaa37d76f9e1f5a64e111b192a307b1b (patch)
tree67eb075ddfe66cd37cf1631def9f31e3f68a22b7 /apps/remoteStorage
parent19b55d3fcef54d610a8256e861d0bc894b514c5c (diff)
downloadnextcloud-server-51cb1c9ffaa37d76f9e1f5a64e111b192a307b1b.tar.gz
nextcloud-server-51cb1c9ffaa37d76f9e1f5a64e111b192a307b1b.zip
fixing file headers with copyright
Diffstat (limited to 'apps/remoteStorage')
-rw-r--r--apps/remoteStorage/oauth_ro_auth.php17
1 files changed, 5 insertions, 12 deletions
diff --git a/apps/remoteStorage/oauth_ro_auth.php b/apps/remoteStorage/oauth_ro_auth.php
index 085a5469920..12d02d1cf5d 100644
--- a/apps/remoteStorage/oauth_ro_auth.php
+++ b/apps/remoteStorage/oauth_ro_auth.php
@@ -1,19 +1,12 @@
<?php
/**
- * HTTP Basic authentication backend class
- *
- * This class can be used by authentication objects wishing to use HTTP Basic
- * Most of the digest logic is handled, implementors just need to worry about
- * the validateUserPass method.
- *
- * @package Sabre
- * @subpackage DAV
- * @copyright Copyright (C) 2007-2011 Rooftop Solutions. All rights reserved.
- * @author James David Low (http://jameslow.com/)
- * @author Evert Pot (http://www.rooftopsolutions.nl/)
- * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ * Copyright (c) 2011, 2012 Michiel de Jong <michiel@unhosted.org>
+ * This file is licensed under the Affero General Public License version 3 or
+ * later.
+ * See the COPYING-README file.
*/
+
class OC_Connector_Sabre_Auth_ro_oauth extends Sabre_DAV_Auth_Backend_AbstractBasic {
private $validTokens;
private $category;