Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/autoload.php')
-rw-r--r--appinfo/autoload.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/appinfo/autoload.php b/appinfo/autoload.php
new file mode 100644
index 00000000..93a5e81f
--- /dev/null
+++ b/appinfo/autoload.php
@@ -0,0 +1,14 @@
+<?php
+/**
+ * Nextcloud - passman
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @author Sander Brand <brantje@gmail.com>
+ * @copyright Sander Brand 2016
+ */
+
+namespace OCA\Passman\AppInfo;
+
+