diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-03-01 17:25:15 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-03-01 17:25:15 +0100 |
commit | 933f60e3147ad872acf3211dc826ebf528434681 (patch) | |
tree | 3317c0a60a335c084957a0b74589fcfae4cc76ef /apps/user_ldap/lib/configuration.php | |
parent | 900dcf6594d51f603b1a863020363987ed7ab003 (diff) | |
download | nextcloud-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 'apps/user_ldap/lib/configuration.php')
-rw-r--r-- | apps/user_ldap/lib/configuration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/configuration.php b/apps/user_ldap/lib/configuration.php index f829160b62a..daec2bed13a 100644 --- a/apps/user_ldap/lib/configuration.php +++ b/apps/user_ldap/lib/configuration.php @@ -1,5 +1,6 @@ <?php /** + * @author Alex Weirig <alex.weirig@technolink.lu> * @author Alexander Bergolth <leo@strike.wu.ac.at> * @author Arthur Schiwon <blizzz@owncloud.com> * @author Jörn Friedrich Dreyer <jfd@butonic.de> @@ -7,7 +8,6 @@ * @author Lukas Reschke <lukas@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin McCorkell <robin@mccorkell.me.uk> - * @author Richard Bentley <rbentley@e2advance.com> * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 |