diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-10-05 20:54:56 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-10-05 21:15:52 +0200 |
commit | b945d713845d640d63241de4d5a67813384b88ce (patch) | |
tree | 46149ea6fc25adc2815ec2cfa13e9356c7a01029 /settings/ajax | |
parent | a0c950bf88aaf81ea8e5bc079781f9a8ed68ebef (diff) | |
download | nextcloud-server-b945d713845d640d63241de4d5a67813384b88ce.tar.gz nextcloud-server-b945d713845d640d63241de4d5a67813384b88ce.zip |
update licence headers via script
Diffstat (limited to 'settings/ajax')
-rw-r--r-- | settings/ajax/enableapp.php | 1 | ||||
-rw-r--r-- | settings/ajax/navigationdetect.php | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/settings/ajax/enableapp.php b/settings/ajax/enableapp.php index 55298430e28..5e0aba1ce7e 100644 --- a/settings/ajax/enableapp.php +++ b/settings/ajax/enableapp.php @@ -5,6 +5,7 @@ * @author Kamil Domanski <kdomanski@kdemail.net> * @author Lukas Reschke <lukas@owncloud.com> * @author Robin Appelman <icewind@owncloud.com> + * @author Thomas Müller <thomas.mueller@tmit.eu> * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 diff --git a/settings/ajax/navigationdetect.php b/settings/ajax/navigationdetect.php index 5d3b34e10ef..c2af852239a 100644 --- a/settings/ajax/navigationdetect.php +++ b/settings/ajax/navigationdetect.php @@ -1,8 +1,7 @@ <?php /** - * @author Bart Visscher <bartv@thisnet.nl> - * @author Lukas Reschke <lukas@owncloud.com> * @author Robin Appelman <icewind@owncloud.com> + * @author Robin McCorkell <rmccorkell@owncloud.com> * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 |