summaryrefslogtreecommitdiffstats
path: root/core/Command/User
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/User
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/User')
-rw-r--r--core/Command/User/Disable.php1
-rw-r--r--core/Command/User/Enable.php1
-rw-r--r--core/Command/User/Info.php1
-rw-r--r--core/Command/User/ListCommand.php1
4 files changed, 4 insertions, 0 deletions
diff --git a/core/Command/User/Disable.php b/core/Command/User/Disable.php
index 7abb625c978..ac751f5da9f 100644
--- a/core/Command/User/Disable.php
+++ b/core/Command/User/Disable.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
diff --git a/core/Command/User/Enable.php b/core/Command/User/Enable.php
index c62eee87012..e556821061d 100644
--- a/core/Command/User/Enable.php
+++ b/core/Command/User/Enable.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
diff --git a/core/Command/User/Info.php b/core/Command/User/Info.php
index ec5f9a4d1f7..4727ef0ec9a 100644
--- a/core/Command/User/Info.php
+++ b/core/Command/User/Info.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl>
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
*
diff --git a/core/Command/User/ListCommand.php b/core/Command/User/ListCommand.php
index 65305304bf6..6c153ee8da7 100644
--- a/core/Command/User/ListCommand.php
+++ b/core/Command/User/ListCommand.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl>
*
+ * @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Robin Appelman <robin@icewind.nl>
*