diff options
author | Joas Schilling <coding@schilljs.com> | 2024-03-05 12:56:38 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-03-05 12:56:38 +0100 |
commit | 92fc12918ea6c64ba3dc1303a0ec4299e6a39096 (patch) | |
tree | 48fca594ea466db7fdfa711345e25ea6b25ff1ea /apps/user_ldap | |
parent | ad8cb2ce7f4f619158fc7ac6a7ea414d1508658e (diff) | |
download | nextcloud-server-92fc12918ea6c64ba3dc1303a0ec4299e6a39096.tar.gz nextcloud-server-92fc12918ea6c64ba3dc1303a0ec4299e6a39096.zip |
fix(migrations): Help developers to add description and copyright info
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/lib/Migration/Version1190Date20230706134108.php | 4 | ||||
-rw-r--r-- | apps/user_ldap/lib/Migration/Version1190Date20230706134109.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php b/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php index 71fdb536b1a..4e3e44a5f21 100644 --- a/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php +++ b/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php @@ -3,9 +3,9 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023 Your name <your@email.com> + * @copyright Copyright (c) 2023 Côme Chilliet <come.chilliet@nextcloud.com> * - * @author Your name <your@email.com> + * @author Côme Chilliet <come.chilliet@nextcloud.com> * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/Migration/Version1190Date20230706134109.php b/apps/user_ldap/lib/Migration/Version1190Date20230706134109.php index bc88dc2beb9..2cb68e25dc5 100644 --- a/apps/user_ldap/lib/Migration/Version1190Date20230706134109.php +++ b/apps/user_ldap/lib/Migration/Version1190Date20230706134109.php @@ -3,9 +3,9 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023 Your name <your@email.com> + * @copyright Copyright (c) 2023 Côme Chilliet <come.chilliet@nextcloud.com> * - * @author Your name <your@email.com> + * @author Côme Chilliet <come.chilliet@nextcloud.com> * * @license GNU AGPL version 3 or any later version * |