From 51cb1c9ffaa37d76f9e1f5a64e111b192a307b1b Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Sat, 12 May 2012 20:46:07 +0200 Subject: [PATCH] fixing file headers with copyright --- apps/remoteStorage/oauth_ro_auth.php | 17 +++++------------ 1 file 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 @@ + * 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; -- 2.39.5