diff options
author | Sandro Lutz <sandro.lutz@temparus.ch> | 2017-02-07 01:25:39 +0100 |
---|---|---|
committer | Sandro Lutz <sandro.lutz@temparus.ch> | 2017-02-07 01:25:39 +0100 |
commit | 9b6f99ab0824294f2491c3546f55788832634eff (patch) | |
tree | 15c3de5e616090880f3329e02cd6e5aa7f37892a /core | |
parent | fa1d607bfa951711a2c358f889db56962c179153 (diff) | |
download | nextcloud-server-9b6f99ab0824294f2491c3546f55788832634eff.tar.gz nextcloud-server-9b6f99ab0824294f2491c3546f55788832634eff.zip |
Update license header
Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
Diffstat (limited to 'core')
-rw-r--r-- | core/Controller/LoginController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Controller/LoginController.php b/core/Controller/LoginController.php index c0e7be280b8..1430602d91a 100644 --- a/core/Controller/LoginController.php +++ b/core/Controller/LoginController.php @@ -1,8 +1,10 @@ <?php /** + * @copyright Copyright (c) 2017, Sandro Lutz <sandro.lutz@temparus.ch> * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com> * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Sandro Lutz <sandro.lutz@temparus.ch> * @author Christoph Wurst <christoph@owncloud.com> * @author Joas Schilling <coding@schilljs.com> * @author Lukas Reschke <lukas@statuscode.ch> |