diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-06-04 23:12:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 23:12:23 +0200 |
commit | 0447b53bda9fe95ea0cbed765aa332584605d652 (patch) | |
tree | 951d3e60713fb6e56c2ba230d7e509a41e6848a1 /apps/files/lib/Controller/ViewController.php | |
parent | 46dbc8fa988176e4a431cafcbae6674fb613c899 (diff) | |
parent | 0d42085b53e5a1e43d21647787b1de6020192169 (diff) | |
download | nextcloud-server-0447b53bda9fe95ea0cbed765aa332584605d652.tar.gz nextcloud-server-0447b53bda9fe95ea0cbed765aa332584605d652.zip |
Merge pull request #27381 from nextcloud/fix/licenses
Diffstat (limited to 'apps/files/lib/Controller/ViewController.php')
-rw-r--r-- | apps/files/lib/Controller/ViewController.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php index b055f9a38b5..f649453f16e 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -7,11 +7,13 @@ * @author fnuesse <felix.nuesse@t-online.de> * @author fnuesse <fnuesse@techfak.uni-bielefeld.de> * @author Joas Schilling <coding@schilljs.com> - * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> + * @author John Molakvoæ <skjnldsv@protonmail.com> * @author Julius Härtl <jus@bitgrid.net> * @author Lukas Reschke <lukas@statuscode.ch> * @author Max Kovalenko <mxss1998@yandex.ru> * @author Morris Jobke <hey@morrisjobke.de> + * @author Nina Pypchenko <22447785+nina-py@users.noreply.github.com> + * @author Robin Appelman <robin@icewind.nl> * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Vincent Petry <vincent@nextcloud.com> @@ -31,7 +33,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OCA\Files\Controller; use OCA\Files\Activity\Helper; |