File tree Expand file tree Collapse file tree 2 files changed +0
-27
lines changed
tests/unit/connector/sabre Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 2020 */
2121namespace OCA \DAV \Connector \Sabre ;
2222
23- /**
24- * ownCloud
25- *
26- * @author Vincent Petry
27- * @copyright 2016 Vincent Petry <pvince81@owncloud.com>
28- *
29- * This library is free software; you can redistribute it and/or
30- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
31- * License as published by the Free Software Foundation; either
32- * version 3 of the License, or any later version.
33- *
34- * This library is distributed in the hope that it will be useful,
35- * but WITHOUT ANY WARRANTY; without even the implied warranty of
36- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
38- *
39- * You should have received a copy of the GNU Affero General Public
40- * License along with this library. If not, see <http://www.gnu.org/licenses/>.
41- *
42- */
43-
4423use \Sabre \DAV \PropFind ;
4524use \Sabre \DAV \PropPatch ;
4625use OCP \IUserSession ;
Original file line number Diff line number Diff line change 2020 */
2121namespace OCA \DAV \Tests \Unit \Connector \Sabre ;
2222
23- /**
24- * Copyright (c) 2016 Vincent Petry <pvince81@owncloud.com>
25- * This file is licensed under the Affero General Public License version 3 or
26- * later.
27- * See the COPYING-README file.
28- */
2923class SharesPlugin extends \Test \TestCase {
3024
3125 const SHARETYPES_PROPERTYNAME = \OCA \DAV \Connector \Sabre \SharesPlugin::SHARETYPES_PROPERTYNAME ;
You can’t perform that action at this time.
0 commit comments