From 16e3f4de07e978cbad872ef86400bfce5fc9830e Mon Sep 17 00:00:00 2001
From: Joas Schilling <nickvergessen@owncloud.com>
Date: Thu, 29 Oct 2015 11:08:39 +0100
Subject: [PATCH] Kill empty app.php in provisioning_api

---
 apps/provisioning_api/appinfo/app.php | 20 --------------------
 1 file changed, 20 deletions(-)
 delete mode 100644 apps/provisioning_api/appinfo/app.php

diff --git a/apps/provisioning_api/appinfo/app.php b/apps/provisioning_api/appinfo/app.php
deleted file mode 100644
index 40d8d5d04d..0000000000
--- 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/>
- *
- */
-- 
GitLab