Browse Source

fix(migrations): Help developers to add description and copyright info

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v29.0.0beta1
Joas Schilling 1 month ago
parent
commit
92fc12918e
No account linked to committer's email address

+ 2
- 2
apps/user_ldap/lib/Migration/Version1190Date20230706134108.php View 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
*

+ 2
- 2
apps/user_ldap/lib/Migration/Version1190Date20230706134109.php View 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
*

+ 3
- 3
core/Command/Db/Migrations/GenerateCommand.php View 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 {


+ 2
- 2
core/Migrations/Version27000Date20220613163520.php View 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
*

Loading…
Cancel
Save