summaryrefslogtreecommitdiffstats
path: root/settings/ajax
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-03-01 17:25:15 +0100
committerLukas Reschke <lukas@owncloud.com>2016-03-01 17:25:15 +0100
commit933f60e3147ad872acf3211dc826ebf528434681 (patch)
tree3317c0a60a335c084957a0b74589fcfae4cc76ef /settings/ajax
parent900dcf6594d51f603b1a863020363987ed7ab003 (diff)
downloadnextcloud-server-933f60e3147ad872acf3211dc826ebf528434681.tar.gz
nextcloud-server-933f60e3147ad872acf3211dc826ebf528434681.zip
Update author information
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
Diffstat (limited to 'settings/ajax')
-rw-r--r--settings/ajax/setlanguage.php1
-rw-r--r--settings/ajax/setquota.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/settings/ajax/setlanguage.php b/settings/ajax/setlanguage.php
index 537a5afe958..cf59151ccf1 100644
--- a/settings/ajax/setlanguage.php
+++ b/settings/ajax/setlanguage.php
@@ -2,6 +2,7 @@
/**
* @author Bart Visscher <bartv@thisnet.nl>
* @author Christopher Schäpers <kondou@ts.unde.re>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
diff --git a/settings/ajax/setquota.php b/settings/ajax/setquota.php
index 94fd7bd1e2b..0c974daaeed 100644
--- a/settings/ajax/setquota.php
+++ b/settings/ajax/setquota.php
@@ -1,5 +1,6 @@
<?php
/**
+ * @author Arthur Schiwon <blizzz@owncloud.com>
* @author Bart Visscher <bartv@thisnet.nl>
* @author Björn Schießle <schiessle@owncloud.com>
* @author Christopher Schäpers <kondou@ts.unde.re>