diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-04-01 12:44:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 12:44:21 +0200 |
commit | 19ca921676240350abd694d8ca2d7b8c19fbd95a (patch) | |
tree | 440d3c75d6dd2eaffad01b1240a6479037a00b24 /core/Migrations | |
parent | 9a204adf4850c2bb5f4a8f24ab13d1e3bbacb24f (diff) | |
parent | 1a9330cd69631ef12b71239c4f98836e09e021ea (diff) | |
download | nextcloud-server-19ca921676240350abd694d8ca2d7b8c19fbd95a.tar.gz nextcloud-server-19ca921676240350abd694d8ca2d7b8c19fbd95a.zip |
Merge pull request #20241 from nextcloud/fix/license-headers-19
Update the license headers for Nextcloud 19
Diffstat (limited to 'core/Migrations')
-rw-r--r-- | core/Migrations/Version16000Date20190212081545.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Migrations/Version16000Date20190212081545.php b/core/Migrations/Version16000Date20190212081545.php index feb271b1f01..71ad253453c 100644 --- a/core/Migrations/Version16000Date20190212081545.php +++ b/core/Migrations/Version16000Date20190212081545.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 Roeland Jago Douma <roeland@famdouma.nl> * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Joas Schilling <coding@schilljs.com> * @author Roeland Jago Douma <roeland@famdouma.nl> * |