diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-03-26 09:59:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 09:59:35 +0100 |
commit | 9fd29173cf83da8113b5a945f7b610b2e45ed312 (patch) | |
tree | 66aeb36a38c2264703b9f40545829f0d9ccc9526 | |
parent | fbbcf26099749440858bcaba2f8f6de4cc4612bc (diff) | |
parent | e9ca59ef0a4e82903de6054510c8ab3804f91fcd (diff) | |
download | nextcloud-server-9fd29173cf83da8113b5a945f7b610b2e45ed312.tar.gz nextcloud-server-9fd29173cf83da8113b5a945f7b610b2e45ed312.zip |
Merge pull request #26281 from hosting-de/fix/email
Change my email address
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | core/Command/Group/Info.php | 4 | ||||
-rw-r--r-- | core/Command/User/Setting.php | 2 | ||||
-rw-r--r-- | lib/public/Group/Backend/INamedBackend.php | 4 | ||||
-rw-r--r-- | tests/Core/Command/Group/InfoTest.php | 4 |
5 files changed, 8 insertions, 8 deletions
@@ -133,7 +133,7 @@ Nextcloud is written by: - Joel S <joel.devbox@protonmail.com> - Johan Björk <johanimon@gmail.com> - Johannes Ernst <jernst@indiecomputing.com> - - Johannes Leuker <j.leuker@hosting.de> + - Johannes Leuker <developers@hosting.de> - Johannes Riedel <joeried@users.noreply.github.com> - Johannes Schlichenmaier <johannes@schlichenmaier.info> - Johannes Willnecker <johannes@willnecker.com> diff --git a/core/Command/Group/Info.php b/core/Command/Group/Info.php index 225c3444397..b8dce961dd8 100644 --- a/core/Command/Group/Info.php +++ b/core/Command/Group/Info.php @@ -3,9 +3,9 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2021, hosting.de, Johannes Leuker <j.leuker@hosting.de> + * @copyright Copyright (c) 2021, hosting.de, Johannes Leuker <developers@hosting.de> * - * @author Johannes Leuker <j.leuker@hosting.de> + * @author Johannes Leuker <developers@hosting.de> * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/User/Setting.php b/core/Command/User/Setting.php index de621aea182..7b616269712 100644 --- a/core/Command/User/Setting.php +++ b/core/Command/User/Setting.php @@ -4,7 +4,7 @@ * * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> - * @author Johannes Leuker <j.leuker@hosting.de> + * @author Johannes Leuker <developers@hosting.de> * @author Kim Brose <kim.brose@rwth-aachen.de> * @author Roeland Jago Douma <roeland@famdouma.nl> * diff --git a/lib/public/Group/Backend/INamedBackend.php b/lib/public/Group/Backend/INamedBackend.php index b6aaea328c4..61a57a1d6e2 100644 --- a/lib/public/Group/Backend/INamedBackend.php +++ b/lib/public/Group/Backend/INamedBackend.php @@ -1,8 +1,8 @@ <?php /** - * @copyright Copyright (c) 2021, hosting.de, Johannes Leuker <j.leuker@hosting.de>. + * @copyright Copyright (c) 2021, hosting.de, Johannes Leuker <developers@hosting.de>. * - * @author Johannes Leuker <j.leuker@hosting.de>. + * @author Johannes Leuker <developers@hosting.de>. * * @license AGPL-3.0 * diff --git a/tests/Core/Command/Group/InfoTest.php b/tests/Core/Command/Group/InfoTest.php index 40b0f78f5ab..fc98cf647c7 100644 --- a/tests/Core/Command/Group/InfoTest.php +++ b/tests/Core/Command/Group/InfoTest.php @@ -1,8 +1,8 @@ <?php /** - * @copyright 2021, hosting.de, Johannes Leuker <j.leuker@hosting.de> + * @copyright Copyright (c) 2021, hosting.de, Johannes Leuker <developers@hosting.de> * - * @author Johannes Leuker <j.leuker@hosting.de> + * @author Johannes Leuker <developers@hosting.de> * * @license GNU AGPL version 3 or any later version * |