diff options
Diffstat (limited to 'lib/private/Route')
-rw-r--r-- | lib/private/Route/Route.php | 2 | ||||
-rw-r--r-- | lib/private/Route/Router.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/Route/Route.php b/lib/private/Route/Route.php index 7fa630a89fa..22d91c2e502 100644 --- a/lib/private/Route/Route.php +++ b/lib/private/Route/Route.php @@ -4,10 +4,10 @@ * * @author Bart Visscher <bartv@thisnet.nl> * @author David Prévot <taffit@debian.org> - * @author Felix Moeller <mail@felixmoeller.de> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> * @author Robin McCorkell <robin@mccorkell.me.uk> + * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Tanghus <thomas@tanghus.net> * * @license AGPL-3.0 diff --git a/lib/private/Route/Router.php b/lib/private/Route/Router.php index 34ffd244eb7..b44b3f7c2ce 100644 --- a/lib/private/Route/Router.php +++ b/lib/private/Route/Router.php @@ -4,7 +4,7 @@ * * @author Bart Visscher <bartv@thisnet.nl> * @author Bernhard Posselt <dev@bernhard-posselt.com> - * @author Felix Anand Epp <work@felixepp.de> + * @author Felix Epp <work@felixepp.de> * @author Joas Schilling <coding@schilljs.com> * @author Jörn Friedrich Dreyer <jfd@butonic.de> * @author Lukas Reschke <lukas@statuscode.ch> |