summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-10-29 11:08:39 +0100
committerJoas Schilling <nickvergessen@owncloud.com>2015-10-29 11:08:39 +0100
commit16e3f4de07e978cbad872ef86400bfce5fc9830e (patch)
treea6d31c8d3c197beccb7398b0e114370878a264c6 /apps/provisioning_api/appinfo
parent527ef76dd6e45c2776edbc90829323e0ca534214 (diff)
downloadnextcloud-server-16e3f4de07e978cbad872ef86400bfce5fc9830e.tar.gz
nextcloud-server-16e3f4de07e978cbad872ef86400bfce5fc9830e.zip
Kill empty app.php in provisioning_api
Diffstat (limited to 'apps/provisioning_api/appinfo')
-rw-r--r--apps/provisioning_api/appinfo/app.php20
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/>
- *
- */