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 /lib/private/DB | |
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 'lib/private/DB')
-rw-r--r-- | lib/private/DB/MigrationService.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/DB/MigrationService.php b/lib/private/DB/MigrationService.php index fc3a222aeb9..3cfd36b89b1 100644 --- a/lib/private/DB/MigrationService.php +++ b/lib/private/DB/MigrationService.php @@ -1,9 +1,12 @@ <?php /** + * @author Joas Schilling <coding@schilljs.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Vincent Petry <pvince81@owncloud.com> * + * @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 |