diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-11-06 15:56:42 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-11-06 16:56:19 +0100 |
commit | 0eebff152a177dd59ed8773df26f1679f8a88e90 (patch) | |
tree | 23c06d5678bc66a5cc6df3442352687591185798 /settings/ajax | |
parent | 5411d60b249cc12b429ed8083e7f34d1415d278e (diff) | |
download | nextcloud-server-0eebff152a177dd59ed8773df26f1679f8a88e90.tar.gz nextcloud-server-0eebff152a177dd59ed8773df26f1679f8a88e90.zip |
Update license headers
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'settings/ajax')
-rw-r--r-- | settings/ajax/enableapp.php | 1 | ||||
-rw-r--r-- | settings/ajax/setquota.php | 1 | ||||
-rw-r--r-- | settings/ajax/togglesubadmins.php | 2 | ||||
-rw-r--r-- | settings/ajax/uninstallapp.php | 1 | ||||
-rw-r--r-- | settings/ajax/updateapp.php | 1 |
5 files changed, 5 insertions, 1 deletions
diff --git a/settings/ajax/enableapp.php b/settings/ajax/enableapp.php index 4c4fa0be666..3d2d7f95a5e 100644 --- a/settings/ajax/enableapp.php +++ b/settings/ajax/enableapp.php @@ -4,7 +4,6 @@ * * @author Bart Visscher <bartv@thisnet.nl> * @author Christopher Schäpers <kondou@ts.unde.re> - * @author Joas Schilling <coding@schilljs.com> * @author Kamil Domanski <kdomanski@kdemail.net> * @author Lukas Reschke <lukas@statuscode.ch> * @author Robin Appelman <robin@icewind.nl> diff --git a/settings/ajax/setquota.php b/settings/ajax/setquota.php index 0906102ec20..a71ece11eea 100644 --- a/settings/ajax/setquota.php +++ b/settings/ajax/setquota.php @@ -8,6 +8,7 @@ * @author Christopher Schäpers <kondou@ts.unde.re> * @author Felix Moeller <mail@felixmoeller.de> * @author Georg Ehrke <georg@owncloud.com> + * @author Joas Schilling <coding@schilljs.com> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> diff --git a/settings/ajax/togglesubadmins.php b/settings/ajax/togglesubadmins.php index c9cc078ed09..c9b119622ee 100644 --- a/settings/ajax/togglesubadmins.php +++ b/settings/ajax/togglesubadmins.php @@ -4,7 +4,9 @@ * * @author Bart Visscher <bartv@thisnet.nl> * @author Georg Ehrke <georg@owncloud.com> + * @author Joas Schilling <coding@schilljs.com> * @author Lukas Reschke <lukas@statuscode.ch> + * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license AGPL-3.0 * diff --git a/settings/ajax/uninstallapp.php b/settings/ajax/uninstallapp.php index 79109600a39..63f865a2f24 100644 --- a/settings/ajax/uninstallapp.php +++ b/settings/ajax/uninstallapp.php @@ -5,6 +5,7 @@ * @author Georg Ehrke <georg@owncloud.com> * @author Lukas Reschke <lukas@statuscode.ch> * @author Robin Appelman <robin@icewind.nl> + * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license AGPL-3.0 * diff --git a/settings/ajax/updateapp.php b/settings/ajax/updateapp.php index b398e41033b..46ca0f50879 100644 --- a/settings/ajax/updateapp.php +++ b/settings/ajax/updateapp.php @@ -7,6 +7,7 @@ * @author Georg Ehrke <georg@owncloud.com> * @author Lukas Reschke <lukas@statuscode.ch> * @author Robin Appelman <robin@icewind.nl> + * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> * * @license AGPL-3.0 |