diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-21 16:49:16 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-21 18:13:57 +0200 |
commit | 813f0a0f40dd42b28cd35d91616f3f87ef400861 (patch) | |
tree | 826eca93adc706cc31635d7cbeadfccc28a20a7f /apps/user_ldap/lib/Access.php | |
parent | 8ec019e10594857a018d3f9298659a5757930fbf (diff) | |
download | nextcloud-server-813f0a0f40dd42b28cd35d91616f3f87ef400861.tar.gz nextcloud-server-813f0a0f40dd42b28cd35d91616f3f87ef400861.zip |
Fix apps/
Diffstat (limited to 'apps/user_ldap/lib/Access.php')
-rw-r--r-- | apps/user_ldap/lib/Access.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/Access.php b/apps/user_ldap/lib/Access.php index cdf12331477..dabf243eda1 100644 --- a/apps/user_ldap/lib/Access.php +++ b/apps/user_ldap/lib/Access.php @@ -1,12 +1,15 @@ <?php /** + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Aaron Wood <aaronjwood@gmail.com> * @author Alexander Bergolth <leo@strike.wu.ac.at> * @author Andreas Fischer <bantu@owncloud.com> * @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Bart Visscher <bartv@thisnet.nl> * @author Benjamin Diele <benjamin@diele.be> * @author Christopher Schäpers <kondou@ts.unde.re> - * @author Joas Schilling <nickvergessen@owncloud.com> + * @author Joas Schilling <coding@schilljs.com> * @author Jörn Friedrich Dreyer <jfd@butonic.de> * @author Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it> * @author Lukas Reschke <lukas@statuscode.ch> @@ -18,7 +21,6 @@ * @author Renaud Fortier <Renaud.Fortier@fsaa.ulaval.ca> * @author Robin McCorkell <robin@mccorkell.me.uk> * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |