diff options
Diffstat (limited to 'apps/dav/lib/Connector/Sabre/QuotaPlugin.php')
-rw-r--r-- | apps/dav/lib/Connector/Sabre/QuotaPlugin.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dav/lib/Connector/Sabre/QuotaPlugin.php b/apps/dav/lib/Connector/Sabre/QuotaPlugin.php index b71dcd72918..f2b652e3320 100644 --- a/apps/dav/lib/Connector/Sabre/QuotaPlugin.php +++ b/apps/dav/lib/Connector/Sabre/QuotaPlugin.php @@ -1,6 +1,8 @@ <?php /** * @copyright Copyright (c) 2016, ownCloud, Inc. + * @copyright Copyright (C) 2012 entreCables S.L. All rights reserved. + * @copyright Copyright (C) 2012 entreCables S.L. All rights reserved. * * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Felix Moeller <mail@felixmoeller.de> @@ -26,7 +28,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OCA\DAV\Connector\Sabre; use OCA\DAV\Upload\FutureFile; |