diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-29 11:25:26 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-29 11:25:26 +0100 |
commit | c7f409713e8e2d44bc83c0e811bc5b2b46649080 (patch) | |
tree | fd921791e2b2e2e0369bcd8d9c77208217211dd9 /apps | |
parent | f000edb63619d31745bee0fed460fcf84256ab3d (diff) | |
parent | 16e3f4de07e978cbad872ef86400bfce5fc9830e (diff) | |
download | nextcloud-server-c7f409713e8e2d44bc83c0e811bc5b2b46649080.tar.gz nextcloud-server-c7f409713e8e2d44bc83c0e811bc5b2b46649080.zip |
Merge pull request #20140 from owncloud/provisioning_killappphp
Kill empty app.php in provisioning_api
Diffstat (limited to 'apps')
-rw-r--r-- | apps/provisioning_api/appinfo/app.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/apps/provisioning_api/appinfo/app.php b/apps/provisioning_api/appinfo/app.php deleted file mode 100644 index 40d8d5d04d3..00000000000 --- a/apps/provisioning_api/appinfo/app.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php -/** - - * - * @copyright Copyright (c) 2015, ownCloud, Inc. - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program 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, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> - * - */ |