summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/connector/sabre
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-03-17 17:01:37 +0100
committerRoeland Jago Douma <rullzer@owncloud.com>2016-03-17 19:24:25 +0100
commit6e6e002280587dea3b8ba5ae55f0514295f29108 (patch)
treeedaff2c534a28c5e40dcb87bd49f02113262b387 /apps/dav/tests/unit/connector/sabre
parent85f363ba2cf1f9024337ea5eb5ea271937f0af6f (diff)
downloadnextcloud-server-6e6e002280587dea3b8ba5ae55f0514295f29108.tar.gz
nextcloud-server-6e6e002280587dea3b8ba5ae55f0514295f29108.zip
Remove duplicated copyright
Diffstat (limited to 'apps/dav/tests/unit/connector/sabre')
-rw-r--r--apps/dav/tests/unit/connector/sabre/sharesplugin.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/dav/tests/unit/connector/sabre/sharesplugin.php b/apps/dav/tests/unit/connector/sabre/sharesplugin.php
index b491e95bcb9..9a1c6eec507 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 <pvince81@owncloud.com>
- * 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;