]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(migrations): Help developers to add description and copyright info 43998/head
authorJoas Schilling <coding@schilljs.com>
Tue, 5 Mar 2024 11:56:38 +0000 (12:56 +0100)
committerJoas Schilling <coding@schilljs.com>
Tue, 5 Mar 2024 11:56:38 +0000 (12:56 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/user_ldap/lib/Migration/Version1190Date20230706134108.php
apps/user_ldap/lib/Migration/Version1190Date20230706134109.php
core/Command/Db/Migrations/GenerateCommand.php
core/Migrations/Version27000Date20220613163520.php

index 71fdb536b1af3e00c3231216851dcbcf6f10dfab..4e3e44a5f21da25861f06e0ae8d0f31f221ffcd6 100644 (file)
@@ -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
  *
index bc88dc2beb96ef2d68ed94faefb84df6de6f378b..2cb68e25dc5167c1fba29bc144ea5bb77bd00235 100644 (file)
@@ -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
  *
index 879844dd579f072401ea223b011839aeb7c4d8ac..47f65b5a11b92f3c48201abf86be85f3e621cb53 100644 (file)
@@ -45,9 +45,9 @@ class GenerateCommand extends Command implements CompletionAwareInterface {
 declare(strict_types=1);
 
 /**
- * @copyright Copyright (c) {{year}} Your name <your@email.com>
+ * @copyright Copyright (c) {{year}} FIXME Your name <your@email.com>
  *
- * @author Your name <your@email.com>
+ * FIXME @author Your name <your@email.com>
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -74,7 +74,7 @@ use OCP\Migration\IOutput;
 use OCP\Migration\SimpleMigrationStep;
 
 /**
- * Auto-generated migration step: Please modify to your needs!
+ * FIXME Auto-generated migration step: Please modify to your needs!
  */
 class {{classname}} extends SimpleMigrationStep {
 
index 4217f3b3270aa0ada490efda6e94d09aa0ee79c0..6c4bccacd913ff842d8998064f4c69337fcdc85b 100644 (file)
@@ -3,9 +3,9 @@
 declare(strict_types=1);
 
 /**
- * @copyright Copyright (c) 2022 Your name <your@email.com>
+ * @copyright Copyright (c) 2022 Robin Appelman <robin@icewind.nl>
  *
- * @author Your name <your@email.com>
+ * @author Robin Appelman <robin@icewind.nl>
  *
  * @license GNU AGPL version 3 or any later version
  *