summaryrefslogtreecommitdiffstats
path: root/core/command/app
diff options
context:
space:
mode:
Diffstat (limited to 'core/command/app')
-rw-r--r--core/command/app/disable.php1
-rw-r--r--core/command/app/enable.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/command/app/disable.php b/core/command/app/disable.php
index b3157faf32e..743a78cb88d 100644
--- a/core/command/app/disable.php
+++ b/core/command/app/disable.php
@@ -1,5 +1,6 @@
<?php
/**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Vincent Petry <pvince81@owncloud.com>
diff --git a/core/command/app/enable.php b/core/command/app/enable.php
index fb2097356f5..0f6ce51fe8f 100644
--- a/core/command/app/enable.php
+++ b/core/command/app/enable.php
@@ -1,5 +1,6 @@
<?php
/**
+ * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Vincent Petry <pvince81@owncloud.com>