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 @@ * @copyright Copyright (c) 2016 Joas Schilling * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Sandro Lutz * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke diff --git a/lib/private/User/Session.php b/lib/private/User/Session.php index 2ebe895a592..1486a5b7fea 100644 --- a/lib/private/User/Session.php +++ b/lib/private/User/Session.php @@ -1,7 +1,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Sandro Lutz * @author Arthur Schiwon * @author Bernhard Posselt * @author Christoph Wurst