diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-03-17 17:01:37 +0100 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-03-17 19:24:25 +0100 |
commit | 6e6e002280587dea3b8ba5ae55f0514295f29108 (patch) | |
tree | edaff2c534a28c5e40dcb87bd49f02113262b387 /apps/dav/tests/unit/connector/sabre | |
parent | 85f363ba2cf1f9024337ea5eb5ea271937f0af6f (diff) | |
download | nextcloud-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.php | 6 |
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; |