summaryrefslogtreecommitdiffstats
path: root/core/Command/App
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-08-24 14:54:25 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-08-24 14:54:25 +0200
commit2a054e6c04e0a40421510eb889cbf59f153c5177 (patch)
treed6870875a08b49218c9503689061de0cebc3810d /core/Command/App
parentbf162d08f5f880617f83e0d47ab37825837b6c47 (diff)
downloadnextcloud-server-2a054e6c04e0a40421510eb889cbf59f153c5177.tar.gz
nextcloud-server-2a054e6c04e0a40421510eb889cbf59f153c5177.zip
Update the license headers for Nextcloud 20
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/Command/App')
-rw-r--r--core/Command/App/Disable.php1
-rw-r--r--core/Command/App/Enable.php1
-rw-r--r--core/Command/App/Install.php2
-rw-r--r--core/Command/App/Remove.php2
-rw-r--r--core/Command/App/Update.php2
5 files changed, 8 insertions, 0 deletions
diff --git a/core/Command/App/Disable.php b/core/Command/App/Disable.php
index 88b8539fb2e..c932077993a 100644
--- a/core/Command/App/Disable.php
+++ b/core/Command/App/Disable.php
@@ -4,6 +4,7 @@
*
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
*
diff --git a/core/Command/App/Enable.php b/core/Command/App/Enable.php
index e1605942d82..f10aa7a92d8 100644
--- a/core/Command/App/Enable.php
+++ b/core/Command/App/Enable.php
@@ -4,6 +4,7 @@
*
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
diff --git a/core/Command/App/Install.php b/core/Command/App/Install.php
index 898e39416f3..296d559a97b 100644
--- a/core/Command/App/Install.php
+++ b/core/Command/App/Install.php
@@ -3,6 +3,8 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author sualko <klaus@jsxc.org>
diff --git a/core/Command/App/Remove.php b/core/Command/App/Remove.php
index 1135b7b446e..e2255995ba2 100644
--- a/core/Command/App/Remove.php
+++ b/core/Command/App/Remove.php
@@ -3,6 +3,8 @@
* @copyright Copyright (c) 2018, Patrik Kernstock <info@pkern.at>
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Patrik Kernstock <info@pkern.at>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
diff --git a/core/Command/App/Update.php b/core/Command/App/Update.php
index 1efafc47e93..35b2bb4e0b1 100644
--- a/core/Command/App/Update.php
+++ b/core/Command/App/Update.php
@@ -3,6 +3,8 @@
* @copyright Copyright (c) 2018, michag86 (michag86@arcor.de)
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
+ * @author Joas Schilling <coding@schilljs.com>
+ * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author michag86 <micha_g@arcor.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>