diff options
author | Joas Schilling <coding@schilljs.com> | 2017-06-02 14:45:34 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-07-05 13:01:19 +0200 |
commit | df6b839b2347531641864dbc408ab445169ffec6 (patch) | |
tree | 63ed2605d3761e4cae8fbfafab353c81a2858f92 /core/Command | |
parent | 8c39e66619852b8f2e4a9ca5a210970c6c2c619b (diff) | |
download | nextcloud-server-df6b839b2347531641864dbc408ab445169ffec6.tar.gz nextcloud-server-df6b839b2347531641864dbc408ab445169ffec6.zip |
Add author and copyright
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/Command')
-rw-r--r-- | core/Command/Db/Migrations/ExecuteCommand.php | 3 | ||||
-rw-r--r-- | core/Command/Db/Migrations/GenerateCommand.php | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/core/Command/Db/Migrations/ExecuteCommand.php b/core/Command/Db/Migrations/ExecuteCommand.php index 5eaecd06984..0f21bdf28eb 100644 --- a/core/Command/Db/Migrations/ExecuteCommand.php +++ b/core/Command/Db/Migrations/ExecuteCommand.php @@ -1,8 +1,11 @@ <?php /** + * @author Joas Schilling <coding@schilljs.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * + * @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com> * @copyright Copyright (c) 2017, ownCloud GmbH + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Db/Migrations/GenerateCommand.php b/core/Command/Db/Migrations/GenerateCommand.php index 894c0f4f3ed..8614be0a507 100644 --- a/core/Command/Db/Migrations/GenerateCommand.php +++ b/core/Command/Db/Migrations/GenerateCommand.php @@ -1,8 +1,11 @@ <?php /** + * @author Joas Schilling <coding@schilljs.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * + * @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com> * @copyright Copyright (c) 2017, ownCloud GmbH + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |