From 6e6e002280587dea3b8ba5ae55f0514295f29108 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 17 Mar 2016 17:01:37 +0100 Subject: [PATCH] Remove duplicated copyright --- apps/dav/lib/connector/sabre/sharesplugin.php | 21 ------------------- .../unit/connector/sabre/sharesplugin.php | 6 ------ 2 files changed, 27 deletions(-) diff --git a/apps/dav/lib/connector/sabre/sharesplugin.php b/apps/dav/lib/connector/sabre/sharesplugin.php index df524c11a8..f75c137871 100644 --- a/apps/dav/lib/connector/sabre/sharesplugin.php +++ b/apps/dav/lib/connector/sabre/sharesplugin.php @@ -20,27 +20,6 @@ */ namespace OCA\DAV\Connector\Sabre; -/** - * ownCloud - * - * @author Vincent Petry - * @copyright 2016 Vincent Petry - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE - * License as published by the Free Software Foundation; either - * version 3 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU AFFERO GENERAL PUBLIC LICENSE for more details. - * - * You should have received a copy of the GNU Affero General Public - * License along with this library. If not, see . - * - */ - use \Sabre\DAV\PropFind; use \Sabre\DAV\PropPatch; use OCP\IUserSession; diff --git a/apps/dav/tests/unit/connector/sabre/sharesplugin.php b/apps/dav/tests/unit/connector/sabre/sharesplugin.php index b491e95bcb..9a1c6eec50 100644 --- a/apps/dav/tests/unit/connector/sabre/sharesplugin.php +++ b/apps/dav/tests/unit/connector/sabre/sharesplugin.php @@ -20,12 +20,6 @@ */ namespace OCA\DAV\Tests\Unit\Connector\Sabre; -/** - * Copyright (c) 2016 Vincent Petry - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ class SharesPlugin extends \Test\TestCase { const SHARETYPES_PROPERTYNAME = \OCA\DAV\Connector\Sabre\SharesPlugin::SHARETYPES_PROPERTYNAME;