]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing file headers with copyright
authorThomas Mueller <thomas.mueller@tmit.eu>
Sat, 12 May 2012 18:46:07 +0000 (20:46 +0200)
committerThomas Mueller <thomas.mueller@tmit.eu>
Sat, 12 May 2012 18:46:07 +0000 (20:46 +0200)
apps/remoteStorage/oauth_ro_auth.php

index 085a54699207a657ba9eef31d0b5bb580edc1f99..12d02d1cf5d10b3a94da04a145b50ca73d6ffd29 100644 (file)
@@ -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;