summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/appinfo/app.php
diff options
context:
space:
mode:
authorTom Needham <tom@owncloud.com>2015-01-02 18:52:11 +0000
committerTom Needham <tom@owncloud.com>2015-01-02 18:52:11 +0000
commita4f270a9cea041f6aa207e124250caf6fe4787be (patch)
tree19d18ab4a3f13efb2f8230872623d50fb18424f0 /apps/provisioning_api/appinfo/app.php
parent4b357274bb3d0295c84d9ec9ca6689270865df8f (diff)
downloadnextcloud-server-a4f270a9cea041f6aa207e124250caf6fe4787be.tar.gz
nextcloud-server-a4f270a9cea041f6aa207e124250caf6fe4787be.zip
Add placeholder app.php for provisioning_api so app is detected
Diffstat (limited to 'apps/provisioning_api/appinfo/app.php')
-rw-r--r--apps/provisioning_api/appinfo/app.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/apps/provisioning_api/appinfo/app.php b/apps/provisioning_api/appinfo/app.php
new file mode 100644
index 00000000000..671d668bfac
--- /dev/null
+++ b/apps/provisioning_api/appinfo/app.php
@@ -0,0 +1,23 @@
+<?php
+
+/**
+ * ownCloud
+ *
+ * @copyright (C) 2014 ownCloud, Inc.
+ *
+ * @author Tom <tom@owncloud.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or any later version.
+ *
+ * This library 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 along with this library. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */ \ No newline at end of file